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: 70495
Status: resolved
Priority: 0/
Queue: Parse-CSV

People
Owner: Nobody in particular
Requestors: ddascalescu+perl [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 1.00
Fixed in: (no value)



Subject: Doesn't handle characters over 0x7F
The module doesn't handle rows containing characters with an ASCII code greater than 0x7F, and parsing skips them with an error of "Failed to parse row" (or "Failed to parse header line"). RT #32223 mentions incorrectly passing the "binary" option to Text::CSV.

Some POD typos:
focussed -> focused
Any of it's constructor -> Any of its constructor


Subject: bug.csv
alpha,รก,gamma
POD nits fixed in SVN, I'll consider the remainder of the bug as a duplicate for now.