[issue13432] Encoding alias "unicode"

STINNER Victor report at bugs.python.org
Fri Nov 25 12:43:21 CET 2011


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

> <meta content="text/html; charset=unicode" http-equiv="Content-Type"/>

Python is not a language written for the web, it's generic language to program 
anything! If you have a problem to parse an HTML page, the special case should 
be added to the HTML parser, not to the language.

Do you have the encoding issue with a parser included in Python 
(html.parser.*)? If you have the issue with an third-party parser, you have to 
report the bug there.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13432>
_______________________________________


More information about the Python-bugs-list mailing list