In <news:0oydnd7rqj4mgtvwnz2dnuvz_oadn...@mozilla.org>,
NoOp <gl...@sbcglobal.net.invalid> wrote:

> On 01/06/2010 03:08 PM, Andrea Govoni wrote:
> 
> > Nevertheless, I have a problem with the text in the upper section
> > of the page [1], where some symbols used for unrecognized
> > characters are displayed (see [2]). However, I don't get those
> > strange unrecognized character symbols on SM 1.1.18, even *without*
> > the additional fonts installed, or in a fresh new SM2 profile.
> > Any suggestion about what might cause this?
> > 
> > 
> > [1] <http://www.jyskordbog.dk/ordbog/>
> > [2]
> > <http://idisk.mac.com/xfox/Public/SM2%20unrecognized%20characters.png> 
> 
> Thank Andrea for testing. The symbols are most likely with a UTF-8
> character setting. Try: View|Character Encoding|Western (ISO-8859-1)
> and see if you still get them.

The page needs to be served with an HTTP Content-Type header that 
specifies ISO-8859-1 (or ISO-8859-15), like

 Content-Type: text/html; charset=ISO-8859-15 

or the page needs a meta tag like this one:

  <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-15">

Without one of these, browsers have to either guess or just use their 
defaults, which for a lot of users will lead to the kind of display in 
Andrea's link [2] above.

Urgh, I've just realized the web site owner isn't actually reading this 
thread.  Oh, well, I've typed it now -- and Andrea, NoOp's suggestion 
to switch your views should work fine, though the problem is with the 
site itself and users should never have to monkey with those settings.

-- 
»Q«                                                              /"\
                                      ASCII Ribbon Campaign      \ /
                                       against html e-mail        X
                                     <http://asciiribbon.org/>   / \
_______________________________________________
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to