mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 07:09:20 +01:00
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:
parent
19b7844ca3
commit
915dd1910f
@ -417,9 +417,11 @@
|
|||||||
break;
|
break;
|
||||||
case 'us-ascii':
|
case 'us-ascii':
|
||||||
case 'macroman':
|
case 'macroman':
|
||||||
case 'windows-1250':
|
|
||||||
$from = 'iso-8859-1';
|
$from = 'iso-8859-1';
|
||||||
break;
|
break;
|
||||||
|
case 'windows-1250':
|
||||||
|
$from = 'iso-8859-2';
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
if (!$to)
|
if (!$to)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user