I get this character "Â" displayed within Text in IE6

  • Thread starter Thread starter Stu
  • Start date Start date
S

Stu

Hi,

On certain websites the, text is interlaced with "Â" character.
Is there a problem with my IE6? On some sites it causes problems especially
submitting forms.

Can anyone help?

Thanks in advance

Stu
 
It could be an encoding problem.

Look under View/Encoding. Change it and see if it clears your problem.

Looking at the source code of the problem sites you can possibly see which
Charset they are using.

This is the Tab <meta...>
<meta http-equiv="CONTENT-Type" content="text/html; charset=us-ascii">
 
Stu said:
Hi,

On certain websites the, text is interlaced with "Â" character.

That could be a sign that the page needs to be viewed as Unicode
but there could be a problem with the headers or Meta headers
which is preventing that. Make sure your View, Encoding makes sense.


---
 

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

Back
Top