* nlsfuncs.cc (__set_charset_from_locale): Set default charset for
locales defaulting to codepage 936 to GB2312.
This commit is contained in:
@@ -1042,7 +1042,7 @@ __set_charset_from_locale (const char *locale, char *charset)
|
||||
cs = "EUCJP";
|
||||
break;
|
||||
case 936:
|
||||
cs = "GBK";
|
||||
cs = "GB2312";
|
||||
break;
|
||||
case 949:
|
||||
cs = "EUCKR";
|
||||
|
Reference in New Issue
Block a user