Subject: | No way to process Unicode CSVs |
There seems to be no way to process Unicode CSVs in a clean fashion. DBD::Pg had an additional attribute (pg_enable_utf8) introduced to solve this problem. This may be the way to go for DBD::CSV as well.
Until then, this is virtually a major PITA (besides that, DBD::CSV behaves just like it should :-)).