> I think this is the wrong place to filter out those characters, which > are present only in MARC records. Doing a UTF-8 encode and decode in > output_html_with_http_headers applies the string processing cost to > every page, including those that do not display any MARC data.
You're correct, this is not a smart solution, UTF8 encoding-decoding being specially time consuming, but just a 2 minutes workaround. I just want this issue not to be forgotten... If you have a suggestion where to fix that... Thanks. -- Frédéric _______________________________________________ Koha-patches mailing list [email protected] http://lists.koha.org/mailman/listinfo/koha-patches
