[Koha-bugs] [Bug 1411] New: reserve.pl not displayed in utf-8

bugzilla-daemon at pippin.metavore.com bugzilla-daemon at pippin.metavore.com
Fri Sep 14 17:57:03 CEST 2007


http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1411

           Summary: reserve.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: Circulation
        AssignedTo: chris.cormack at liblime.com
        ReportedBy: dubyk at library.lviv.ua
         QAContact: koha-bugs at nongnu.org


When call
.../cgi-bin/koha/circ/reserve.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 "Content-Type: text/html\n\n", $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.





More information about the Koha-bugs mailing list