Encoding issue Internet explorer 6

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I have an asp web application. All the pages in the app have a meta tag
specifying the encoding as UTF-8.

When I go to the top menu -> View ->Encoding, I find that autoselect is and
Western European (Windows) are selected by default.

But when I right click on the main page and select Encoding in the pop up
menu, Autoselect is still checked but the selected encoding is Unicode
(UTF-8).

I am using frames but have added the following meta tag in all the frames.
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">

Does any one have an idea why I am seeing this encoding discrepancy for the
same page?

Thanks,
jbhan
 
I found the cause of the problem. I was using frames and had missed
specifying the meta tag in one of the frames. Now I get the same encoding
both ways.
 
Back
Top