Added more common mail charsets to choose from bug 5229
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user