Bug 11944: use CGI( -utf8 ) everywhere
[koha.git] / authorities / detail.pl
index a84a9f5..3f5018c 100755 (executable)
@@ -44,7 +44,7 @@ use C4::AuthoritiesMarc;
 use C4::Auth;
 use C4::Context;
 use C4::Output;
-use CGI;
+use CGI qw ( -utf8 );
 use MARC::Record;
 use C4::Koha;