added windows-1257 as it seems to be used widely, to display baltic letters

This commit is contained in:
Klaus Leithoff 2009-05-26 13:42:05 +00:00
parent 07825af683
commit 0e4a75f027

View File

@ -496,6 +496,9 @@ class translation
case 'windows-1250':
$from = 'iso-8859-2';
break;
case 'windows-1257':
$from = 'iso-8859-13';
break;
}
if (!$to)
{