diff options
| author | nyamatongwe <unknown> | 2010-08-05 22:28:29 +1000 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2010-08-05 22:28:29 +1000 |
| commit | a349c1781956cb29cee208bd2be11787ba2165c6 (patch) | |
| tree | bb10c5b77b115a577c029f3c9911978145971c7e /gtk | |
| parent | d732daf053887c9df2758c8eda629193715258e3 (diff) | |
| download | scintilla-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.cxx | 3 |
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) { |
