Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 751922
Collapse All | Expand All

(-)a/encoding.c (-2 / +1 lines)
Lines 1958-1964 xmlEncOutputChunk(xmlCharEncodingHandler *handler, unsigned char *out, Link Here
1958
#ifdef LIBXML_ICU_ENABLED
1958
#ifdef LIBXML_ICU_ENABLED
1959
    else if (handler->uconv_out != NULL) {
1959
    else if (handler->uconv_out != NULL) {
1960
        ret = xmlUconvWrapper(handler->uconv_out, 0, out, outlen, in, inlen,
1960
        ret = xmlUconvWrapper(handler->uconv_out, 0, out, outlen, in, inlen,
1961
                              TRUE);
1961
                              true);
1962
    }
1962
    }
1963
#endif /* LIBXML_ICU_ENABLED */
1963
#endif /* LIBXML_ICU_ENABLED */
1964
    else {
1964
    else {
1965
- 

Return to bug 751922