writing an email.message.Message in UTF-8

Terry Reedy tjreedy at udel.edu
Mon Dec 7 12:40:56 EST 2015


On 12/7/2015 9:57 AM, Adam Funk wrote:
> I'm trying to write an instance of email.message.Message, whose body
> contains unicode characters, to a UTF-8 file.  (Python 2.7.3 & 2.7.10
> again.)

The email package was rewritten for, I believe, 3.3.  I believe it 
should handle unicode email encoded as utf-8 more easily.

-- 
Terry Jan Reedy




More information about the Python-list mailing list