X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=opac%2Filsdi.pl;h=419c0f2101b347c1051c6ad45273f90bf24567e2;hb=827ef0e83c594d92c2fc387760b3f0e43adfe032;hp=56058f0e7206c71f9c7bf8cf8ce421e0b2a6cdc8;hpb=2fb3f22f62c1b45065874e0a86d403f47c05408a;p=koha.git diff --git a/opac/ilsdi.pl b/opac/ilsdi.pl index 56058f0e72..419c0f2101 100755 --- a/opac/ilsdi.pl +++ b/opac/ilsdi.pl @@ -228,12 +228,11 @@ if ( $service and any { $service eq $_ } @services ) { } # Output XML by passing the hashref to XMLOut -binmode(STDOUT, ":utf8"); +binmode STDOUT, ':encoding(UTF-8)'; print CGI::header('-type'=>'text/xml', '-charset'=>'utf-8'); print XMLout( $out, noattr => 1, - noescape => 1, nosort => 1, xmldecl => '', RootName => $service,