[Zope] Python 1.5.2 and unicode

Florian Schuler florian.schuler@braunconsulting.de
Fri, 26 Oct 2001 10:17:44 +0200


Hello List,

I have a big problem !
I wrote a script to parse emails. Ok that works fine. But sometimes
there are emails with a "subject:
=3D?ISO-8859-1?Q?AW=3D3A_=3D7B80/20/2=3D7D=3D5BOrganizer=3D5D_RE=3D3ARE"=
 and so on.
( Outlook creates that )

I think it is in unicode. Does someone of you know how to parse this
string so, that the ASCII expressions changed into chars

for example =3D7B =3D> { or =3D7D =3D> } ...

I=B4ve read that python 2.1 supports unicode. But I don=B4t want to =
install
it.

Is there a possibility to do that in Python 1.5.x ?

Thnaks in advance

Florian Schuler