[issue3742] Parsing XML file with Unicode characters causes problem

Ezio Melotti report at bugs.python.org
Fri Feb 20 08:40:19 CET 2009


Ezio Melotti <ezio.melotti at gmail.com> added the comment:

The encoding used by the windows terminal (usually cp850) is not able to
encode all the characters, so when you print the text that you extract
from the xml file the terminal is not able able to display some
characters. If you remove the print() it works fine. You can also try to
write the results on a file using utf-8.

This issue can be closed.

----------
nosy: +ezio.melotti

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


More information about the Python-bugs-list mailing list