add charset ‘GBK’

GB18030 contains GBK,
GBK contains gb2312.
This commit is contained in:
di3online 2014-04-18 14:18:24 +08:00
parent 93b32226e6
commit 61beb431d1

View File

@ -57,6 +57,7 @@ public:
if (stricmp(s8_Name, "EUC-JP") == 0) return 20932;
if (stricmp(s8_Name, "euc-kr") == 0) return 51949;
if (stricmp(s8_Name, "GB18030") == 0) return 54936;
if (stricmp(s8_Name, "GBK") == 0) return 54936;
if (stricmp(s8_Name, "gb2312") == 0) return 936;
if (stricmp(s8_Name, "hz-gb-2312") == 0) return 52936;
if (stricmp(s8_Name, "IBM00858") == 0) return 858;