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: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to