X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fsiconv.c;h=f1430fee447f1e95f1138d329e20c363da2b5569;hb=0123a5450b4a7eb7e0a52869dd5c099e415f5feb;hp=be6eae5ed8beac3799bd18eb809982784ef9359b;hpb=03b00294a8f57bfd02c81e7ac4ee2bb280177f98;p=yaz-moved-to-github.git diff --git a/src/siconv.c b/src/siconv.c index be6eae5..f1430fe 100644 --- a/src/siconv.c +++ b/src/siconv.c @@ -64,6 +64,8 @@ static int prepare_encoders(yaz_iconv_t cd, const char *tocode) return 1; if (yaz_wchar_encoder(tocode, &cd->encoder)) return 1; + if (yaz_danmarc_encoder(tocode, &cd->encoder)) + return 1; return 0; }