aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authorSerg Stetsuk <devnull@localhost>2015-08-16 10:20:44 +1000
committerSerg Stetsuk <devnull@localhost>2015-08-16 10:20:44 +1000
commitffa8b0a1aa3446ab7569fbdee6d1e2b2834e6e8e (patch)
tree1d1fcd24c34704b2bb6b366ea3d89a4351c46262 /include/Scintilla.h
parent6eb9c3de5d57c9360ecebea51d4e2815900158e4 (diff)
downloadscintilla-mirror-ffa8b0a1aa3446ab7569fbdee6d1e2b2834e6e8e.tar.gz
On GTK+, support code page 866 with SC_CHARSET_OEM866.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index 4db2e0dde..b5e3e9bc0 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -196,6 +196,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SC_CHARSET_MAC 77
#define SC_CHARSET_OEM 255
#define SC_CHARSET_RUSSIAN 204
+#define SC_CHARSET_OEM866 866
#define SC_CHARSET_CYRILLIC 1251
#define SC_CHARSET_SHIFTJIS 128
#define SC_CHARSET_SYMBOL 2