Fixed bug #643: Bad sequence for MARC conversions from UTF-8 to MARC-8.
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 28 Aug 2006 12:34:40 +0000 (12:34 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 28 Aug 2006 12:34:40 +0000 (12:34 +0000)
commitb925ea17d6f146a28d745b0d34e9eec6eafda21f
tree51067751e158aa1aac43f24e66263e602e4bc6b8
parent3a78b70f2e785e67e08b26c8e50101d10e054dbb
Fixed bug #643: Bad sequence for MARC conversions from UTF-8 to MARC-8.
Added test tstmarccol.sh for testing this. All sample ISO2709 marc records
renamed to have suffix .marc.
27 files changed:
include/yaz/wrbuf.h
src/marcdisp.c
src/siconv.c
src/wrbuf.c
test/Makefile.am
test/marc1 [deleted file]
test/marc1.marc [new file with mode: 0644]
test/marc2 [deleted file]
test/marc2.marc [new file with mode: 0644]
test/marc3 [deleted file]
test/marc3.marc [new file with mode: 0644]
test/marc4 [deleted file]
test/marc4.marc [new file with mode: 0644]
test/marc5 [deleted file]
test/marc5.marc [new file with mode: 0644]
test/marc6 [deleted file]
test/marc6.marc [new file with mode: 0644]
test/marc7.chr [new file with mode: 0644]
test/marc7.marc [new file with mode: 0644]
test/marc7.xml [new file with mode: 0644]
test/marc7.xml.marc [new file with mode: 0644]
test/marccol1.u8.1.lst [new file with mode: 0644]
test/marccol1.u8.2.lst [new file with mode: 0644]
test/marccol1.u8.marc [new file with mode: 0644]
test/tstmarccol.sh [new file with mode: 0755]
test/tstmarciso.sh
test/tstmarcxml.sh