standard-decimal with two different grouping sizes cannot be handled correctly

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: P4
    • None
    • Affects Version/s: 14
    • Component/s: core-libs

      According CLDR definition, below locales follow standard-decimal #,##,##0.### which has two different grouping sizes, but java looks cannot correctly return the secondary grouping size
      ·as· ·bn· ·brx· ·ccp· ·dz· ·en_IN· ·gu· ·hi· ·kok· ·ks· ·ml· ·mr· ·or· ·pa· ·ta· ·te·

      For example:
      input data:123456789
      Expected result on en_IN should be 12,34,56,789, according to CLDR definition: https://www.unicode.org/reports/tr35/tr35-numbers.html#Number_Format_Patterns
      Actually: 123,456,789

            Assignee:
            Naoto Sato
            Reporter:
            Daisy Zhou (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: