Fix bug#1027 英文状态下导出bug只能选择utf-8
This commit is contained in:
@@ -67,6 +67,7 @@ $config->charsets['zh-cn']['gbk'] = 'GBK';
|
||||
$config->charsets['zh-tw']['utf-8'] = 'UTF-8';
|
||||
$config->charsets['zh-tw']['big5'] = 'BIG5';
|
||||
$config->charsets['en']['utf-8'] = 'UTF-8';
|
||||
$config->charsets['en']['GBK'] = 'GBK';
|
||||
|
||||
/* Default settings. */
|
||||
$config->default = new stdclass();
|
||||
|
||||
Reference in New Issue
Block a user