- Notifications
You must be signed in to change notification settings - Fork302
Fix #124: Move to webencodings for decoding the input byte stream.#137
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
hoppipolla-critic-bot commentedJan 5, 2014
Critic review:https://critic.hoppipolla.co.uk/r/521 This is an external review system which you may optionally use for the code review of your pull request. In order to help critic track your changes, please donot make in-place history rewrites (e.g. via |
SimonSapin commentedJan 5, 2014
Note that the Not all such names are recognized in Python. |
SimonSapin commentedJan 5, 2014
Still, |
gsnedders commentedJan 20, 2014
Note withouthtml5lib/html5lib-tests#40 this fails a fair number of tests. |
landscape-bot commentedDec 15, 2015
|
gsnedders commentedDec 15, 2015
Build seems to be passing with XPASSes, hmm. |
landscape-bot commentedDec 15, 2015
|
landscape-bot commentedDec 15, 2015
|
gsnedders commentedDec 16, 2015
@jgraham r? |
Fix#124: Move to webencodings for decoding the input byte stream.
Fixes#124. Note this currently fails a large number of tests because ofhtml5lib/html5lib-tests#37. As the changelog notes, this adds a dependency on@SimonSapin's webencodings.