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

'multiplier' in XResources_ja_JP_*.java is out of the range of integer

XMLWordPrintable

    • 1.2.0
    • generic
    • generic
    • Verified

      In localizing the following resources, the range of integer is not
      big enough for Japanese multiplier.

      src/share/classes/org/apache/xml/utils/res/XResources_ja_JP_*.java

      The multilicative-additive numbering for Japanese should be as follows.

      Unit of the number Unicode# Value
      -------------------+----------+-------------------------
      Kei 0x4EAC 10000000000000000
      Chou 0x5146 1000000000000
      Oku 0x5104 100000000
      Man 0x4E07 10000
      Sen 0x5343 1000
      Hyaku 0x767E 100
      Juu 0x5341 10

      The values of 'Kei' (0x4EAC) and 'Chou' (0x5146) are out of the
      range of integer but we have to define the values into the code.

      ###@###.### 2001-11-01

            duke J. Duke
            kurosaki Kenichi Kurosaki (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: