Fix bug #416 in a different way. Our handlers code in yaz_marc8_?_conv
authorAdam Dickmeiss <adam@indexdata.dk>
Sun, 6 Nov 2005 01:55:06 +0000 (01:55 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Sun, 6 Nov 2005 01:55:06 +0000 (01:55 +0000)
commit9527520d6b18b7c74d74ff4ad42fbf7eab73d203
treeef5554dd9f8dc807252af0a0f276a586703aa82d
parenta51e14df3987e0c5328d0379c059b772aa4976fa
Fix bug #416 in a different way. Our handlers code in yaz_marc8_?_conv
(generated by charconv.tcl) now returns 0 and no_read=1 when a sequence
does not match the input. The SECOND HALFs in codetables.xml produces a
non-existant entry in the conversion trie.. Hence when met, the input
byte is skipped as it should (in yaz_iconv).
src/charconv.tcl
src/siconv.c