summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/nlsfuncs.cc
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/nlsfuncs.cc')
-rw-r--r--winsup/cygwin/nlsfuncs.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/nlsfuncs.cc b/winsup/cygwin/nlsfuncs.cc
index 51cc465f7..3f2279a18 100644
--- a/winsup/cygwin/nlsfuncs.cc
+++ b/winsup/cygwin/nlsfuncs.cc
@@ -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";