[Koha-bugs] [Bug 10074] Encoding problems in templates

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Apr 18 21:28:39 CEST 2013


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

--- Comment #7 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
Created attachment 17531
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=17531&action=edit
Bug 10074 - Encoding problems in templates (installer/InstallAuth.pm)

Bug 6554 patched output_html_with_http_headers to encode utf8 data, and
Templates.pm to expect utf8 data to be encoded.
The Installer page login screen outputs directly to STDOUT (InstallAuthAuth.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.

Regards
To+

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


More information about the Koha-bugs mailing list