Unicode

M

maidus

I have a problem with my Frontpage (2003) when trying to set a page setting
to UTF-8. I'm developing an international site and I need the character set
to be Unicode. I've changed the Site Settings, Page Settings and Options
dozens of times and whenever I type ç or â I get these characters in the HTML
rather than "ç" "â". In Macromedia Dreamweaver and Adobe GoLive, when I type
these characters I get "ç" "â" yet with Frontpage I get "ç" or "â" in my
code.

I've gone so far as to change the <meta http-equiv="Content-Type"
content="text/html;charset=utf-8"> header tag to meta
http-equiv="Content-Type" content="text/html;charset=8859-1" and yet
Frontpage still does not code the page properly. Can anyone give me advice on
this issue?

Here are examples:
<a href="www.alfredsmith.com/fp_test.html"
target="_blank">www.alfredsmith.com/fp_test.html</a><br>
<a href="www.alfredsmith.com/dw_test.html"
target="_blank">www.alfredsmith.com/dw_test.html</a><br>

Thanks in advance for any suggestions.

Alfred Smith.
 
Top