aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2010-08-05 13:03:17 +1000
committernyamatongwe <devnull@localhost>2010-08-05 13:03:17 +1000
commitd1ab864e755fce32ea756ebd747c77d853d798af (patch)
treec46f06a42cec7c86e47319bcb31b7a3f8494eb83
parentd4c844dc5f7e57a622db077c544eed37d92fcd3d (diff)
downloadscintilla-mirror-d1ab864e755fce32ea756ebd747c77d853d798af.tar.gz
Added Korean code pages 949 and 1361.
-rw-r--r--gtk/ScintillaGTK.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/ScintillaGTK.cxx b/gtk/ScintillaGTK.cxx
index 1c7dfd2ea..f87add446 100644
--- a/gtk/ScintillaGTK.cxx
+++ b/gtk/ScintillaGTK.cxx
@@ -809,7 +809,9 @@ bool ScintillaGTK::ValidCodePage(int codePage) const {
|| codePage == SC_CP_UTF8
|| codePage == 932
|| codePage == 936
+ || codePage == 949
|| codePage == 950
+ || codePage == 1361
|| codePage == SC_CP_DBCS;
}