[Bug 1410] New: overdue.pl not displayed in utf-8
http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1410 Summary: overdue.pl not displayed in utf-8 Product: Koha Version: 2.2.9 Platform: PC OS/Version: Linux - Debian Status: NEW Severity: normal Priority: P3 Component: Reports AssignedTo: chris.cormack@liblime.com ReportedBy: dubyk@library.lviv.ua QAContact: koha-bugs@nongnu.org When call .../cgi-bin/koha/overdue.pl - page displayed in ISO-8859-1 encoding Also here patch for this: to script overdue.pl add next line at begin use C4::Interface::CGI::Output; and replace next line print $input->header(), $template->output; by line output_html_with_http_headers $input, $cookie, $template->output; ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
participants (1)
-
bugzilla-daemon@pippin.metavore.com