mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
added windows-1257 as it seems to be used widely, to display baltic letters
This commit is contained in:
parent
07825af683
commit
0e4a75f027
@ -496,6 +496,9 @@ class translation
|
||||
case 'windows-1250':
|
||||
$from = 'iso-8859-2';
|
||||
break;
|
||||
case 'windows-1257':
|
||||
$from = 'iso-8859-13';
|
||||
break;
|
||||
}
|
||||
if (!$to)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user