Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Parse-CSV CPAN distribution.

Report information
The Basics
Id: 78041
Status: open
Priority: 0/
Queue: Parse-CSV

People
Owner: Nobody in particular
Requestors: stas [...] sysd.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



Subject: specify encoding
I would rather use: my $csv = Parse::CSV->new( file => 'share/suburbs.csv', encoding => 'UTF-8' ); Instead of: open my $fh, '<:encoding(UTF-8)', 'share/suburbs.csv'; my $csv = Parse::CSV->new(handle => $fh);
Hi stas, I've loaded the Parse-CSV repository into GitHub so I could make a codebase where the various unapplied patches of the past couple years could be applied: https://github.com/kenahoo/Perl-Parse-CSV If you have a patch on the topic of this ticket, you could submit a pull request there. Thanks. -Ken