From: tokul Date: Tue, 22 Jul 2003 09:55:41 +0000 (+0000) Subject: Changed Lithuanian encoding in order to make it mbstring compatible. X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=e515e3b0ba9d4531b2be67fbd7085181f65089df Changed Lithuanian encoding in order to make it mbstring compatible. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5389 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/functions/i18n.php b/functions/i18n.php index 85e874c8..cbf4e54a 100644 --- a/functions/i18n.php +++ b/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') ) {