STINNER Victor <victor.stin...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue13432> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com