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

Encoding Standard #124

Closed
SimonSapin opened this issue Dec 2, 2013 · 0 comments · Fixed by #137
Closed

Encoding Standard #124

SimonSapin opened this issue Dec 2, 2013 · 0 comments · Fixed by #137

Comments

@SimonSapin
Copy link
Contributor

html5lib has a bunch of aliases for character encodings. This should probably be aligned with the Encoding Standard.

I made a Python implementation, hopefully it will help: http:https://pythonhosted.org/webencodings/ (It mostly does aliases and BOM detection, the actual codec implementations are Python’s.)

Maybe related: #120

gsnedders added a commit to gsnedders/html5lib-python that referenced this issue Jan 5, 2014
gsnedders added a commit to gsnedders/html5lib-python that referenced this issue Jan 12, 2016
gsnedders added a commit that referenced this issue Jan 12, 2016
Fix #124: Move to webencodings for decoding the input byte stream.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant