Encoding issue Internet explorer 6

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
 
G

Guest

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.
 

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