aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2016-08-28 12:35:29 +1000
committerNeil <nyamatongwe@gmail.com>2016-08-28 12:35:29 +1000
commitc305220ceb5576952f611bf1ca547a363276b3ca (patch)
treeaac15756d1526ffef62de40dd423f95b596fab96 /doc/ScintillaHistory.html
parentcaf4c1cace9181ee1196120ea0ae6e7b5ec34e9e (diff)
downloadscintilla-mirror-c305220ceb5576952f611bf1ca547a363276b3ca.tar.gz
SC_CHARSET_DEFAULT now means code page 1252 on Windows unless code page set.
Improved documentation for character sets.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html6
1 files changed, 6 insertions, 0 deletions
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 @@
<a href="http://sourceforge.net/p/scintilla/bugs/1648/">Bug #1648</a>.
</li>
<li>
+ 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.
+ </li>
+ <li>
The HTML lexer no longer treats "&lt;?" inside a string in a script as potentially starting an XML document.
<a href="http://sourceforge.net/p/scintilla/bugs/767/">Bug #767</a>.
</li>