aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2015-05-20 10:57:02 +1000
committerNeil <nyamatongwe@gmail.com>2015-05-20 10:57:02 +1000
commit172c81f3d02a240b5b4b8d7215bcfecfbf5fa9f3 (patch)
tree1f72857679732287be84b5ede6cba31dac83310f /doc/ScintillaHistory.html
parentd9bed61b8ebe3d289d7a9c468d8cb39d1ebd0bdd (diff)
downloadscintilla-mirror-172c81f3d02a240b5b4b8d7215bcfecfbf5fa9f3.tar.gz
SCI_TARGETASUTF8 and SCI_ENCODEDFROMUTF8 implemented on Win32.
From johnsonj.
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 2b776d254..10ec216f9 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -494,6 +494,10 @@
On Qt, use fractional positioning calls and avoid rounding to ensure consistency.
</li>
<li>
+ SCI_TARGETASUTF8 and SCI_ENCODEDFROMUTF8 implemented on
+ Win32 as well as GTK+ and Cocoa.
+ </li>
+ <li>
C++ lexer fixes empty backquoted string.
<a href="http://sourceforge.net/p/scintilla/bugs/1711/">Bug #1711</a>.
</li>