[issue11605] EMail generator.flatten() disintegrates over UTF-8 multipart/alternative

Steffen Daode Nurpmeso report at bugs.python.org
Sat Mar 19 13:22:33 CET 2011


Steffen Daode Nurpmeso <sdaoden at googlemail.com> added the comment:

Just want to point out that to my knowledge the mail is absolutely 
correct, in respect to classification and content. 
BytesGenerator tries to warp a UTF-8 message (which effectively 
contains LATIN1 data in the text part) to ASCII data, 
failing on the first (correctly LATIN1-ified) character. 
Maybe the addressed behaviour would indeed belong to #11216?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11605>
_______________________________________


More information about the Python-bugs-list mailing list