Paul B. Gallagher <[email protected]> wrote:
> [email protected] wrote:
>
>> Composer inserts characters & symbols display OK when preparing html
>> webpages. When viewed on the web, Firefox will display a <black
>> diamond w/white ?> for many (all?) of the inserted symbols &
>> characters.
>>
>> Example links:
>>
>> Test page -
>> <http://spontoon.rootoon.com/SPwTest1.html >
>> Looks OK in View/ Preview. In View/ html, the actual symbol seems to
>> be inserted rather than an html code for the symbol.
>
> Your code specifies Windows-1252, but SeaMonkey tries to display it as 
> Unicode (UTF-8). If I manually select Windows-1251 or Windows-1252, the 
> page displays correctly. I wonder why SeaMonkey isn't obeying your spec. 
> The spec appears to be well-formed:
>
> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">

The HTTP headers say UTF-8:

HTTP/1.1 200 OK
Date: Thu, 29 Aug 2013 07:31:25 GMT
Server: Apache
Last-Modified: Thu, 29 Aug 2013 04:44:38 GMT
ETag: "e74073-a7a-c36f5980"
Accept-Ranges: bytes
Content-Length: 2682
Connection: close
Content-Type: text/html; charset=UTF-8

<!DOCTYPE html PUBLIC "-//w3c//dtd html 4.0 transitional//en">
<html><head>
  <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
  <meta name="Author" content="Ken Fletcher">
  <meta name="GENERATOR" content="Mozilla/4.74 [en] (Win98; U) [Netscape]">
  <title>Test Insert Symbols</title>
<meta content="Seamonkey 2.20 Composer - Insert - Characters &amp; Symbols 27 
August 2013" name="description">
</head>

The meta header should override it.  Maybe that has been broken somehow?

The page appears to have a long history :-)
_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to