Bug 11944: use CGI( -utf8 ) everywhere
[koha-equinox.git] / reports / manager.pl
index 01b4deb..7a91e9e 100755 (executable)
@@ -19,7 +19,7 @@
 
 use strict;
 #use warnings; FIXME - Bug 2505
-use CGI;
+use CGI qw ( -utf8 );
 use C4::Auth;
 use C4::Context;
 use C4::Output;