- Notifications
You must be signed in to change notification settings - Fork302
Closed
Description
html5lib has a bunch ofaliases for character encodings. This should probably be aligned with theEncoding Standard.
I made a Python implementation, hopefully it will help:http://pythonhosted.org/webencodings/ (It mostly does aliases and BOM detection, the actual codec implementations are Python’s.)
Maybe related:#120