[issue7185] csv reader utf-8 BOM error
Walter Dörwald
report at bugs.python.org
Thu Oct 22 16:03:54 CEST 2009
Walter Dörwald <walter at livinglogic.de> added the comment:
http://docs.python.org/library/csv.html#module-csv states:
This version of the csv module doesn’t support Unicode input. Also,
there are currently some issues regarding ASCII NUL characters.
Accordingly, all input should be UTF-8 or printable ASCII to be safe;
see the examples in section Examples. These restrictions will be removed
in the future.
----------
nosy: +doerwalter
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7185>
_______________________________________
More information about the Python-bugs-list
mailing list