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
In reply to Question about Encode utf8 within email by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |