xml.sax.xmlreader.InputSource.setEncoding()

InputSource.setEncoding(encoding)

Sets the character encoding of this InputSource.

The encoding must be a string acceptable for an XML encoding declaration (see section 4.3.3 of the XML recommendation).

The encoding attribute of the InputSource is ignored if the InputSource also contains a character stream.

doc_python
2016-10-07 17:48:27
Comments
Leave a Comment

Please login to continue.