The problem is caused by the page being encoded as Windows-1252, and the
server including the HTTP header:
Content-Type: text/html; charset=UTF-8
This results in the browser trying to decode the page as UTF-8.
Symbols, such as the ellipsis after "...every living soul..." in
http://www.geraldvaandering.com/scanning.htm will not display correctly
- in FireFox I see a ? in a diamond shape.
This is demonstrated at
http://www.rxs-enterprises.org/tests/symbols/
The best solution is to remove the http header the server sends with the
page (ask your host to do this), or (more work for you) to encode the
pages as UTF-8.
To change the page encoding:
Open the web in FrontPage
Tools->Site Settings
On the language tab change the "Default page encoding" dropdown to
"Unicode (UTF-8)"
Click OK
Then use Edit->Replace
Find charset=Windows-1252
Replace with charset=utf-8
Tick "Find in source code" and select "All pages"
Click Replace All.
Now the tedious bit - open every page, change something to make it
"dirty" (delete a space and put it back in again)
Then save the page.
This last step ensures the pages are correctly encoded.
The pages have one other fault - the text colour is not defined. In my
Firefox setup the default text colour is orange - and this is the colour
your text appears as.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
http://www.rxs-enterprises.org/fp