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

SHIFT_JIS compatible charsets should be in java.base module on Linux platform

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Withdrawn
    • Icon: P4 P4
    • None
    • None
    • core-libs
    • None

      On Japanese environment, following SHIFT_JIS compatible charsets are there:
      * PCK (x-PCK)
      * MS932 (windows-31j)
      * IBM943C (x-IBM943C)
      According to make/data/charsetmapping/charsets,
      PCK and MS932 are independent charset and have no dependencies on others.

      On RHEL8, SHIFT_JIS encoding is supported
      ======
      $ env LANG=ja_JP.sjis locale charmap
      SHIFT_JIS
      ======

      According to make/data/charsetmapping/stdcs-linux,
      SJIS (SHIFT_JIS) is in there, also MS932 and PCK are there.
      This means these are in java.base module on Linux platform.
      But IBM943C is not in stdcs-linux.
      I think IBM943C also should be in java.base module because of compatibility.

            itakiguchi Ichiroh Takiguchi (Inactive)
            itakiguchi Ichiroh Takiguchi (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: