Bug 8176 [SIGNED-OFF] Assign an intial value to $sqlwhere
[koha_fer] / opac / opac-showmarc.pl
index aec114b..3638f88 100755 (executable)
@@ -27,7 +27,7 @@
 use strict;
 use warnings;
 
-use open OUT=>':utf8', ':std';
+use open OUT=> ":encoding(UTF-8)", ':std';
 
 # standard or CPAN modules used
 use CGI;