For data-1, do not chop text data in ISO2709 creation . The problem is
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 27 Jun 2007 22:17:20 +0000 (22:17 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 27 Jun 2007 22:17:20 +0000 (22:17 +0000)
commit676ae79af06721621b1f66bdaec06164b3ba7b1f
tree2ef9cc8b9dc8ccfc71569da1d792505305180e61
parentca820b5e84bec416bf0f5790d1aac509842b4faf
For data-1, do not chop text data in ISO2709 creation . The problem is
that in some cases the chop operation will remove essential content.
However, chop is needed in cases where input is XML/SGML. Therefore,
this operation performed in the data-1 map code instead and chop is
enabled by default. The chop can be disabled with 'nochop' in parameter
in map rule, e.g.
  map title /(3,245)/(3,a) nochop
data1/d1_map.c
data1/d1_marc.c
include/idzebra/data1.h