[Koha-patches] [PATCH 2/2] Bug 5106 Followup

Frédéric DEMIANS f.demians at tamil.fr
Wed Dec 8 12:47:15 CET 2010


LAURENT Henri-Damien :

 >>      my $results = $stylesheet->transform($source);
 >>      my $newxmlrecord = $stylesheet->output_string($results);
 > In my experience, unconditional utf8::decode can be harmful.
 > Would you mind using : C4::Charset.pm IsStringUTF8ish function ?
 >
 >> +    utf8::decode($newxmlrecord);

Thanks for your feedback. I tried using C4::Charset.pm::IsStringUTF8ish
function, but it doesn't solve the display issue with accented
characters, when utf8::decode solves it.


More information about the Koha-patches mailing list