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)
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"/>


No differences found