From f96f799a7bb583e5eefe5c09ef7354f217ee20c4 Mon Sep 17 00:00:00 2001 From: tokul Date: Mon, 25 Aug 2003 17:42:59 +0000 Subject: [PATCH] One more place with Russian koi-8r -> utf-8 changes git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5566 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/i18n.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/i18n.php b/functions/i18n.php index 83467734..2c92f2ae 100644 --- a/functions/i18n.php +++ b/functions/i18n.php @@ -466,8 +466,8 @@ if ( file_exists( SM_PATH . 'locale/pt_BR') ) { } if ( file_exists( SM_PATH . 'locale/ru_RU') ) { $languages['ru_RU']['NAME'] = 'Russian'; - $languages['ru_RU']['CHARSET'] = 'koi8-r'; - $languages['ru_RU']['LOCALE'] = 'ru_RU.KOI8-R'; + $languages['ru_RU']['CHARSET'] = 'utf-8'; + $languages['ru_RU']['LOCALE'] = 'ru_RU.UTF-8'; $languages['ru']['ALIAS'] = 'ru_RU'; } if ( file_exists( SM_PATH . 'locale/sr_YU') ) { -- 2.25.1