Attempt ISO2709 decoding of any octet aligned record
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 19 Aug 2013 08:54:03 +0000 (10:54 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 19 Aug 2013 08:54:03 +0000 (10:54 +0200)
commit1533023386c841cac9832a246e871795a2b217fc
tree1d65b283d3c1e0b81ce52096582659792dee7e65
parenta07518d9bac49a25701a449cbc3935a66d4dc1cf
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.
client/client.c
src/record_render.c