===================
* Changed 'channel' to 'feed', 'item' to 'entries' in results dict
* Changed results dict to allow getting values with results.key as well as results[key]
* Work around embedded illformed HTML with half a DOCTYPE
* Work around malformed Content-Type header
* If character encoding is wrong, try several common ones before falling back to regexes (if this works, bozo_exception is set to CharacterEncodingOverride)
* Fixed character encoding issues in BaseHTMLProcessor by tracking encoding and converting from Unicode to raw strings before feeding data to sgmllib.SGMLParser
* Convert each value in results to Unicode (if possible), even if using regex-based parsing