Symbols and Characters

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

Guest

Ive just moved our company sites and customers sites to our new linux server
running ensim pro software All our sites are built using FP2003 but will not
display symbols and characters correctly ie pound sign now display as
question marks. Is a fix available or do i need to purchase dreamweaver and
dump the uncompatable frontpage.
 
It's not an FP issue, it's a character encoding issue.


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
If the server delivering the page includes character set (particularly
UTF-8) in its HTTP headers, it may over-ride the character set defined in
your page. UTF-8 will cause symbols to display as "?" if the symbols are
encoded in the page using their ASCII value.

The only way to get symbols to render correctly 99.9% of the time is to code
them as entities. See http://www.w3schools.com/html/html_entitiesref.asp
 
it probably has more to do with Windows' language and character set settings than
with Frontpage. I doubt Dreamweaver would do a better job in this instance.
 

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