Quote:
Originally Posted by susan_cassidy
Make sure that it is cooectly encoded for UTF-8, and declared as such in the file.
|
The file is correctly encoded as near as I can tell. It passes validation, anyway. The file does have an "encoding='utf-8' tag at the head; it beings with
<?xml version='1.0' encoding='utf-8'?>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
which I assume is correct. Is that the case?