diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-09-15 16:56:49 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-09-15 16:56:49 +0000 |
| commit | 464bad0f895d6f4080811f5e68267de418957501 (patch) | |
| tree | f7ffe410e6ccee089e316f3e04fbda22558f5923 /roundcubemail/program | |
| parent | c991b2467aed13b8e1557e4b4c7ad2034287200d (diff) | |
- Added more charset aliases
git-svn-id: https://svn.roundcube.net/trunk@3968 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program')
| -rw-r--r-- | roundcubemail/program/include/main.inc | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/roundcubemail/program/include/main.inc b/roundcubemail/program/include/main.inc index 095862818..7492f6c0e 100644 --- a/roundcubemail/program/include/main.inc +++ b/roundcubemail/program/include/main.inc @@ -357,15 +357,21 @@ function rcube_parse_charset($input) 'ISO88599' => 'WINDOWS-1254', 'ISO885911' => 'WINDOWS-874', 'MACROMAN' => 'MACINTOSH', - '238' => 'WINDOWS-1250', - '178' => 'WINDOWS-1256', + '77' => 'MAC', + '128' => 'SHIFT-JIS', + '129' => 'CP949', + '130' => 'CP1361', + '134' => 'GBK', + '136' => 'BIG5', + '161' => 'WINDOWS-1253', + '162' => 'WINDOWS-1254', + '163' => 'WINDOWS-1258', '177' => 'WINDOWS-1255', + '178' => 'WINDOWS-1256', + '186' => 'WINDOWS-1257', '204' => 'WINDOWS-1251', - '161' => 'WINDOWS-1253', '222' => 'WINDOWS-874', - '134' => 'GBK', '238' => 'WINDOWS-1250', - '128' => 'SHIFT-JIS' ); // allow A-Z and 0-9 only |
