[jdk8u-dev] RFR: 8268457: XML Transformer outputs Unicode supplementary character incorrectly to HTML
Andrew John Hughes
andrew at openjdk.org
Wed Dec 4 23:35:53 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.
Moved to 8u452; see https://mail.openjdk.org/pipermail/jdk8u-dev/2024-December/019551.html
-------------
PR Comment: https://git.openjdk.org/jdk8u-dev/pull/517#issuecomment-2518770785
More information about the jdk8u-dev
mailing list