Stop trying to decode image tags to utf-8
authorBrett Parker <iDunno@sommitrealweird.co.uk>
Mon, 11 Feb 2013 09:41:39 +0000 (09:41 +0000)
committerBrett Parker <iDunno@sommitrealweird.co.uk>
Mon, 11 Feb 2013 09:41:39 +0000 (09:41 +0000)
commit0cecf7db4b4c9b9e32a161006db49d38672df8aa
tree173d13e1477a86579ae4f51ce9c00c6fbfd1b8ea
parent82cab2ee7efbfde9b74a65ff10d0c4d1c05a0d7b
Stop trying to decode image tags to utf-8

    - If the title/url contains a utf-8 character and we try to decode it it
      will fail due to not being present in the ascii set. Feedparser has already
      made sure that everything is utf-8 before we get it.
rss2maildir.py