From c305220ceb5576952f611bf1ca547a363276b3ca Mon Sep 17 00:00:00 2001 From: Neil Date: Sun, 28 Aug 2016 12:35:29 +1000 Subject: SC_CHARSET_DEFAULT now means code page 1252 on Windows unless code page set. Improved documentation for character sets. --- doc/ScintillaHistory.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/ScintillaHistory.html') diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 1ebddebc5..64197c744 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -520,6 +520,12 @@ Bug #1648.
  • + SC_CHARSET_DEFAULT now means code page 1252 on Windows unless a code page is set. + This prevents unexpected behaviour and crashes on East Asian systems where default locales are commonly DBCS. + Projects which want to default to DBCS code pages in East Asian locales should set the code page and + character set explicitly. +
  • +
  • The HTML lexer no longer treats "<?" inside a string in a script as potentially starting an XML document. Bug #767.
  • -- cgit v1.2.3