For MARC-8 decoding avoid messing up G0 when G1 is selected.
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 5 Mar 2008 21:21:22 +0000 (21:21 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 5 Mar 2008 21:21:22 +0000 (21:21 +0000)
commit9fb32b9ec35a83d916e0227c751d4a7925301d34
tree4f2dfc6f3a836b897ee054d7a2aa8c00e8b5d2a5
parenta39b278b1ab5c2df9a7f4451f903b94766f3c833
For MARC-8 decoding avoid messing up G0 when G1 is selected.

Use two flags for G0/G1 selection so that selection of G1 does not
conflict with selection of G0. Bug #2115. Note that G1 is not
properly handled. We must add &127 for G1 decoding since those
characters have bit 7 set. A flag must be parsed to the conversion
routines probably.
src/siconv.c
test/tsticonv.c