[Python-Dev] r43613 - python/trunk/Doc/lib/libcsv.tex (original) (raw)
Walter Dörwald walter at livinglogic.de
Tue Apr 4 18:07:09 CEST 2006
- Previous message: [Python-Dev] r43613 - python/trunk/Doc/lib/libcsv.tex
- Next message: [Python-Dev] r43613 - python/trunk/Doc/lib/libcsv.tex
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
Sure! (Fixing the writer is simple, fixing the reader takes a bit more code)
Bye, Walter Dörwald
- Previous message: [Python-Dev] r43613 - python/trunk/Doc/lib/libcsv.tex
- Next message: [Python-Dev] r43613 - python/trunk/Doc/lib/libcsv.tex
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]