From d7c11303d5eb4ae755b44c0bee911996b983ca6f Mon Sep 17 00:00:00 2001 From: Serg Stetsuk Date: Sun, 16 Aug 2015 10:20:44 +1000 Subject: On GTK+, support code page 866 with SC_CHARSET_OEM866. --- doc/ScintillaDoc.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/ScintillaDoc.html') 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 { SC_CHARSET_TURKISH, and SC_CHARSET_VIETNAMESE.

The character sets supported on GTK+ are:
- SC_CHARSET_ANSI, SC_CHARSET_CYRILLIC (code page 1251), + SC_CHARSET_ANSI, SC_CHARSET_OEM866 (code page 866), SC_CHARSET_CYRILLIC (code page 1251), SC_CHARSET_EASTEUROPE, SC_CHARSET_GB2312, SC_CHARSET_HANGUL, SC_CHARSET_RUSSIAN (KOI8-R), SC_CHARSET_SHIFTJIS, and -- cgit v1.2.3