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