Closed
Description
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://pythonhosted.org/webencodings/ (It mostly does aliases and BOM detection, the actual codec implementations are Python’s.)
Maybe related: #120