Fix bug#1027 英文状态下导出bug只能选择utf-8

This commit is contained in:
wangyidong
2017-04-24 10:27:47 +08:00
parent d3607062b3
commit 442d7e3d74
+1
View File
@@ -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();