Bug 10074 - Encoding problems for installer
authorTomas Cohen Arazi <tomascohen@gmail.com>
Thu, 18 Apr 2013 19:27:03 +0000 (16:27 -0300)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Sat, 20 Apr 2013 03:07:29 +0000 (23:07 -0400)
commit362d399e48a89e2903a48f189d593ace0e82b88f
treefe85ed26b34790ad21f0288670b02b75ae09d466
parent1ee3892529a0d920c555f357330316fdaff50e08
Bug 10074 - Encoding problems for installer

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+

Sponsored-by: Universidad Nacional de Cordoba
Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
(cherry picked from commit d0c6e09429d2af711f911b57601a02f17591d441)

Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
installer/InstallAuth.pm