From 442d7e3d74e71e4640fbf4405ac8cccaf98d43c3 Mon Sep 17 00:00:00 2001 From: wangyidong Date: Mon, 24 Apr 2017 10:27:47 +0800 Subject: [PATCH] =?UTF-8?q?Fix=20bug#1027=20=E8=8B=B1=E6=96=87=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E4=B8=8B=E5=AF=BC=E5=87=BAbug=E5=8F=AA=E8=83=BD?= =?UTF-8?q?=E9=80=89=E6=8B=A9utf-8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/config.php b/config/config.php index 6e4d98c051..66ca8ffffd 100644 --- a/config/config.php +++ b/config/config.php @@ -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();