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();