ISO-8859-1 conversion
[email protected] (Antonio Lobato) Sat, 21 Aug 2004 11:11:44 -0300
| Newsgroups | perl.i18n |
|---|---|
| Message-ID | <[email protected]> |
Hi,
I wrote a perl for get mail messages from postfix smtp server
via STDIN.
My problem is postfix is sending encoded characters to my
script. If it have to send a acentued "a", á, it sends a
=?ISO-8859-1?B?4SDjIOI=?=
instead. for acentued "e", é, it sends the string
=?ISO-8859-1?B?6SDq?=
How to get perl convert between such encoded string and the
right acentued char?
Thank you
Tom