Is it possible to convince a QMap<QString, QString> to sort its items according to my program's locale?
(The program's locale is not necessarily the same as the system's locale.)

My keys are a bunch of Names of which some start with/contain german umlauts.
They appear in wrong order:
E.g., iterating through, an "Ömer" should appear after "Othello", not after "Zinn" as it does right now.