diff --git a/api/src/Translation.php b/api/src/Translation.php index 95486f72dc..ab6a9fc1b7 100644 --- a/api/src/Translation.php +++ b/api/src/Translation.php @@ -8,7 +8,6 @@ * Copyright (C) 2000, 2001 Joseph Engo * @license http://opensource.org/licenses/lgpl-license.php LGPL - GNU Lesser General Public License * @package api - * @version $Id$ */ namespace EGroupware\Api; @@ -901,6 +900,9 @@ class Translation case 'windows-1250': $from = 'iso-8859-2'; break; + case 'windows-1253': + $from = 'iso-8859-7'; + break; case 'windows-1257': $from = 'iso-8859-13'; break;