Details
-
Bug
-
Status: Closed
-
Not Evaluated
-
Resolution: Out of scope
-
5.15.2
-
None
-
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.