aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2015-05-15 15:13:15 +1000
committerNeil <nyamatongwe@gmail.com>2015-05-15 15:13:15 +1000
commit0c9bd7ebcef97acaddfa61d52757218bda85eb2f (patch)
treedfec4bdfbe5071205b9366a66c07b73fa441938d
parent19add104aee7fe970d99dc32ff06d025217f6eed (diff)
downloadscintilla-mirror-0c9bd7ebcef97acaddfa61d52757218bda85eb2f.tar.gz
Change log.
-rw-r--r--doc/ScintillaHistory.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index e2b770fb1..4c8055105 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -517,6 +517,11 @@
<a href="http://sourceforge.net/p/scintilla/bugs/1703/">Bug #1703</a>.
</li>
<li>
+ Partial fix for reading a UTF-16 file in SciTE where a non-BMP character is split over a read buffer boundary.
+ The character will not be correctly displayed by Scintilla but will save back to disk correctly.
+ <a href="http://sourceforge.net/p/scintilla/bugs/1710/">Bug #1710</a>.
+ </li>
+ <li>
Fix link error on Windows when SCI_NAMESPACE used.
</li>
<li>