From: tokul Date: Sun, 14 Nov 2004 17:42:40 +0000 (+0000) Subject: adding all charsets used by SM translations to default_charset selection list X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=5b9bbb420e2a2df7b6f333e8dfc31614fe3c9254 adding all charsets used by SM translations to default_charset selection list git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8375 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/plugins/administrator/defines.php b/plugins/administrator/defines.php index 967408d3..1a3c252b 100644 --- a/plugins/administrator/defines.php +++ b/plugins/administrator/defines.php @@ -304,13 +304,18 @@ $defcfg = array( '$config_version' => array( 'name' => _("Config File Version"), 'posvals' => array( 'iso-8859-1' => 'iso-8859-1', 'iso-8859-2' => 'iso-8859-2', 'iso-8859-7' => 'iso-8859-7', + 'iso-8859-9' => 'iso-8859-9', 'iso-8859-15' => 'iso-8859-15', - 'iso-8859-15' => 'iso-8859-15', - 'ns_4551_1' => 'ns_4551_1', + 'utf-8' => 'utf-8', 'koi8-r' => 'koi8-r', - 'euc-KR' => 'euc-KR', + 'euc-kr' => 'euc-kr', + 'big5' => 'big5', + 'gb2312' => 'gb2312', + 'tis-620' => 'tis-620', 'windows-1251' => 'windows-1251', - 'ISO-2022-JP' => 'ISO-2022-JP' ) ), + 'windows-1255' => 'windows-1255', + 'windows-1256' => 'windows-1256', + 'iso-2022-jp' => 'iso-2022-jp' ) ), '$show_alternative_names' => array( 'name' => _("Show alternative language names"), 'type' => SMOPT_TYPE_BOOLEAN ), '$available_languages' => array( 'name' => _("Available languages"),