[Interest] QChar can't handle 1:N case conversion?

Nikos Chantziaras realnc at gmail.com
Fri Jul 27 04:53:24 CEST 2012


Normally, Unicode defines conversions for things like "ß" (U+00DF, 
German sharp S) to "SS".  How can I do that with QChar?  The 
toCaseFolded() and toLower() member functions return a single QChar, 
while mappings like "ß" -> "SS" would need two QChars to get the result.

How's this supposed to work?




More information about the Interest mailing list