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

IBM-943 charset encoder needs updating

    XMLWordPrintable

Details

    Backports

      Description

        IBM-943 is IBM's Japanese PC encoding, and is used to support Japanese on some of IBM products.
        MS932 (Windows-31J) is Japanese Microsoft Windows encoding.

        Current IBM-943 charset does not contain 5 compatible entries compared to MS932 charset.

        $ java IBM943CompatTest.java
        windows-31j->x-IBM943C:\u2015:\x81\x5C
        windows-31j->x-IBM943C:\u2225:\x81\x61
        windows-31j->x-IBM943C:\uFF0D:\x81\x7C
        windows-31j->x-IBM943C:\uFF5E:\x81\x60
        windows-31j->x-IBM943C:\uFFE4:\xFA\x55

        To support these entries, IBM-943's charset encoder should refer 34B003AF.RPMAP130 [1] conversion table.

        [1] http://download.boulder.ibm.com/ibmdl/pub/software/dw/java/cdctables.zip > Package2.zip > IBM-943.zip

        Initial submission:
        https://mail.openjdk.java.net/pipermail/core-libs-dev/2020-February/064816.html

        Attachments

          Issue Links

            Activity

              People

                itakiguchi Ichiroh Takiguchi
                itakiguchi Ichiroh Takiguchi
                Votes:
                0 Vote for this issue
                Watchers:
                5 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: