RFR: 8268457: XML Transformer outputs Unicode supplementary character incorrectly to HTML

Masanori Yano myano at openjdk.java.net
Fri Jun 18 04:56:07 UTC 2021


On Fri, 11 Jun 2021 12:42:35 GMT, Masanori Yano <myano at openjdk.org> wrote:

> Hi all,
> 
> Could you please review the 8268457 bug fixes?
> 
> The problem is that ToHTMLStream applies processing for non-surrogate pairs to the surrogate pair.
> This fix changes the processing for non-surrogate pairs to the else condition.

Thank you for reviewing. I reflected the review comments to my change.

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

PR: https://git.openjdk.java.net/jdk/pull/4474


More information about the core-libs-dev mailing list