X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fsiconv.c;h=697afe857740507c1e604d51a2cad768edc770fd;hp=d7f066d8fe21edc11be3cbac44eb3b7e37253e2b;hb=4e58607ee6ef2a5d183262b9a87415fed2311c85;hpb=8377081b9917f820ae91f17e24743c84ef0cfc4d diff --git a/src/siconv.c b/src/siconv.c index d7f066d..697afe8 100644 --- a/src/siconv.c +++ b/src/siconv.c @@ -92,6 +92,8 @@ static int prepare_decoders(yaz_iconv_t cd, const char *tocode) return 1; if (yaz_wchar_decoder(tocode, &cd->decoder)) return 1; + if (yaz_danmarc_decoder(tocode, &cd->decoder)) + return 1; return 0; }