From d7c11303d5eb4ae755b44c0bee911996b983ca6f Mon Sep 17 00:00:00 2001 From: Serg Stetsuk Date: Sun, 16 Aug 2015 10:20:44 +1000 Subject: On GTK+, support code page 866 with SC_CHARSET_OEM866. --- include/Scintilla.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/Scintilla.h') 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 -- cgit v1.2.3