8290488: IBM864 character encoding implementation bug

Reviewed-by: iris, joehw, alanb
This commit is contained in:
Naoto Sato 2022-08-03 15:59:43 +00:00
parent af529be069
commit e52a340d7f
3 changed files with 6 additions and 4 deletions

View File

@ -0,0 +1 @@
0x25 U+0025

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2006, 2020, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2006, 2022, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -23,7 +23,7 @@
/*
* @test
* @bug 4625418 8239965
* @bug 4625418 8239965 8290488
* @summary Tests XML <a href="http://download.java.net/jdk6/docs/technotes/guides/intl/encoding.doc.html">encoding</a>
* @author Sergey Malenkov
* @run main/timeout=360 Test4625418
@ -107,7 +107,7 @@ public final class Test4625418 implements ExceptionListener {
"Cp861",
"Cp862",
"Cp863",
"Cp864",
//"Cp864",
"Cp865",
"Cp866",
"Cp868",
@ -180,7 +180,7 @@ public final class Test4625418 implements ExceptionListener {
"IBM861",
"IBM862",
"IBM863",
"IBM864",
//"IBM864",
"IBM865",
"IBM866",
"IBM868",

View File

@ -0,0 +1 @@
0025 0025