Hi
how can i translate this kind of message returned by the PEAR POP3 module:
=?ISO-8859-1?Q?eBay_-_F=E9licitation s=A0!_Achat_?=
=?ISO-8859-1?Q?de_l'objet_ :_
For example, in this sentence I should see: "Félicitati ons" instead of
"F=E9licitation s".
Is there a php function to do that?
One thing, sometimes, the message returned is not encoded, sometimes it is
encoded with UTF8 etc etc.
Many thanks for your help
Rod
how can i translate this kind of message returned by the PEAR POP3 module:
=?ISO-8859-1?Q?eBay_-_F=E9licitation s=A0!_Achat_?=
=?ISO-8859-1?Q?de_l'objet_ :_
For example, in this sentence I should see: "Félicitati ons" instead of
"F=E9licitation s".
Is there a php function to do that?
One thing, sometimes, the message returned is not encoded, sometimes it is
encoded with UTF8 etc etc.
Many thanks for your help
Rod
Comment