mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +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;
|
||||
case 'us-ascii':
|
||||
case 'macroman':
|
||||
case 'windows-1250':
|
||||
$from = 'iso-8859-1';
|
||||
break;
|
||||
case 'windows-1250':
|
||||
$from = 'iso-8859-2';
|
||||
break;
|
||||
}
|
||||
if (!$to)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user