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=e462d48003aafc70536f9982b44edef5d32a5f6a;hpb=2edad3fa067b30e1a8effde531a5fe75ddd899ce 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; }