Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Don't split characters into bytes for processing #109

Closed
wants to merge 2 commits into from
Closed

Don't split characters into bytes for processing #109

wants to merge 2 commits into from

Conversation

WhyNotHugo
Copy link
Contributor

Fixes: #108

@WhyNotHugo
Copy link
Contributor Author

I can copy the test from #108, I'm just not sure where is the right place.

@WhyNotHugo
Copy link
Contributor Author

This fixes the related issue that affects me, but I think that in general, the input shouldn't be treated as bytes but as chars, given that it's already validated utf-8.

@RazrFalcon
Copy link
Owner

I don't think this is the correct solution. You handle only the text node case. I will partially revert the old one.

@WhyNotHugo
Copy link
Contributor Author

WhyNotHugo commented Oct 17, 2023 via email

@RazrFalcon
Copy link
Owner

No. It was separate. And it would not be affected.

@WhyNotHugo WhyNotHugo closed this Oct 17, 2023
@WhyNotHugo WhyNotHugo deleted the baño branch October 17, 2023 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Encoding gets messed up for CDATA
2 participants