On Sun, 2004-03-07 at 07:21, Bob Stayton wrote:
> Those aren't Control-A's you are seeing, they are the UTF-8 encoding of the
> non-breaking space character (00A0 in Unicode). The two-character sequence
> in UTF-8 encoding is C2 and A0. Most browsers support UTF-8, and the XHTML
> output should indicate the encoding with:
>
> <meta http-equiv="Content-Type"
> content="text/html; charset=UTF-8" />
That's there in the html.
> That should be enough for the browser to recognize the character as a space
> character, not as an unknown character. What browser are you using?
Mozilla. But it also happens with Opera. One strange thing is that I
don't have this problem if I point the browser at the file locally
(file://home/...), only if I get it via http.
Brian