Rémi Lapeyre <remi.lape...@henki.fr> added the comment:

Hi Skip, I'm on a Mac so I tried Numbers, the spreadsheet tool that comes with 
MacOS:


Opening and exporting to CSV again works:


➜  ~ cat -v ~/Documents/nul.csv
abc;def;1234.5;^@^M
a-c;d^@f;1234.5;^@^M
ABC;DEF;1.5;^@


When exporting to TSV, it makes the correct changes:


➜  ~ cat -v ~/Documents/nul.tsv
abc     def     1234.5  ^M
a-c     d^@f    1234.5  ^@^M
ABC     DEF     1.5     ^@

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue27580>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to