Japanese chars not visible in Outlook new message posted thru mailto:

K

kavi

-- I am able to save japanese text into HTML(saved as unicode file) and
open it in IE and view the jap chars.
-- I am able to open outlook new message and copy japanese chars into
the subject as well as body.
BUT, I am unable to give the subject line as Japanese text when using
javascript/html tag - mailto:... It opens new message with Boxes or
question marks.
Any help?

<< EXAMPLE HTML>>

<html>
<head>
<Title>Japanese Test Page </Title>
<meta http-equiv="Content-Type" content="text/html; charset=SHIFT_JIS"
/>
</head>
<body lang=EN-US style='tab-interval:.5in'>
This is Japanese Text: ã•ã‚ˆã†ãªã‚‰
<script Language="javascript">
<!--
document.location='mailto:?subject=ã•ã‚ˆã†ãªã‚‰&body=ã•ã‚ˆã†ãªã‚‰';
-->
</script>
</body>
</html>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top