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

Provide methods capable of handling supplementary characters in DecimalFormatSymbols

    XMLWordPrintable

Details

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

    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.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated: