Bug 11944: use CGI( -utf8 ) everywhere
[srvgit] / catalogue / showmarc.pl
index 1954ce8..de7fb22 100755 (executable)
@@ -24,7 +24,7 @@ use strict;
 use warnings;
 
 # standard or CPAN modules used
-use CGI qw(:standard);
+use CGI qw(:standard -utf8);
 use DBI;
 use Encode;