diff options
author | Serg Stetsuk <unknown> | 2015-08-16 10:20:44 +1000 |
---|---|---|
committer | Serg Stetsuk <unknown> | 2015-08-16 10:20:44 +1000 |
commit | d7c11303d5eb4ae755b44c0bee911996b983ca6f (patch) | |
tree | 23c0c12ff5dc63bfd0f05d1beac1c886a32aacfe /include/Scintilla.h | |
parent | b8c77c7f9e2322a1f32a49a3a6cf59d5dee04042 (diff) | |
download | scintilla-mirror-d7c11303d5eb4ae755b44c0bee911996b983ca6f.tar.gz |
On GTK+, support code page 866 with SC_CHARSET_OEM866.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r-- | include/Scintilla.h | 1 |
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 |