aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorNeil Hodgson <nyamatongwe@gmail.com>2018-05-21 15:41:57 +1000
committerNeil Hodgson <nyamatongwe@gmail.com>2018-05-21 15:41:57 +1000
commitcc5e63013d7aa447a74fafba0ee4dd560b6952c7 (patch)
treeebd6b08100d42c768f91890dda49308055581789 /doc/ScintillaHistory.html
parente0e105ea1559874a5a9097461d0d7933cb5cbbb4 (diff)
downloadscintilla-mirror-cc5e63013d7aa447a74fafba0ee4dd560b6952c7.tar.gz
If decoding DBCS text fails, use the MacRoman encoding to ensure something is
visible.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index bba75339b..030a6de53 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -552,6 +552,10 @@
and ensure something is shown.
</li>
<li>
+ On Cocoa, invalid text in DBCS encodings will be interpreted through the
+ single-byte MacRoman encoding as that will accept any byte.
+ </li>
+ <li>
Crashes fixed on macOS for invalid DBCS characters when dragging text,
changing case of text, case-insensitive searching, and retrieving text as UTF-8.
</li>