Home | History | Annotate | Download | only in libxml2

Lines Matching refs:encoding

1161      * The in memory encoding is always UTF8
1228 DICT_FREE(cur->encoding)
1706 * this function doesn't do any character encoding handling.
1834 doc->encoding = xmlStrdup(BAD_CAST "ISO-8859-1");
4431 if (doc->encoding != NULL)
4432 ret->encoding = xmlStrdup(doc->encoding);
6720 node->doc->encoding = xmlStrdup(BAD_CAST "ISO-8859-1");