X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fsiconv.c;h=f1430fee447f1e95f1138d329e20c363da2b5569;hp=be6eae5ed8beac3799bd18eb809982784ef9359b;hb=6ee0d7c0404834a0a59547c3bd7e2686f838ce37;hpb=03b00294a8f57bfd02c81e7ac4ee2bb280177f98 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; }