Bug 11944: use CGI( -utf8 ) everywhere
[koha-ffzg.git] / patroncards / edit-batch.pl
index fb730a7..70dac9c 100755 (executable)
@@ -22,7 +22,7 @@ use strict;
 use warnings;
 use vars qw($debug);
 
-use CGI;
+use CGI qw ( -utf8 );
 use autouse 'Data::Dumper' => qw(Dumper);
 
 use C4::Auth qw(get_template_and_user);