aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2005-07-18 01:00:58 +0000
committernyamatongwe <devnull@localhost>2005-07-18 01:00:58 +0000
commitbfe04de89b4f3a67cf29a0364bffd2636605ae25 (patch)
treefb3c806245dff5b468c3f2e8753ceef4fccd33ad /include/Scintilla.h
parent8c99de55b7640b417ccdc5c073c543ed27d2c6f0 (diff)
downloadscintilla-mirror-bfe04de89b4f3a67cf29a0364bffd2636605ae25.tar.gz
Support for Cyrillic code page 1252 on GTK+.
Diffstat (limited to 'include/Scintilla.h')
-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