diff options
author | Neil <nyamatongwe@gmail.com> | 2020-04-10 09:32:30 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2020-04-10 09:32:30 +1000 |
commit | d534bb0dc4c64fdab5145c7838c46fa61fb25574 (patch) | |
tree | 0e80f6fe86304ceead28ddb2ceac48d8fbe6ea00 /doc/ScintillaHistory.html | |
parent | fc79966496fc5efd7f5bb0ea4b5aa394abe1e363 (diff) | |
download | scintilla-mirror-d534bb0dc4c64fdab5145c7838c46fa61fb25574.tar.gz |
Bug [#2168]. Fix bug where 'µ' (Micro Sign) case-insensitively matches '?'.
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 0f0dac916..a585f0751 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -603,6 +603,10 @@ <a href="https://sourceforge.net/p/scintilla/bugs/2167/">Bug #2167</a>. </li> <li> + On Qt with default encoding (ISO 8859-1) fix bug where 'µ' (Micro Sign) case-insensitively matches '?' + <a href="https://sourceforge.net/p/scintilla/bugs/2168/">Bug #2168</a>. + </li> + <li> On GTK with Wayland fix display of windowed IME. <a href="https://sourceforge.net/p/scintilla/bugs/2149/">Bug #2149</a>. </li> |