X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=catalogue%2Fshowmarc.pl;h=32ea2f6f3fc40d93ab7282af88f7cc352a395281;hb=90db8c0e22d5ce9a9203b54d24aa51f99425a78c;hp=a54894b3e208109484554a4cb05f1ae46a8e8779;hpb=f21577986f8ff5da5fde88deaae2302a8b40dbe7;p=koha.git diff --git a/catalogue/showmarc.pl b/catalogue/showmarc.pl index a54894b3e2..32ea2f6f3f 100755 --- a/catalogue/showmarc.pl +++ b/catalogue/showmarc.pl @@ -23,7 +23,7 @@ use strict; #use warnings; FIXME - Bug 2505 -use open OUT=>':utf8', ':std'; +use open OUT=>":encoding(UTF-8)", ':std'; # standard or CPAN modules used use CGI qw(:standard);