How to enforce UTF-8 encoding while sending data through the web page in the [mailto: ] attribute ? I want localized Chinese data available in a web page to be correctly encoded in a email client when a mail link is clicked in the WebPage.. Also tried with the following code to enforce encoding….didn’t work!!!! <A href="mailto:?subject=WERER&Content-Type=text/plain;charset=utf-8&body=Hello,%0AsayForExampleChineseCharacters..... So finally my mail header message should look in a similar fashion as below: From: sender@example.net To: user@example.org Subject: =?utf-8?Q?caf=C3=A9?= Content-Type: text/plain;charset=utf-8 Content-Transfer-Encoding: quoted-printable Note I am concerned with UTF-8 encoding… My OutlookVersion : 6.0 and IE Version : 6.0 Regards Mani..