You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
--- CSV_XS.pm
|
|
+++ CSV_XS.pm
|
|
@@ -1691,7 +1691,7 @@
|
|
quote_space => 0,
|
|
});
|
|
|
|
- my $row = $csv->parse (q{1,,"", ," ",f,"g","h""h",hëlp,"hélp"});
|
|
+ my $row = $csv->parse (q{1,,"", ," ",f,"g","h""h",hëlp,"hélp"});
|
|
|
|
$csv->print (*STDOUT, \@row);
|
|
# 1,,, , ,f,g,"h""h",h?lp,h?lp
|