[Koha-bugs] [Bug 10074] Encoding problems in (some) templates output

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Apr 19 15:44:03 CEST 2013


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

--- Comment #18 from M. de Rooy <m.de.rooy at rijksmuseum.nl> ---
Created attachment 17548
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=17548&action=edit
Bug 10074 - Encoding problems at login time

Bug 6554 patched output_html_with_http_headers to encode utf8 data, and
Templates.pm to expect utf8 data to be encoded.
(At least) the staff login screen outputs directly to STDOUT (Auth.pm does,
WHICH IS WRONG!) and wasn't fixed to do the encoding first.

This patch makes it use output_html_with_http_headers and solves the problem.

Changed 'use' for 'require' as jcamins and marcelr suggested.

Regards
To+

Sponsored-by: Universidad Nacional de Cordoba
Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list