Subject: | Binary support |
It would be nice if Text::CSV would support binary characters, just
like the binary=>1 option of Text::CSV_XS. I think it's just about
removing the regexp check in the combine() sub. Having it working in
Text::CSV would be useful for having working utf8 support --- utf8
support in Text::CSV_XS is non-existent and likely to be harder to fix,
because it's written in XS/C.
Regards,
Slaven