Fix a problem that prevented auto-complete from working on non-ASCII prefixes.
The root of the problem was that Scintilla uses UTF-8 and the "length" that it wants is bytes, not characters.
Authored by: david_costanzo 2020-04-18
Parent: [r5210]
Child: [r5212]