Forum Moderators: open
Some local copies of my website are displaying chinese characters when viewed in IE on Vista on this particular computer.
Header is:
<html><head><title>False Creek</title>
<meta http-equiv="imagetoolbar" content="no">
<meta http-equiv="imagetoolbar" content="false">
</head>
There doesn't appear to be a DOCTYPE. Could this be the reason that the chinese characters are displaying?
Thank you.
Try:
<html lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
If you are seeing this problem while viewing a page on a remote server, then check the server configuration to be sure that language, content-type (MIME-type), and character-set declarations are all present and correct. If you don't control this, ask the hosting company.
Jim