Integrated: 8268457: XML Transformer outputs Unicode supplementary character incorrectly to HTML
Masanori Yano
myano at openjdk.java.net
Wed Jun 30 16:29:06 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.
This pull request has now been integrated.
Changeset: 83bce94c
Author: Masanori Yano <myano at openjdk.org>
Committer: Joe Wang <joehw at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/83bce94cc8a7fb45b0604598411fbecc62000dfd
Stats: 194 lines in 7 files changed: 168 ins; 21 del; 5 mod
8268457: XML Transformer outputs Unicode supplementary character incorrectly to HTML
Reviewed-by: lancea, naoto, iris, joehw
-------------
PR: https://git.openjdk.java.net/jdk/pull/4474
More information about the core-libs-dev
mailing list