]> git.evergreen-ils.org Git - contrib/Conifer.git/commit
Treat incoming JSON as latin1
authorDan Scott <dscott@laurentian.ca>
Sun, 18 Jan 2015 18:04:04 +0000 (13:04 -0500)
committerDan Scott <dscott@laurentian.ca>
Sun, 18 Jan 2015 18:04:04 +0000 (13:04 -0500)
commit057a844d8eab8bbe52d4101ad8cc393152db1ccb
tree92f13efd893e51ce6c05fc12a1179c3db05512a5
parentb50730fd419e86045583f293a0b06927ecb0b724
Treat incoming JSON as latin1

xID appears to return unencoded values in its JSON (such as
hex 333 in the response to ISBN 9784642033053) so treat the
JSON as though it were encoded in latin1; we're not using
any of the encoded string values anyway.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/src/sql/Pg/update_marc_records_in_database.sql