[Development] Why can't QString use UTF-8 internally?
Guido Seifert
wargand at gmx.de
Wed Feb 11 18:26:40 CET 2015
> > Yes, and he already said such example, ß becomes SS
>
> The other example that was given is 'i' (UTF-8 0x69) becoming 'İ' under a
> Turkish locale (UTF-8 0xc4 0xb0).
Ah sorry. I was too focused on the visible length. 'i' = 'İ' = 1. But of course
I have to look at the memory usage in the string. Btw... what would happen in Mark's
example?
Guido
More information about the Development
mailing list