http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6554

--- Comment #39 from M. de Rooy <[email protected]> ---
This would work for me:

Output.pm (binmode removed), output_with_http_headers: 
    $data =~ s/\&amp\;amp\; /\&amp\; /g;
    utf8::encode($data);
    print $query->header($options), $data;

XSLT.pm (XSLTParse4Display):
    my $newxmlrecord = $stylesheet->{$xslfilename}->output_as_chars($results);
?    utf8::decode($newxmlrecord);
    return $newxmlrecord;

Note that output_string seems to be deprecated.
Decoding newxmlrecord seems to be not necessary..

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to