Hello! On Mon, Oct 24, 2005 at 07:55:45AM -0700, Mark Sapiro wrote: >Doc Schneider wrote:
>>Subject: [UHS] =?iso-8859-1?q?B=D6C=3A__knees_or_feet=3F?= >>This this would be the one? >Probably not. That is a properly RFC 2047 encoded subject that says > BÍC:__knees_or_feet? No, it says BÍC: knees or feet? _ is a substitute for space in "q" encoding. See section 4.2, no. (2), in RFC 2047. It's used, because spaces are frequent in encoded headers and unencoded spaces aren't allowed in an encoded-word. >[...] Kind regards, Hannah. ------------------------------------------------------ Mailman-Users mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp
