Hi all,
I am trying to send some non-ascii , unicode characters (something like ḐḠḰṀṐ) via lotus notes to a mail server, and then reading the same using Mail imap module.
the message has foll attributes when read from mail server - Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: base64
The problem is while decoding the message text the charcters appear garbled. I tried decoding the characters to utf8 (decode("utf8",$line) but to no help.
Could you please suggest some way to display /print these characters ?