RFR: 8268457: XML Transformer outputs Unicode supplementary character incorrectly to HTML [v3]
Joe Wang
joehw at openjdk.java.net
Fri Jun 25 18:42:06 UTC 2021
On Wed, 23 Jun 2021 07:34:06 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.
>
> Masanori Yano has updated the pull request incrementally with one additional commit since the last revision:
>
> remove unnecessally comments and add eof line
Hi Masanori, you may now type /integrate in a new comment when you're ready. I'll then sponsor your change. Thanks.
-------------
PR: https://git.openjdk.java.net/jdk/pull/4474
More information about the core-libs-dev
mailing list