This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author orsenthil
Recipients amaury.forgeotdarc, hdima, orsenthil
Date 2008-09-08.13:36:09
SpamBayes Score 0.030912984
Marked as misclassified No
Message-id <20080908133558.GA17701@gmail.com>
In-reply-to <1220880535.23.0.728696470355.issue3714@psf.upfronthosting.co.za>
Content
When the default encoding 'ascii' failed, I tried, 'utf-8', even that failed to
retrieve the message headers from comp.lang.python. 
'latin1' succeeded. That was reason for my suggestion, considering 'latin1' to
be superset of 'ascii'. 

But, yes checking the encoding at the server and using that would be a good
idea. The for the default, we could follow whatever RFC3977 recommends.
History
Date User Action Args
2008-09-08 13:36:11orsenthilsetrecipients: + orsenthil, hdima, amaury.forgeotdarc
2008-09-08 13:36:09orsenthillinkissue3714 messages
2008-09-08 13:36:09orsenthilcreate