diff options
| author | Neil <nyamatongwe@gmail.com> | 2015-05-20 10:57:02 +1000 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2015-05-20 10:57:02 +1000 |
| commit | 93103de7a6612a3a5e5328327340d636a87577d2 (patch) | |
| tree | 0fe8abde3bebc7f78cf3805037ab5293b35e6559 /doc/ScintillaHistory.html | |
| parent | 72f89d56015155b507e47109e477b085fc3ed56d (diff) | |
| download | scintilla-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.html | 4 |
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> |
