[jdk8u-dev] Integrated: 8268457: XML Transformer outputs Unicode supplementary character incorrectly to HTML

Kazuhisa Takakuri ktakakuri at openjdk.org
Tue Dec 3 00:08:47 UTC 2024


On Tue, 11 Jun 2024 04:19:07 GMT, Kazuhisa Takakuri <ktakakuri at openjdk.org> wrote:

> Hi all,
> 
> JDK8 reproduces the reported bug and I would like to backport this patch.
> The patch is not clean. 
> 
> * Eliminated the use of test libraries and TestNG, and embedded compareWithGold() method and compareStringWithGold() method.
> * Removed indentation from SurrogateTest1.html because indentation is not added in ToHTMLStream.java in JDK8. This difference is due to JDK-8175793 introduced in JDK9.
> 
> There is a related patch JDK-8274606, and I have proposed a separate backport for it. #518
> 
> Testing: All tests under jdk/test/javax/xml/jaxp/
> 
> Thank you.

This pull request has now been integrated.

Changeset: 10122b59
Author:    Kazuhisa Takakuri <ktakakuri at openjdk.org>
URL:       https://git.openjdk.org/jdk8u-dev/commit/10122b593165d6bcaf58abfe2721c3dcb407b593
Stats:     221 lines in 7 files changed: 196 ins; 21 del; 4 mod

8268457: XML Transformer outputs Unicode supplementary character incorrectly to HTML

Reviewed-by: phh, andrew
Backport-of: 83bce94cc8a7fb45b0604598411fbecc62000dfd

-------------

PR: https://git.openjdk.org/jdk8u-dev/pull/517


More information about the jdk8u-dev mailing list