]> git.evergreen-ils.org Git - Evergreen.git/commit
LP1431541: SRU UTF8 encoding issues
authorDan Scott <dscott@laurentian.ca>
Thu, 12 Mar 2015 20:06:16 +0000 (16:06 -0400)
committerBen Shum <bshum@biblio.org>
Wed, 19 Aug 2015 03:09:50 +0000 (23:09 -0400)
commit0a294d7453e864e8c6c25ffc8cd9f7884e49e357
treeb22dc18cad7e3ecaa4896325f1c7d3c91c01870f
parent1ee6d382348c5849b3ba93eb0f18d083b11e4b6d
LP1431541: SRU UTF8 encoding issues

The SuperCat SRU service was encoding MARCXML using an encode_utf8()
call that ended up corrupting non-ASCII characters. In addition, the
HTTP header charset was not being set, meaning that the return header
would default to ISO-8859-1.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Signed-off-by: Ben Shum <bshum@biblio.org>
Open-ILS/src/perlmods/lib/OpenILS/WWW/SuperCat.pm