reference-encoding.rst 414 B

12345678910111213141516
  1. .. _reference.encoding:
  2. :py:attr:`encoding`
  3. ===================
  4. The character encoding that was used to parse the feed.
  5. .. note::
  6. The process by which :program:`Universal Feed Parser` determines the character
  7. encoding of the feed is explained in :ref:`advanced.encoding`.
  8. .. tip::
  9. This element always exists, although it may be an empty string if the character
  10. encoding cannot be determined.