Lines Matching refs:charset
130 encoding = xmlStrstr(content, BAD_CAST"charset=");
132 encoding = xmlStrstr(content, BAD_CAST"Charset=");
134 encoding = xmlStrstr(content, BAD_CAST"CHARSET=");
138 encoding = xmlStrstr(content, BAD_CAST"charset =");
140 encoding = xmlStrstr(content, BAD_CAST"Charset =");
142 encoding = xmlStrstr(content, BAD_CAST"CHARSET =");
179 snprintf(newcontent, sizeof(newcontent), "text/html; charset=%s",
573 if (enc != cur->charset) {
574 if (cur->charset != XML_CHAR_ENCODING_UTF8) {
1076 if (enc != cur->charset) {
1077 if (cur->charset != XML_CHAR_ENCODING_UTF8) {
1135 if (enc != cur->charset) {
1136 if (cur->charset != XML_CHAR_ENCODING_UTF8) {
1196 if (enc != cur->charset) {
1197 if (cur->charset != XML_CHAR_ENCODING_UTF8) {