Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.5.0
-
None
-
b8d3d18b0 (dev), 31322ff9e (dev), cabdea966 (dev)
Description
When writing
i.toLocaleUpperCase('tr-TR')
I would expect to have İ not I.
It's working fine in C++ using `QLocale tr = QLocale("tr_TR"); tr.toUpper("i")` but this is not available in QML.
I've attached a small example to reproduce.
Attachments
Issue Links
- duplicates
-
QTBUG-109962 toLocale{Upper,Lower}Case() string methods ignore locale arguments
- Reported
- relates to
-
QTBUG-56923 V4's Date claims to extend toLocale*String() in ways expressly forbidden by ECMA-262
- Open