Problem with mimify.py

Sebastian Dauß sebastian.dauss at web.de
Thu May 17 07:59:56 EDT 2001


<without many words:>

Python 2.1 (#8, May  4 2001, 12:40:12)
[GCC 2.95.2 19991024 (release)] on linux2
Type "copyright", "credits" or "license" for more information.
>>> from mimify import *
>>> print mime_encode_header("Subject: äöüß äöüß\n")
Subject: =?ISO-8859-1?Q?=E4=F6=FC=DF?= äöüß

>>> print mime_encode_header("Subject: äöüß äöüß  äöüß\n")
Subject: =?ISO-8859-1?Q?=E4=F6=FC=DF?= äöüß  =?ISO-8859-1?Q?=E4=F6=FC=DF?=

>>>

I don't really think that this is the intended behaviour ;->, so what's going wrong?

        Sebastian.




More information about the Python-list mailing list