From: Adam Dickmeiss Date: Mon, 19 Aug 2013 08:54:03 +0000 (+0200) Subject: Attempt ISO2709 decoding of any octet aligned record X-Git-Tag: v4.2.64~4 X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=commitdiff_plain;h=1533023386c841cac9832a246e871795a2b217fc;hp=1533023386c841cac9832a246e871795a2b217fc;p=yaz-moved-to-github.git Attempt ISO2709 decoding of any octet aligned record Until this point only certain OIDs would trigger ISO2709 decoding. With this change all octet aligned records will be run though the MARC parser. If it's not MARC, an error will only occur if it is a known MARC OID. If not, all bets are off. It's probably not MARC if it doesn't parse. ---