Details
-
Task
-
Resolution: Duplicate
-
P3: Somewhat important
-
None
-
None
-
None
Description
qlocale.h
// ### Qt 5: We need to return QString from these function since // unicode data contains several characters for these fields. QChar decimalPoint() const; QChar groupSeparator() const; QChar percent() const; QChar zeroDigit() const; QChar negativeSign() const; QChar positiveSign() const; QChar exponential() const;
Quoting Thiago in QTBUG-25055: These "will not be done for 5.0. We'll introduce overloads in 5.1 and deprecate those functions then.".
Attachments
Issue Links
- is duplicated by
-
QTBUG-69324 QLocale can't represent outer plane characters
- Closed