Bug 12114: Fix encoding problem with reports JSON web service (opac)
authorKatrin Fischer <Katrin.Fischer.83@web.de>
Sun, 20 Apr 2014 22:01:19 +0000 (00:01 +0200)
committerGalen Charlton <gmc@esilibrary.com>
Fri, 25 Apr 2014 15:31:33 +0000 (15:31 +0000)
commit8f006fd002bca0967dac7a21d10474de745ba0f5
tree3ab3155e2a83252a564bbca15021bdd48cf4ff3a
parentc5a58a045774844d6ff6074b0ebe94a112bbc7cb
Bug 12114: Fix encoding problem with reports JSON web service (opac)

- catalog a record that includes umlauts äöü
- write a report, that has the record in the result set
- access the JSON output of the report
  <OPAC BaseURL/cgi-bin/koha/svc/report?id=1
- verify the umlaut displays not correctly
- switch the encoding in the browser to 'western'/latin1
- verify the umlaut now displays correctly
- apply patch
- verify umlaut now displays correctly from the beginning

Based on paste from Galen Charlton.

Followed test plan. Result as expected.
Signed-off-by: Marc Véron <veron@veron.ch>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
opac/svc/report