Skip to content

Fix parse-sax.js broke utf8 string bug #2894

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

maoxian-1
Copy link

Summary

Fix #2084 split Chinese or other Unicode String bug.

Test plan

Before the modification, BufferToString would cause the processed stream to be truncated. After the modification, the stream data following the > symbol will be cached until the next > symbol appears. The > symbol will always be the end of the XML file, so all streams will be processed.

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.

split chinese characters to ��
1 participant