fixing the fix ;-)

According to wikipedia windows-1250 is similar to iso-8859-2 - thought German special chars (umlauts) have the same encoding in iso-8859-1
This commit is contained in:
Ralf Becker 2006-12-06 07:21:45 +00:00
parent 19b7844ca3
commit 915dd1910f

View File

@ -417,9 +417,11 @@
break;
case 'us-ascii':
case 'macroman':
case 'windows-1250':
$from = 'iso-8859-1';
break;
case 'windows-1250':
$from = 'iso-8859-2';
break;
}
if (!$to)
{