Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
5.12.5
-
None
-
-
3
-
d8538163075a2058f110bc77e7d481ef1ab7612c (qt/qtbase/dev)
-
Qt6_Foundation_ Sprint 13
Description
System is configured to use Suzhou numerals as custom standard digits.
QLocale::system().toString(50) generates the following codepoints
U+300C U+3007
The correct sequency would be
U+3025 U+3007
(see also https://en.wikipedia.org/wiki/Suzhou_numerals)
The problem seems to be, that the digits for 0-9 are not consecutive starting at U+3007.
Instead 1-9 are located starting at U+3021.
Attachments
Issue Links
- relates to
-
QTBUG-81050 Do number-formatting correctly
- Closed