aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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;
}