These methods (and their setters) are currently only capable of dealing with chars within the BMP:
getDecimalSeparator()
getDigit()
getGroupingSeparator()
getMinusSign()
getMonetaryDecimalSeparator()
getPatternSeparator()
getPercent()
getPerMill()
getZeroDigit()
Equivalent set of methods that deals with 'int" should be provided, and the "char" versions should be deprecated.
getDecimalSeparator()
getDigit()
getGroupingSeparator()
getMinusSign()
getMonetaryDecimalSeparator()
getPatternSeparator()
getPercent()
getPerMill()
getZeroDigit()
Equivalent set of methods that deals with 'int" should be provided, and the "char" versions should be deprecated.
- csr for
-
JDK-8206353 Provide methods capable of handling supplementary characters in DecimalFormatSymbols
-
- Closed
-
- relates to
-
JDK-8202537 Update CLDR to version V33
-
- Resolved
-