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
commit93103de7a6612a3a5e5328327340d636a87577d2 (patch)
tree0fe8abde3bebc7f78cf3805037ab5293b35e6559 /doc/ScintillaHistory.html
parent72f89d56015155b507e47109e477b085fc3ed56d (diff)
downloadscintilla-mirror-93103de7a6612a3a5e5328327340d636a87577d2.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>