aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2010-08-05 22:28:29 +1000
committernyamatongwe <devnull@localhost>2010-08-05 22:28:29 +1000
commitad41ebb7b2cdcada7b6afed29ddee17690bd5c97 (patch)
tree28dcba29cea550094deb50b2db53bedcb1d7eefc /gtk
parent9c48010126a393435bac7df9a03f5e56410c181e (diff)
downloadscintilla-mirror-ad41ebb7b2cdcada7b6afed29ddee17690bd5c97.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) {