record_conv: leader spec may be given for marc element
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 8 Mar 2012 09:08:38 +0000 (10:08 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 8 Mar 2012 09:08:38 +0000 (10:08 +0100)
commitb1c1ccaac399ee2eff5f993654accb5d17844c9e
treec4feb3cc91c43091d6da39cff0d3bdbfb05b800a
parent2e8277ab9c32d32ac776f7164828ef016cf06860
record_conv: leader spec may be given for marc element

The leader spec is given as attribute leaderspec for element marc.
For example to convert a MARC21 record from MARC-8 to UTF-8:
 <marc inputformat="marc" outputformat="marc"
  inputcharset="marc-8" outputcharset="utf-8 "leaderspec="9=a"/>
src/record_conv.c