Bug 11944: use CGI( -utf8 ) everywhere
[koha.git] / authorities / authorities.pl
index 89049fe..e610e7f 100755 (executable)
@@ -20,7 +20,7 @@
 
 use strict;
 use warnings;
-use CGI;
+use CGI qw ( -utf8 );
 use C4::Auth;
 use C4::Output;
 use C4::AuthoritiesMarc;