http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14833 Bug ID: 14833 Summary: Bad encoding in table header in sql / guided report Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Reports Assignee: gmcharlt@gmail.com Reporter: josef.moravec@gmail.com QA Contact: testopia@bugs.koha-community.org There is bug in running reports. 1. Create report with some uf8 characters in columns names, for example. SELECT b.cardnumber AS "Číslo průkazky", b.firstname AS "Křestní jméno", b.surname AS "Příjmení", bb.author AS "Autor", bb.title AS "Název" FROM borrowers b JOIN issues i ON b.borrowernumber = i.borrowernumber JOIN items it ON i.itemnumber = it.itemnumber JOIN biblio bb ON bb.biblionumber = it.biblionumber (It's in Czech, I apologize ;-) ) 2. Run the report and you see, that columns names are bad encoded. 3. Try to download the report, csv and tab file has the same problem, but ODF file is OK -- You are receiving this mail because: You are watching all bug changes.