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:22:59 +00:00
parent 9722a08168
commit b7a992856e

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)
{