X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fadvancegreek.c;h=e0b667924a28a7251925fcedc0622639054ec47d;hp=5a014892f127c976d0c816727cb59951b169b6d9;hb=2db517d64ac08da1f812f33812cf58f6aeb905e3;hpb=96c6e58f286787106e4a7b3bb3900a36051968d6 diff --git a/src/advancegreek.c b/src/advancegreek.c index 5a01489..e0b6679 100644 --- a/src/advancegreek.c +++ b/src/advancegreek.c @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2008 Index Data + * Copyright (C) 1995-2010 Index Data * See the file LICENSE for details. */ /** @@ -357,7 +357,7 @@ static size_t write_advancegreek(yaz_iconv_t cd, yaz_iconv_encoder_t w, case 0x03c4 : out[k++]=0x94; break; case 0x03c5 : out[k++]=0x95; break; case 0x03c6 : out[k++]=0x96; break; - case 0x03c7 : out[k++]=0x96; break; + case 0x03c7 : out[k++]=0x97; break; case 0x03c8 : out[k++]=0x98; break; case 0x03c9 : out[k++]=0x99; break; default: @@ -399,7 +399,9 @@ yaz_iconv_decoder_t yaz_advancegreek_decoder(const char *name, /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab */ +