From d1ab864e755fce32ea756ebd747c77d853d798af Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 5 Aug 2010 13:03:17 +1000 Subject: Added Korean code pages 949 and 1361. --- gtk/ScintillaGTK.cxx | 2 ++ 1 file changed, 2 insertions(+) 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; } -- cgit v1.2.3