]> git.koha-community.org Git - koha.git/commit
Bug 15290: SQL reports headers encoding problem
authorTomas Cohen Arazi <tomascohen@gmail.com>
Thu, 3 Dec 2015 14:23:54 +0000 (11:23 -0300)
committerFrédéric Demians <f.demians@tamil.fr>
Fri, 11 Dec 2015 16:57:28 +0000 (17:57 +0100)
commit8f847dadc86595d259e760f18cbdb0225b5ccfc0
tree9ba46f60d3fa601336e7f43273c9a870b64ecfa4
parent217c50382a436cecd159a63eb1f93f4802214a46
Bug 15290: SQL reports headers encoding problem

To test:

- Create an SQL report with column names containing UTF characters
- Run the report
=> FAIL: The column names are double encoded
- Export the report
=> FAIL: The column names are double encoded in the exported file
- Apply the patch
- Re-run the report (reload works)
=> SUCCESS: Encoding correct
- Export the report
=> SUCCESS: Encoding correct
- Sign off :-D

Signed-off-by: Frédéric Demians <f.demians@tamil.fr>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
(cherry picked from commit 879b1386ff3a274d0884dc0b48afa6064c35eed7)
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
(cherry picked from commit 333593c011cfe83501516ecf719808b8408b846e)
Signed-off-by: Frédéric Demians <f.demians@tamil.fr>
reports/guided_reports.pl