Bug 11944: use CGI( -utf8 ) everywhere
[srvgit] / opac / opac-showmarc.pl
index 86be88f..786693e 100755 (executable)
@@ -21,7 +21,7 @@ use strict;
 use warnings;
 
 # standard or CPAN modules used
-use CGI;
+use CGI qw ( -utf8 );
 use Encode;
 
 # Koha modules used