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?