[Koha-bugs] [Bug 11704] New: Wrong headers in {opac|intranet}/svc/report

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Feb 6 21:25:56 CET 2014


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

            Bug ID: 11704
           Summary: Wrong headers in {opac|intranet}/svc/report
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Reports
          Assignee: gmcharlt at gmail.com
          Reporter: tomascohen at gmail.com
        QA Contact: testopia at bugs.koha-community.org

As they are not made explicit, the opac/svc/report script falls back to
ISO-8859 encoding.

To reproduce:
- Create a PUBLIC report from SQL like:

SELECT title, author
FROM biblio
LIMIT 10

- Make sure the report (tweak it so that...) returns some titles/authors that
contain diacritics and non-latin characters (e.g. صة).
- Call the report from the OPAC like:
  http://opac/cgi-bin/koha/svc/report?id=1%name=Tomas
=> Notice the characters are broken
- Call the report from the STAFF interface like:
  http://opac/cgi-bin/koha/svc/report?id=1%name=Tomas
=> Notice the characters are broken

Note:
 - 1 is the report's ID
 - "Tomas" is an arbitrary string I guess

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


More information about the Koha-bugs mailing list