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

utf8 boundary patch #14

Merged
merged 2 commits into from
Mar 13, 2013
Merged

utf8 boundary patch #14

merged 2 commits into from
Mar 13, 2013

Conversation

jlank
Copy link
Contributor

@jlank jlank commented Mar 13, 2013

related to issue #13

…g chunked before their boundaries are reached, which leads the subsequent call to buffer.toString() to display two-four replacement characters: �� instead of the proper representation of the multi-byte characters that were actually passed to the parser
…plit up (when chunked in stream buffers) before the character boundary is met, this commit passes existing tests and new tests written for this use case
creationix added a commit that referenced this pull request Mar 13, 2013
@creationix creationix merged commit dd30fb2 into creationix:master Mar 13, 2013
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.

2 participants