Lines Matching defs:encoding
756 XMLError XMLNode::writeToFile(XMLCSTR filename, const char *encoding, char nFormat) const {
765 if (!fwrite(L"<?xml version=\"1.0\" encoding=\"utf-16\"?>\n",
776 encoding = "utf-8";
778 encoding = "SHIFT-JIS";
780 if (!encoding) encoding = "ISO-8859-1";
781 if (fprintf(f, "<?xml version=\"1.0\" encoding=\"%s\"?>\n", encoding)
3149 // if encoding is specified and different from utf-8 than it's non-utf8
3155 b = (unsigned char*)strstr(bb, "encoding");
3192 // this lookup table defines the base64 encoding