outlook 2003 mailto: display issue for UTF-8 chars (thru IE6)

B

bill

Hi,

How to display Chinese Chars correctly using mailto: in Outlook 2003?

Same code:

I tried setting the IE codepage to uft-8 or gb2312, see below htm page
in IE6:
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />

And set my outlook 2003's outlook Mail Format->Interational Options-
Encoding Options->Preferred encoding for outgoing messages to
Unicode(UTF-8) or Chinese Simplified(GB2312), and checked Auto select
encoding for outgoing messages.

When I click the Send mail button, it opens my outlook but display
garbage chars: µ÷²é

When I using view code in mail body, here they are:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE></TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<META content="MSHTML 6.00.2900.6003" name=GENERATOR></HEAD>
<BODY><!-- Converted from text/rtf format -->
<P><FONT face=Arial size=2>&Acirc;&micro;&Atilde;
¡¤&Acirc;&sup2;&Atilde;&copy;</FONT> </P></BODY></HTML>

I've searched mailto: thru internet and looks like outlook 2003 and
IE6 not support UTF-8 display very well, and the following link
mentioned using outlook 2007 and IE7 will fix such issue, so is there
any solution/walkaround to resolve my issue in outlook 2003 / IE6?

Many thanks,
 
B

bill

Hi,

How to display Chinese Chars correctly using mailto: in Outlook 2003?

Same code:


I tried setting the IE codepage to uft-8 or gb2312, see below htm page
in IE6:
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"/>

And set my outlook 2003's outlook Mail Format->Interational Options->Encoding Options->Preferred encoding for outgoing messages to

Unicode(UTF-8) or Chinese Simplified(GB2312), and checked Auto select
encoding for outgoing messages.

When I click the Send mail button, it opens my outlook but display
garbage chars: µ÷²é

When I using view code in mail body, here they are:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE></TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<META content="MSHTML 6.00.2900.6003" name=GENERATOR></HEAD>
<BODY><!-- Converted from text/rtf format -->
<P><FONT face=Arial size=2>&Acirc;&micro;&Atilde;
¡¤&Acirc;&sup2;&Atilde;&copy;</FONT> </P></BODY></HTML>

I've searched mailto: thru internet and looks like outlook 2003 and
IE6 not support UTF-8 display very well, and the following link
mentioned using outlook 2007 and IE7 will fix such issue, so is there
any solution/walkaround to resolve my issue in outlook 2003 / IE6?

Many thanks,

Sorry forget the link for using IE7/Outlook 2007 to resolve this
display issue: http://blogs.msdn.com/b/ie/archive/2007/02/12/international-mailto-uris-in-ie7.aspx
 

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