Changed Lithuanian encoding in order to make it mbstring compatible.
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 22 Jul 2003 09:55:41 +0000 (09:55 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 22 Jul 2003 09:55:41 +0000 (09:55 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5389 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/i18n.php

index 85e874c8aed9bd2b1b3865720c1cd1170816be24..cbf4e54a5ecb7922d816cfba959fa27fd117f33b 100644 (file)
@@ -457,8 +457,8 @@ if ( file_exists( SM_PATH . 'locale/th_TH') ) {
 }
 if ( file_exists( SM_PATH . 'locale/lt_LT') ) {
     $languages['lt_LT']['NAME']    = 'Lithuanian';
-    $languages['lt_LT']['CHARSET'] = 'windows-1257';
-    $languages['lt_LT']['LOCALE'] = 'lt_LT.CP1257';
+    $languages['lt_LT']['CHARSET'] = 'iso-8859-4';
+    $languages['lt_LT']['LOCALE'] = 'lt_LT.ISO-8859-4';
     $languages['lt']['ALIAS'] = 'lt_LT';
 }
 if ( file_exists( SM_PATH . 'locale/sl_SI') ) {