Issue with QScintilla convert to upper/lowercase
Phil Thompson
phil at riverbankcomputing.com
Sun Sep 18 16:40:52 BST 2022
On 17/09/2022 16:18, Detlev Offenbach wrote:
> Hi,
>
> I just got an error report in the eric issue tracker related to
> QScintilla not converting selected characters to upper/lower case if
> the are outside the ASCII character range (i.e. multi byte unicode
> characters). The QScintilla functions are QsciScintilla.SCI_LOWERCASE
> and QsciScintilla.SCI_UPPERCASE. According to the reporter SciTE works
> ok. That may be related to SciTE using a newer Scintilla version.
>
> I hope this issue can be fixed.
>
> see: https://tracker.die-offenbachs.homelinux.org/eric/issue443
Yes, the version of Scintilla that QScintilla is currently based on only
works on ASCII characters. Updating to a newer version is likely to be
later rather than sooner.
Phil
More information about the QScintilla
mailing list