aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorSerg Stetsuk <unknown>2015-08-16 10:20:44 +1000
committerSerg Stetsuk <unknown>2015-08-16 10:20:44 +1000
commitd7c11303d5eb4ae755b44c0bee911996b983ca6f (patch)
tree23c0c12ff5dc63bfd0f05d1beac1c886a32aacfe /include
parentb8c77c7f9e2322a1f32a49a3a6cf59d5dee04042 (diff)
downloadscintilla-mirror-d7c11303d5eb4ae755b44c0bee911996b983ca6f.tar.gz
On GTK+, support code page 866 with SC_CHARSET_OEM866.
Diffstat (limited to 'include')
-rw-r--r--include/Scintilla.h1
-rw-r--r--include/Scintilla.iface1
2 files changed, 2 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
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index 9d83372aa..99ac27597 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -417,6 +417,7 @@ val SC_CHARSET_HANGUL=129
val SC_CHARSET_MAC=77
val SC_CHARSET_OEM=255
val SC_CHARSET_RUSSIAN=204
+val SC_CHARSET_OEM866=866
val SC_CHARSET_CYRILLIC=1251
val SC_CHARSET_SHIFTJIS=128
val SC_CHARSET_SYMBOL=2