]> git.evergreen-ils.org Git - Evergreen.git/commit
LP1584891: Export MARC holdings with UTF8 subfields
authorDan Scott <dscott@laurentian.ca>
Wed, 22 Feb 2017 16:29:21 +0000 (11:29 -0500)
committerDan Scott <dan@coffeecode.net>
Sat, 4 Mar 2017 03:12:43 +0000 (22:12 -0500)
commit5e5a396a2689caf2a0b8d5c44acbf96e76281bf4
tree732f65005af0206fd79324f28e0b3e1a910b1c4e
parent1d0e9ebff9887e8a10448e6e0a4f60311dd4860a
LP1584891: Export MARC holdings with UTF8 subfields

The --items option of marc_export adds a new MARC 852 field with a
number of subfields that it retrieves from the database. If those
subfields (such as call number, copy location, etc) contain Unicode
characters, then we need to decode the incoming UTF8 characters
when adding the subfield values to avoid corrupting the MARC.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
Open-ILS/src/support-scripts/marc_export.in