X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Ficonv_decode_iso5426.c;h=1a883fc7870f12b88ef50e16944420e13345dfc7;hb=5ae2f74ba9b27bb7e926d5908471ac79371f7823;hp=f37ff98718d5d95b4af1749d9a050eb7d3c08710;hpb=2788a4851b551e1a3efb320a2878b809f2d8a9d7;p=yaz-moved-to-github.git diff --git a/src/iconv_decode_iso5426.c b/src/iconv_decode_iso5426.c index f37ff98..1a883fc 100644 --- a/src/iconv_decode_iso5426.c +++ b/src/iconv_decode_iso5426.c @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2009 Index Data + * Copyright (C) 1995-2013 Index Data * See the file LICENSE for details. */ /** @@ -21,7 +21,6 @@ #include #include #include -#include #include #include "iconv-p.h" @@ -67,7 +66,7 @@ static unsigned long read_iso5426(yaz_iconv_t cd, yaz_iconv_decoder_t d, *no_read = data->comb_no_read[data->comb_offset]; x = data->comb_x[data->comb_offset]; - /* special case for double-diacritic combining characters, + /* special case for double-diacritic combining characters, INVERTED BREVE and DOUBLE TILDE. We'll increment the no_read counter by 1, since we want to skip over the processing of the closing ligature character @@ -287,7 +286,9 @@ yaz_iconv_decoder_t yaz_iso5426_decoder(const char *fromcode, /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab */ +