aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
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 /include/Scintilla.h
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 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index 16137ca1d..c20a063f9 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -91,7 +91,6 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SCI_SETTABWIDTH 2036
#define SCI_GETTABWIDTH 2121
#define SC_CP_UTF8 65001
-#define SC_CP_DBCS 1
#define SCI_SETCODEPAGE 2037
#define SCI_SETUSEPALETTE 2039
#define MARKER_MAX 31
@@ -975,4 +974,10 @@ struct SCNotification {
}
#endif
+#ifdef INCLUDE_DEPRECATED_FEATURES
+
+#define SC_CP_DBCS 1
+
+#endif
+
#endif