Hi, Any idea how to handle the unicode characters existing in an xml file while parsing it.
This is what I am doing: from xml.dom import minidom xmlObj = minidom.parse(fileobj) And the script throws an error because of some special characters [ 'f(3gpÕ¡¤ë'] present in the xml file. Any suggestion/pointers would be appreciated Thanks and Regards, Gurpreet Singh
_______________________________________________ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers