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

Fix utf-8 decoder (in browser) #16

Merged
merged 2 commits into from
May 14, 2018

Conversation

RealDolos
Copy link

The browser version of the utf-8 decoder is broken, likely due to a typo, corrupting all two-byte codepoints.
The fix is just changing a 0x0f to the proper 0x1f.

Besides that, I added some tests and rebuild the dist.

@darrachequesne darrachequesne merged commit abbf3a5 into darrachequesne:master May 14, 2018
@darrachequesne
Copy link
Owner

@RealDolos good catch! Thanks a lot 👍

@darrachequesne darrachequesne added this to the 2.1.3 milestone May 14, 2018
@darrachequesne
Copy link
Owner

Released in 2.1.3!

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