Added more common mail charsets to choose from bug 5229

This commit is contained in:
moodler
2006-04-20 08:21:58 +00:00
parent 31256b56b3
commit 08bdcd3974
+2
View File
@@ -5044,6 +5044,8 @@ function get_list_of_charsets() {
'ISO-2022-JP'=> 'ISO-2022-JP',
'ISO-8859-1' => 'ISO-8859-1',
'SHIFT-JIS' => 'SHIFT-JIS',
'GB2312' => 'GB2312',
'GB18030' => 'GB18030',
'UTF-8' => 'UTF-8');
asort($charsets);