Details
-
Bug
-
Resolution: Out of scope
-
Not Evaluated
-
None
-
5.15.2
-
None
Description
The following code:
QLocale(QLocale::French).toCurrencyString(-5.12341234, "$", 4)
returns
(5,1234 $)
but should return
-5,1234
In french, negatives values are not written in parenthesis.
Attachments
Issue Links
- relates to
-
QTBUG-79902 QLocale: make fuller and more faithful use of the CLDR data
- Open
- resulted in
-
QTBUG-115743 Separate support for accounting and standard formatting of currencies
- Reported