Lines Matching refs:encoding
46 #include <libxml/encoding.h>
135 * Handle an encoding error
191 * n encoding error
482 * From rfc2044: encoding of the Unicode values on UTF-8:
547 * Assume it's a fixed length encoding (1) with
548 * a compatible encoding for the ASCII set, since
570 * input encoding didn't get properly advertised in the
571 * declaration header. Report the error and switch the encoding
573 encoding !)
578 "Input is not proper UTF-8, indicate encoding !\n",
587 "Input is not proper UTF-8, indicate encoding !\n%s",
626 * From rfc2044: encoding of the Unicode values on UTF-8:
709 * Assume it's a fixed length encoding (1) with
710 * a compatible encoding for the ASCII set, since
724 * An encoding problem may arise from a truncated input buffer
735 * input encoding didn't get properly advertised in the
736 * declaration header. Report the error and switch the encoding
738 * encoding !)
747 "Input is not proper UTF-8, indicate encoding !\n%s",
774 * From rfc2044: encoding of the Unicode values on UTF-8:
828 * Assume it's a fixed length encoding (1) with
829 * a compatible encoding for the ASCII set, since
837 * An encoding problem may arise from a truncated input buffer
848 * input encoding didn't get properly advertised in the
849 * declaration header. Report the error and switch the encoding
851 * encoding !)
860 "Input is not proper UTF-8, indicate encoding !\n%s",
881 * From rfc2044: encoding of the Unicode values on UTF-8:
939 * @enc: the encoding value (number)
941 * change the input functions when discovering the character encoding
955 "encoding unknown\n", NULL, NULL);
962 /* default encoding, no conversion should be needed */
1004 /* default encoding, no conversion should be needed */
1013 "encoding not supported %s\n",
1018 "encoding not supported %s\n",
1023 "encoding not supported %s\n",
1028 "encoding not supported %s\n",
1033 "encoding not supported %s\n",
1038 "encoding not supported %s\n",
1052 * document encoding however this turns being unmaintainable
1057 (ctxt->encoding == NULL) &&
1059 (ctxt->input->encoding != NULL)) {
1060 ctxt->encoding = xmlStrdup(ctxt->input->encoding);
1066 "encoding not supported %s\n",
1071 "encoding not supported %s\n",
1076 "encoding not supported %s\n",
1093 * @handler: the encoding handler
1095 * change the input functions when discovering the character encoding
1113 encoding detetection triggered
1195 * '<?xml version="1.0" encoding="xxx"?>'
1196 * parsed with the autodetected encoding
1205 "switching encoding: encoder error\n",
1220 xmlErrInternal(ctxt, "switching encoding : no input\n", NULL);
1229 * @handler: the encoding handler
1231 * change the input functions when discovering the character encoding
1276 if (input->encoding != NULL) xmlFree((char *) input->encoding);
1318 * @enc: the charset encoding if known
1566 ctxt->encoding = NULL;
1701 if (ctxt->encoding != NULL) xmlFree((char *) ctxt->encoding);