Re: CSV readers and UTF-8 files

2009-02-19 Thread Chris Rebert
On Thu, Feb 19, 2009 at 8:11 AM, Falcolas wrote: > On Feb 19, 7:21 am, mk wrote: >> Hello everyone, >> >> Is it just me or CSV reader/DictReader and UTF-8 files do not work >> correctly in Python 2.6.1 (Windows)? > > I would point out in the CSV module documentation (http:// > docs.python.org/lib

Re: CSV readers and UTF-8 files

2009-02-19 Thread Falcolas
On Feb 19, 7:21 am, mk wrote: > Hello everyone, > > Is it just me or CSV reader/DictReader and UTF-8 files do not work > correctly in Python 2.6.1 (Windows)? I would point out in the CSV module documentation (http:// docs.python.org/library/csv.html) it explicitly mentions that it can't handle un

CSV readers and UTF-8 files

2009-02-19 Thread mk
Hello everyone, Is it just me or CSV reader/DictReader and UTF-8 files do not work correctly in Python 2.6.1 (Windows)? That is, when I open UTF-8 file in a csv reader (after passing plain file object), I get fields as plain strings ('str'). Since this has been mangled, I can't get the non-a