Browse Source

Changed Lithuanian encoding in order to make it mbstring compatible.

tokul 22 years ago
parent
commit
d9c197e468
1 changed files with 2 additions and 2 deletions
  1. 2 2
      functions/i18n.php

+ 2 - 2
functions/i18n.php

@@ -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') ) {