Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.9
-
Foundation PM Staging
Description
As found in QTBUG-103043:
- QString::toCasefold() uses simple case folding (C + S),
- QChar::toCasefold() uses "incomplete" case folding (C),
- QString::/QChar::toUpper()/toLower() use full case folding (C + F).
This should be consistent, documented or at best be offered as option to the user.
Source and explaination of C / F / S:
https://www.unicode.org/Public/16.0.0/ucd/CaseFolding.txt