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 +- doc/ScintillaHistory.html | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'doc') 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 diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 61a6a3c36..40cf4e898 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -473,6 +473,7 @@ Jiří Techet Jonathan Hunt + Serg Stetsuk

@@ -492,6 +493,10 @@ Released 3 August 2015.

  • + On GTK+, SC_CHARSET_OEM866 added to allow editing Russian files encoded in code page 866. + Feature #1019. +
  • +
  • CoffeeScript lexer adds lexical class for instance properties and fixes some cases of regex highlighting. Bug #1749.
  • -- cgit v1.2.3