diff options
author | Zufu Liu <unknown> | 2021-07-02 10:13:21 +1000 |
---|---|---|
committer | Zufu Liu <unknown> | 2021-07-02 10:13:21 +1000 |
commit | 7b646db9fbfb71c41c477b01d99e1e1c6c85cef8 (patch) | |
tree | d0886cd0c743eed7d1ef4fca864c1f1bf474e0d3 /doc | |
parent | 12dabace25a229d74db880473ecb7a5081bc65b9 (diff) | |
download | scintilla-mirror-7b646db9fbfb71c41c477b01d99e1e1c6c85cef8.tar.gz |
Feature [feature-requests:#1408] Treat valid DBCS lead byte followed by invalid
trail byte as single byte.
Diffstat (limited to 'doc')
-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 542fd4eb9..fcfc47827 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -572,6 +572,10 @@ Released 23 June 2021. </li> <li> + In DBCS encodings, treat valid DBCS lead byte followed by invalid trail byte as single byte. + <a href="https://sourceforge.net/p/scintilla/feature-requests/1408/">Feature #1408</a>. + </li> + <li> On Win32, when technology is changed, buffering is set to a reasonable value for the technology: on for GDI and off for Direct2D as Direct2D performs its own buffering. <a href="https://sourceforge.net/p/scintilla/feature-requests/1400/">Feature #1400</a>. |