Provide methods capable of handling supplementary characters in DecimalFormatSymbols

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Unresolved
    • Priority: P4
    • tbd
    • Affects Version/s: 11
    • Component/s: 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.

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

              Created:
              Updated: