From bfe04de89b4f3a67cf29a0364bffd2636605ae25 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 18 Jul 2005 01:00:58 +0000 Subject: Support for Cyrillic code page 1252 on GTK+. --- include/Scintilla.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/Scintilla.h b/include/Scintilla.h index 49863a320..359db9c8f 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -166,6 +166,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_CYRILLIC 1251 #define SC_CHARSET_SHIFTJIS 128 #define SC_CHARSET_SYMBOL 2 #define SC_CHARSET_TURKISH 162 -- cgit v1.2.3