hg: jdk/jdk11: 8202329: [AIX] Fix codepage mappings for IBM-943 and Big5

David Holmes david.holmes at oracle.com
Fri Jul 6 01:00:09 UTC 2018


Filed: https://bugs.openjdk.java.net/browse/JDK-8206436

David

On 6/07/2018 7:51 AM, David Holmes wrote:
> edit to TestIBMBugs.java contains non-ascii characters in the comments, 
> resulting in javac failure:
> 
> /scratch/opt/mach5/mesos/work_dir/jib-master/install/jdk11-jdk.1010/src.full/open/test/jdk/sun/nio/cs/TestIBMBugs.java:191: 
> error: unmappable character (0xC2) for encoding US-ASCII
>          // and \ufffd\ufffd andoverscore are encoded to 0x5c and 0x7e
>                 ^
> /scratch/opt/mach5/mesos/work_dir/jib-master/install/jdk11-jdk.1010/src.full/open/test/jdk/sun/nio/cs/TestIBMBugs.java:191: 
> error: unmappable character (0xA5) for encoding US-ASCII
>          // and \ufffd\ufffd andoverscore are encoded to 0x5c and 0x7e
>                  ^
> /scratch/opt/mach5/mesos/work_dir/jib-master/install/jdk11-jdk.1010/src.full/open/test/jdk/sun/nio/cs/TestIBMBugs.java:208: 
> error: unmappable character (0xC2) for encoding US-ASCII
>          // and \ufffd\ufffd an overscore are encoded to 0x5c and 0x7e
>                 ^
> /scratch/opt/mach5/mesos/work_dir/jib-master/install/jdk11-jdk.1010/src.full/open/test/jdk/sun/nio/cs/TestIBMBugs.java:208: 
> error: unmappable character (0xA5) for encoding US-ASCII
>          // and \ufffd\ufffd an overscore are encoded to 0x5c and 0x7e
>                  ^
> 4 errors
> result: Failed. Compilation failed: Compilation failed


More information about the core-libs-dev mailing list