David Goodger wrote:
> [regarding the examples in the last section of libcsv.tex]
> 
> [Walter Dörwald]
>> These classes will have problems with various non-charmap encodings. 
>> (E.g. the writer will write multiple BOMS for UTF-16). IMHO it would be 
>> better to use the new incremental codecs in these examples.
> 
> Could you fix it?  I'm not familiar with the incremental codecs.

Done (in r43642). The new classes might be even useful as real code in
the stdlib. Of course this isn't full Unicode support for csv yet,
because the delimiter, quote and lineterminator characters can't be
Unicode characters yet.

Bye,
   Walter Dörwald
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to