JDK-8204092 : Provide methods capable of handling supplementary characters in DecimalFormatSymbols
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.text
  • Affected Version: 11
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • OS: generic
  • CPU: generic
  • Submitted: 2018-05-30
  • Updated: 2019-04-11
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
tbdUnresolved
Related Reports
CSR :  
Relates :  
Description
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.