From: Brett Parker Date: Sun, 25 Aug 2013 09:26:16 +0000 (+0100) Subject: Make sure that we feed the parser unicode data X-Git-Url: https://git.sommitrealweird.co.uk/rss2maildir.git/commitdiff_plain/11a4af2e943412502f127ff9a00fb7662fdd94b9?hp=11a4af2e943412502f127ff9a00fb7662fdd94b9 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 ---