Bug 11944: use CGI( -utf8 ) everywhere
[koha-equinox.git] / authorities / ysearch.pl
index b669c08..7a28a6b 100755 (executable)
@@ -27,7 +27,7 @@ This script allows ajax call for dynamic authorities search
 
 =cut
 
-use CGI;
+use CGI qw ( -utf8 );
 use Modern::Perl;
 use JSON;