Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8204092

Provide methods capable of handling supplementary characters in DecimalFormatSymbols

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • 11
    • core-libs
    • None
    • generic
    • generic

      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.

            naoto Naoto Sato
            naoto Naoto Sato
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: