From 0e4a75f027b0d370aefd586e3855d35ccd6070ea Mon Sep 17 00:00:00 2001 From: Klaus Leithoff Date: Tue, 26 May 2009 13:42:05 +0000 Subject: [PATCH] added windows-1257 as it seems to be used widely, to display baltic letters --- phpgwapi/inc/class.translation.inc.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/phpgwapi/inc/class.translation.inc.php b/phpgwapi/inc/class.translation.inc.php index 65f1697126..401839e788 100644 --- a/phpgwapi/inc/class.translation.inc.php +++ b/phpgwapi/inc/class.translation.inc.php @@ -496,6 +496,9 @@ class translation case 'windows-1250': $from = 'iso-8859-2'; break; + case 'windows-1257': + $from = 'iso-8859-13'; + break; } if (!$to) {