In a flurry of recycled electrons, Lloyd F. Tennison wrote: > I saw that, but it is not really an answer as te problem is that it is > inserting a > TAB, not whitespace, and that is what is causing the problem. A carriage > return and spaces would be fine. The tab is what most clients cannot > handle.
A tab character (^i or 0x11) -is- whitespace. (Also, in most implimentations, newline, formfeed, vertical tab, and carrage return.) Unicode defines even more. z! ------------------------------------------------------ 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
