aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <unknown>2005-07-18 01:00:58 +0000
committernyamatongwe <unknown>2005-07-18 01:00:58 +0000
commit8da1ed9c65b8fdab9ebc1415ac3a6a42bb812fdc (patch)
treefb3c806245dff5b468c3f2e8753ceef4fccd33ad
parentdebba08180dd50962f701b74fd333ed9bd0bfb00 (diff)
downloadscintilla-mirror-8da1ed9c65b8fdab9ebc1415ac3a6a42bb812fdc.tar.gz
Support for Cyrillic code page 1252 on GTK+.
-rw-r--r--include/Scintilla.h1
1 files changed, 1 insertions, 0 deletions
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