[issue9126] errors='replace' does not work at Windows command line

R. David Murray report at bugs.python.org
Thu Jul 1 16:04:10 CEST 2010


R. David Murray <rdmurray at bitdance.com> added the comment:

The characters are fine when you read them (that is, they decode correctly to unicode).  They are only invalid when you write them to the windows terminal, which can't handle all the valid characters that are in the file.  The Idle output window uses a more capable character set, and can display those characters.

----------
nosy: +r.david.murray

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


More information about the Python-bugs-list mailing list