Hi All,
        While parsing the xml document, If the encoding is any of UTF-8 or
UTF-16, then the function, xmlParseEncodingDecl( ) stores in the encoding
information in ctxt->encoding parameter, and if the encoding is something
else other than UTF-8 or UTF-16, then it stores in ctxt->input->encoding,
but ctxt->input->encoding is meant for the entities encoding.
        So I guess in this case, the function xmlParseEncodingDecl( ) should
populate ctxt->encoding rather than ctxt->input->encoding.
        Thanks in advance for the reply,

Regards,
Nagesh.



_______________________________________________
xml mailing list, project page  http://xmlsoft.org/
[email protected]
http://mail.gnome.org/mailman/listinfo/xml

Reply via email to