libearth.parser.util — Utilities for feed parsing¶
New in version 0.3.0.
-
libearth.parser.util.normalize_xml_encoding(document)¶ Normalize the given XML document’s encoding to UTF-8 to workaround
xml.etree.ElementTreemodule’s encoding detection bug.New in version 0.3.0.