![]() |
perl-i18n
|
ISO-8859-1 conversion2004-08-21 07:12:09
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
|
|
||||||