aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk
diff options
context:
space:
mode:
authornyamatongwe <unknown>2010-08-05 22:28:29 +1000
committernyamatongwe <unknown>2010-08-05 22:28:29 +1000
commita349c1781956cb29cee208bd2be11787ba2165c6 (patch)
treebb10c5b77b115a577c029f3c9911978145971c7e /gtk
parentd732daf053887c9df2758c8eda629193715258e3 (diff)
downloadscintilla-mirror-a349c1781956cb29cee208bd2be11787ba2165c6.tar.gz
Removing SC_CP_DBCS as it does not fit into new DBCS processing code.
Updated documentation to describe the common DBCS support between platforms and removed outdated text.
Diffstat (limited to 'gtk')
-rw-r--r--gtk/ScintillaGTK.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/ScintillaGTK.cxx b/gtk/ScintillaGTK.cxx
index ecf80a999..f381f3605 100644
--- a/gtk/ScintillaGTK.cxx
+++ b/gtk/ScintillaGTK.cxx
@@ -811,8 +811,7 @@ bool ScintillaGTK::ValidCodePage(int codePage) const {
|| codePage == 936
|| codePage == 949
|| codePage == 950
- || codePage == 1361
- || codePage == SC_CP_DBCS;
+ || codePage == 1361;
}
sptr_t ScintillaGTK::WndProc(unsigned int iMessage, uptr_t wParam, sptr_t lParam) {