Make sure that we feed the parser unicode data
authorBrett Parker <iDunno@sommitrealweird.co.uk>
Sun, 25 Aug 2013 09:26:16 +0000 (10:26 +0100)
committerBrett Parker <iDunno@sommitrealweird.co.uk>
Sun, 25 Aug 2013 09:26:16 +0000 (10:26 +0100)
commit11a4af2e943412502f127ff9a00fb7662fdd94b9
tree436a5789552c646112662534d6d1d46c417d247d
parentaa4dd6a06ba1dd47704ac7dd6bcaa062673162d1
Make sure that we feed the parser unicode data

    - Check if we get a unicode string back from feedparser
    - If not, re-encode so that it is
    - Remove explicit casting to utf-8 before it goes to the parser
rss2maildir.py