[issue8779] utf8 codec fails to parse a character

STINNER Victor report at bugs.python.org
Fri May 21 00:06:47 CEST 2010


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

$ hexdump  -C 1.txt 
00000000  ec 0d 0a                                          |...|
00000003

This file is *not* encoded to utf8.

----------
nosy: +haypo

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


More information about the Python-bugs-list mailing list