## 03_pod.patch by  <gregor+debian@comodo.priv.at>
##
## note about "binary" in CSV_XS.pm

--- libtext-csv-perl.orig/CSV_XS.pm
+++ libtext-csv-perl/CSV_XS.pm
@@ -929,6 +929,10 @@
 You may use the I<types ()> method for setting column types. See the
 description below.
 
+Please note that if you expect your file to contain non-base-ASCII characters
+(this means, any accented or UTF8 character), you should set the C<binary>
+attribute to C<true>, otherwise the line will not be parsed.
+
 =head2 getline
 
  $colref = $csv->getline ($io);
