Bug 11944: use CGI( -utf8 ) everywhere
[koha-equinox.git] / tools / batch_records_ajax.pl
index e3dec83..c8c6198 100755 (executable)
@@ -31,7 +31,7 @@ the records from an import batch.
 
 use Modern::Perl;
 
-use CGI;
+use CGI qw ( -utf8 );
 use JSON qw/ to_json /;
 
 use C4::Context;