Bug 11944: use CGI( -utf8 ) everywhere
[koha-equinox.git] / authorities / merge_ajax.pl
index dd716a7..458b4c9 100755 (executable)
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-use CGI;
+use CGI qw ( -utf8 );
 use CGI::Session;
 use C4::Context;
 use C4::Auth qw/check_cookie_auth/;