[jdk8u-dev] RFR: 8268457: XML Transformer outputs Unicode supplementary character incorrectly to HTML
Kazuhisa Takakuri
ktakakuri at openjdk.org
Thu Nov 28 12:28:49 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 is pending approval of the Fix Request.
I comment to not close.
-------------
PR Comment: https://git.openjdk.org/jdk8u-dev/pull/517#issuecomment-2506001076
More information about the jdk8u-dev
mailing list