X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Ficonv_decode_danmarc.c;h=ee8705794f473c767ef1576f02c24fbb2f606d2d;hp=4105137dacb0070857d4d5626ff76a62f056d7b5;hb=f8ff51d46ab411a8b4244becf67c9748ef5550a7;hpb=5b048b45e49be6a0af7cb17dee0c49da9074f013 diff --git a/src/iconv_decode_danmarc.c b/src/iconv_decode_danmarc.c index 4105137..ee87057 100644 --- a/src/iconv_decode_danmarc.c +++ b/src/iconv_decode_danmarc.c @@ -57,14 +57,12 @@ static unsigned long read_danmarc(yaz_iconv_t cd, *no_read = 2; break; case 0xe5: /* LATIN SMALL LETTER A WITH RING ABOVE */ - x = 'a'; - data->x_back = 'a'; - *no_read = 1; + x = 0xa733; + *no_read = 2; break; case 0xc5: /* LATIN CAPITAL LETTER A WITH RING ABOVE */ - x = 'A'; - data->x_back = 'a'; - *no_read = 1; + x = 0xa732; + *no_read = 2; break; default: if (inbytesleft < 5)