From 424fa5ffd8689dccf795ce07de865b2699f3f1dd Mon Sep 17 00:00:00 2001 From: Klaus Leithoff Date: Wed, 27 May 2009 07:13:45 +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 1a420bdc23..3583b21972 100644 --- a/phpgwapi/inc/class.translation.inc.php +++ b/phpgwapi/inc/class.translation.inc.php @@ -430,6 +430,9 @@ class translation case 'windows-1250': $from = 'iso-8859-2'; break; + case 'windows-1257': + $from = 'iso-8859-13'; + break; } if (!$to) {