aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authormitchell <unknown>2018-05-05 11:52:27 -0400
committermitchell <unknown>2018-05-05 11:52:27 -0400
commit93462d87c3c8f398d5900be84349f29cb088d849 (patch)
tree631eb19ad8d818e262f4988139d96709b4ee8cd5 /doc/ScintillaHistory.html
parent156c3f0e53ea2a7f932f6079cb122c2cf66fb3df (diff)
downloadscintilla-mirror-93462d87c3c8f398d5900be84349f29cb088d849.tar.gz
Backport: Feature [feature-requests:#1211]. Use pre-computed table for UTF8BytesOfLead.
Friendlier treatment of invalid UTF-8. Add tests for UniConversion handling invalid UTF-8. Simplify UTF8Classify tests. Backport of changeset 6643:ebbb4e5aaf93.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index f59630a48..0324381d2 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -532,6 +532,20 @@
</li>
</ul>
<h3>
+ <a href="https://sourceforge.net/projects/scintilla/files/scintilla/3.?/scintilla380.zip/download">Release 3.?</a>
+ </h3>
+ <ul>
+ <li>
+ Released ?.
+ </li>
+ <li>
+ In some cases, invalid UTF-8 is handled in a way that is a little friendlier.
+ For example, when copying to the clipboard on Windows, an invalid lead byte will be copied as the
+ equivalent ISO 8859-1 character and will not hide the following byte.
+ <a href="http://sourceforge.net/p/scintilla/feature-requests/1211/">Feature #1211.</a>
+ </li>
+ </ul>
+ <h3>
<a href="https://sourceforge.net/projects/scintilla/files/scintilla/3.8.0/scintilla380.zip/download">Release 3.8.0</a>
</h3>
<ul>