summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2010-09-15 16:56:49 +0000
committeralecpl <alec@alec.pl>2010-09-15 16:56:49 +0000
commit2280757d240cb365b2f33b6de154b29d6573e566 (patch)
tree1ae7e6a41a965f5f704b55914ef70b082f1078cf
parent457373bf3ff3c875a8626824c2068aed7a4c989e (diff)
- Added more charset aliases
-rw-r--r--program/include/main.inc16
1 files changed, 11 insertions, 5 deletions
diff --git a/program/include/main.inc b/program/include/main.inc
index 095862818..7492f6c0e 100644
--- a/program/include/main.inc
+++ b/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