Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

PrettyPrintWriter cannot write emoji in XML 1.1 mode #336

Open
jglick opened this issue May 2, 2023 · 1 comment
Open

PrettyPrintWriter cannot write emoji in XML 1.1 mode #336

jglick opened this issue May 2, 2023 · 1 comment
Labels
Milestone

Comments

@jglick
Copy link
Contributor

jglick commented May 2, 2023

See jenkinsci/jenkins#7924; can draft a unit test for this repo in case it is not obvious. In XML_1_1 mode, writeText uses charAt rather than codePointAt and so throws an error when given a supplementary code point character.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
2 participants