Help - Search - Members - Calendar
Full Version: IE Error Message
Movable Type Community Forum > Other Product Discussion > Bugs and Odd Behavior
Quogger
I have recently installed MT to run my blog at Quogger.com.

A number of visitors to the site have reported that their browser displays a download box saying "To display the language characters japanese text... display support.
download time of 23 mins.. and 2.8 mb..."

As far as I can tell it is happening on Win 95 and win 98. I am running XP and I am unable to replicate the problem.

Can anyone with a similar operating system and browser combination please let me know if the problem is persisting?

Any suggestions for a fix would be appreciated smile.gif

Thanks

John
stepan
Where in the world did you get your templates from? Your pages claim that they are using the Japanese character set Shift_JIS
CODE
<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS" />

To fix this, go to your templates, and replace "Shift_JIS" with "iso-8859-1" and rebuild:
CODE
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

BTW, you don't see this on XP because it already has Japanese fonts installed. biggrin.gif
Quogger
Thanks Stepan smile.gif

The Japanese Character set must have been configured at install sad.gif

But it's fixed now smile.gif

Much appreciated

John
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.