Hello @glennfromiowa,
in general, yes, but if one uses cyrillic letters I assume that he/she uses the appropriate encoding as well
otherwise the chars aren’t displayed correctly anyway. In my case I used utf-8 and when comparing different
lexers I can see that they behave differently. When putting all chars from 0x400 - 0x4ff in an document
I would assume that these chars are black foreground and white background (my default setting),
which is what is done.
Now selecting e.g. SQL lexer, parts of the chars get colored blue while the rest stays black - not expected,
all should still be colored black as the chars aren’t SQL keywords.
When using python lexer anything is colored black again.
Unfortunattely, there isn’t a pattern which chars get colored wrongly. Part of the lexers coloring the same
chars incorrectly, whereas other lexers color other chars wrongly.
Cheers
Claudia