X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fhtml2html.c;h=05bc77a935f1ae189f98f7a1cce0037a6755bf14;hb=928e2b479b20b370fd8d4ee1fa1596d40798b494;hp=1f2d358c93b75987e4aa06d49136621fa0af2227;hpb=87a8f096f034168055f8c8e436784091e8030024;p=citadel.git diff --git a/webcit/html2html.c b/webcit/html2html.c index 1f2d358c9..05bc77a93 100644 --- a/webcit/html2html.c +++ b/webcit/html2html.c @@ -216,7 +216,7 @@ void output_html(char *supplied_charset, int treat_as_wiki) { && (strcasecmp(charset, "")) ) { lprintf(9, "Converting %s to UTF-8\n", charset); - ic = iconv_open("UTF-8", charset); + ic = ctdl_iconv_open("UTF-8", charset); if (ic == (iconv_t)(-1) ) { lprintf(5, "%s:%d iconv_open() failed: %s\n", __FILE__, __LINE__, strerror(errno));