Display Language Characters Correctly

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

Guest

I have created my website using FP2002 all in English. However when people
try to access the site they get the following message
"To display language characters correctly, you need to install the following
components: Chinese (Traditional) Text Display Support 3.9 MB"
To the best of my knowledge I do not have any Chinese characters on my
pages. Without installing the text support, the pages do not load/display.
Any suggestion?
The website is www.salty-dog.ca
 
Because you have the wrong language set for "Default page encoding"

with your web open, click Tools > Site settings and then click the Language tab.
Make sure that "Server message language" is set to English( United States)
and that "Default page encoding" is set to US/Western European(Windows)

Then in your already existing pages you may have to switch to code view and
change this:
<meta http-equiv="Content-Language" content="en-ca">
to this:
<meta http-equiv="Content-Language" content="en-us">

Or you can do it with a Global Search and Replace and tell the search function
to check all pages and html.


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
Back
Top