aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2000-04-06 08:43:00 +0000
committernyamatongwe <devnull@localhost>2000-04-06 08:43:00 +0000
commit21b66126441a573050340f344972f35de7f1a52d (patch)
tree1352720978356ddc213962ccf1dc248c3b061491 /include/Scintilla.h
parent884b65511efa0fa9c2172d2e70bc73f1fcd30e47 (diff)
downloadscintilla-mirror-21b66126441a573050340f344972f35de7f1a52d.tar.gz
Initial Unicode support code.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index 822b2ea9d..f39ce4535 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -107,6 +107,9 @@ extern "C" {
#define SCI_STARTSTYLING SCI_START + 32
#define SCI_SETSTYLING SCI_START + 33
+// This is the same value as CP_UTF8 in Windows
+#define SC_CP_UTF8 65001
+
#define SCI_SETBUFFEREDDRAW SCI_START + 35
#define SCI_SETTABWIDTH SCI_START + 36
#define SCI_SETCODEPAGE SCI_START + 37