From ad41ebb7b2cdcada7b6afed29ddee17690bd5c97 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 5 Aug 2010 22:28:29 +1000 Subject: 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. --- gtk/ScintillaGTK.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gtk') 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) { -- cgit v1.2.3