On 3/27/2011 2:13 PM, Eugene Toder wrote:
I'm not disputing that, and I understand that my current choice of mail
reader limits me.  I was just asking if it would be possible (read: fairly
easy) to only generate utf-8 when it was necessary.

Isn't utf-8 itself same as ascii where no non-ascii symbols are used?

Yes, except for the content encoding header. Any mail reader today should know that and at least replace any non-ascii bytes (very rare in checkin messages) with some symbol and continue, rather than crash.

--
Terry Jan Reedy

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to