Previous topic

libearth.parser.rss2 — RSS 2.0 parser

Next topic

libearth.repository — Repositories

This Page

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.ElementTree module’s encoding detection bug.

New in version 0.3.0.

Fork me on GitHub