Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I have a problem with utf8 (encoding|decoding) used with my send_email code. Basically the email subject and body are from a <form /> element, so all the utf8 within these fields are show as HTML escaped format like 中文测试. this is sent directly to my email account which I can not read.. Is there any Perl modules that I can change these HTML entities to the original utf8 and then read from the email client normally(instead of 中 things)
BTW. I am using Net::SMTP to send the email..
Many thanks
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Question about Encode utf8 within email
by GrandFather (Saint) on Nov 06, 2007 at 00:03 UTC | |
|
Re: Question about Encode utf8 within email
by Anonymous Monk on Nov 06, 2007 at 08:44 UTC |