Results of CSV module analysis, testing various CSV modules and configs.
authorJoe Atzberger <joe.atzberger@liblime.com>
Fri, 7 Nov 2008 21:49:59 +0000 (15:49 -0600)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Mon, 17 Nov 2008 17:00:58 +0000 (18:00 +0100)
commite0d2d99cf1e78a73c2470d98f3bc2d34375d43c6
treee575f22b19975a4b00c06b73cc3498ee2ebccbc5
parent9e5187e31c6f69f8d89be5b54c38bdf6b10ed479
Results of CSV module analysis, testing various CSV modules and configs.

The upshot is that despite appearances, whe should NEVER use Text::CSV::Unicode
or any CSV module in non-binary mode.  Text::CSV works in binary mode
by using Text::CSV_XS, so the behavior is the same for both (in binary).

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
t/other/Text_CSV_Various.t [new file with mode: 0755]