Re: [Python-Dev] r43613 - python/trunk/Doc/lib/libcsv.tex

2006-04-04 Thread Walter Dörwald
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

Re: [Python-Dev] r43613 - python/trunk/Doc/lib/libcsv.tex

2006-04-04 Thread Walter Dörwald
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 i

Re: [Python-Dev] r43613 - python/trunk/Doc/lib/libcsv.tex

2006-04-04 Thread David Goodger
[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 fi