26 Mar
2013
26 Mar
'13
1:36 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6554 --- Comment #39 from M. de Rooy <m.de.rooy@rijksmuseum.nl> --- This would work for me: Output.pm (binmode removed), output_with_http_headers: $data =~ s/\&\;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.