Bug 12973: Allow passing code to XSLT_Handler instead of filename
[koha.git] / labels / label-create-csv.pl
index 1b0c02c..3c23021 100755 (executable)
@@ -21,7 +21,7 @@
 use strict;
 use warnings;
 
-use CGI;
+use CGI qw ( -utf8 );
 use Text::CSV_XS;
 use Data::Dumper;