diff options
| author | Neil <nyamatongwe@gmail.com> | 2016-10-06 15:16:50 +1100 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2016-10-06 15:16:50 +1100 |
| commit | 9c0c31495c68c2757bbf95aa3f114d865dff88b8 (patch) | |
| tree | 285098b5edde401cb67d2dea8dad90da2c8e013d /doc/ScintillaHistory.html | |
| parent | 1967c348184a35007b7fce5da81d7874a51edc3e (diff) | |
| download | scintilla-mirror-9c0c31495c68c2757bbf95aa3f114d865dff88b8.tar.gz | |
Word selection, navigation, and manipulation is now performed on characters
instead of bytes leading to more natural behaviour for multi-byte encodings like
UTF-8.
Diffstat (limited to 'doc/ScintillaHistory.html')
| -rw-r--r-- | doc/ScintillaHistory.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index fb004776b..a134035dc 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -523,6 +523,13 @@ Released 4 September 2016. </li> <li> + Word selection, navigation, and manipulation is now performed on characters instead of bytes + leading to more natural behaviour for multi-byte encodings like UTF-8. + For UTF-8 characters 0x80 and above, classification into word; punctuation; space; or line-end + is based on the Unicode general category of the character and is not customizable. + <a href="http://sourceforge.net/p/scintilla/bugs/1832/">Bug #1832</a>. + </li> + <li> Two enums changed in Scintilla.iface which may lead to changed bindings. There were 2 FontQuality enums and the first is now PhasesDraw. The prefix for FoldAction was SC_FOLDACTION and is now SC_FOLDACTION_ |
