aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaDoc.html
diff options
context:
space:
mode:
authorSerg Stetsuk <devnull@localhost>2015-08-16 10:20:44 +1000
committerSerg Stetsuk <devnull@localhost>2015-08-16 10:20:44 +1000
commitffa8b0a1aa3446ab7569fbdee6d1e2b2834e6e8e (patch)
tree1d1fcd24c34704b2bb6b366ea3d89a4351c46262 /doc/ScintillaDoc.html
parent6eb9c3de5d57c9360ecebea51d4e2815900158e4 (diff)
downloadscintilla-mirror-ffa8b0a1aa3446ab7569fbdee6d1e2b2834e6e8e.tar.gz
On GTK+, support code page 866 with SC_CHARSET_OEM866.
Diffstat (limited to 'doc/ScintillaDoc.html')
-rw-r--r--doc/ScintillaDoc.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index c24f52d78..2bfcff27c 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -2694,7 +2694,7 @@ struct Sci_TextToFind {
<code>SC_CHARSET_TURKISH</code>, and <code>SC_CHARSET_VIETNAMESE</code>.</p>
<p>The character sets supported on GTK+ are:<br />
- <code>SC_CHARSET_ANSI</code>, <code>SC_CHARSET_CYRILLIC</code> (code page 1251),
+ <code>SC_CHARSET_ANSI</code>, <code>SC_CHARSET_OEM866</code> (code page 866), <code>SC_CHARSET_CYRILLIC</code> (code page 1251),
<code>SC_CHARSET_EASTEUROPE</code>,
<code>SC_CHARSET_GB2312</code>, <code>SC_CHARSET_HANGUL</code>,
<code>SC_CHARSET_RUSSIAN</code> (KOI8-R), <code>SC_CHARSET_SHIFTJIS</code>, and