aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2005-05-16 07:09:51 +0000
committernyamatongwe <devnull@localhost>2005-05-16 07:09:51 +0000
commit9d57134a6e5636bc42802766e176b9b21b423932 (patch)
tree4fb49ba75cbf541052cf8b30ea2e25f40553d13a /include/Scintilla.h
parent6b1efb11ea0073e7f894d93dbe67ba6936e2f18b (diff)
downloadscintilla-mirror-9d57134a6e5636bc42802766e176b9b21b423932.tar.gz
Added ISO 8859-15 character set.
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 5a5a3f0fc..ca207bffb 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -174,6 +174,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SC_CHARSET_ARABIC 178
#define SC_CHARSET_VIETNAMESE 163
#define SC_CHARSET_THAI 222
+#define SC_CHARSET_8859_15 1000
#define SCI_STYLECLEARALL 2050
#define SCI_STYLESETFORE 2051
#define SCI_STYLESETBACK 2052