Forum Moderators: open
<meta http-equiv="Content-Type" content="text/html; charset=shift_jis">
in the tags of my html page which contain SHIFT JIS japanese characters
Is it enough for japanese to view correctly my page?
sometime in IE6, if my Encoding option is selected to "auto select" it does not display the japanese characters correctly.
I notice that on yahoo.co.jp, it is automatic and I can't find what is the problem.
thanks for your help!
yopiyop
Technically the auto select setting should pick up what you have. Unfortunately sometimes you have to give the browsers a push...try the extra tags I suggested and see if they don't work for you. Regardless, the extra tags won't harm your page.
from
<%ASP code%>
<meta http-equiv="Content-Type" content="text/html; charset=shift_jis">
put it as
<meta http-equiv="Content-Type" content="text/html; charset=shift_jis">
<%ASP code%>
and it works