Re: Problem with appendChild and ellipsis... [message #173090 is a reply to message #173086] |
Sun, 20 March 2011 23:42 |
Beauregard T. Shagnas
Messages: 154 Registered: September 2010
Karma:
|
Senior Member |
|
|
Dennis wrote:
> "Beauregard T. Shagnasty" wrote:
>> Dennis wrote:
>>> <meta charset="UTF-8" />
>>
>> That's in the <head> section? Better if you look at the page's
>> actual Response Headers, for something like this:
>>
>> Content-Type: text/html; charset=utf-8
>>
>> Firefox's Web Developer's Toolbar can give you the capability...
>
> Content-Type: text/html; charset=UTF-8
For kicks, try changing your page's head section to:
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
...then check again what the Response Headers say. Sometimes (often?) the
server overrules what the HTML says, at least in my experience...
--
-bts
-Four wheels carry the body; two wheels move the soul
|
|
|