]> git.evergreen-ils.org Git - contrib/Conifer.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:13:12 +0000 (22:13 -0500)
commit5cd40451fab07c436957aac5cbc103630d8a2afe
treea56392b1a704b330190b41031f6674def18e94bc
parent0716d6172ebcd7f57c298eab8e48cd21fe299de2
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