Re: AW: AW: rendering trademark in HTML using DSSSL and Navigator

Subject: Re: AW: AW: rendering trademark in HTML using DSSSL and Navigator
From: "David C. Mason" <dcm@xxxxxxxxxx>
Date: 29 Aug 2000 10:27:59 -0400
Roland Schopf <Roland.Schopf@xxxxxxxxxxxxxxxx> writes:

> We are using Netscape Communicator 4.73. To be able to display characters
> like Sigma you need to:
> - use utf-8 in OJ
> - no indication of the character set in HTTP header
> - no indication of the character set in META tag
> - Manually set default character in netscape to utf-8


If you want a fail-safe solution to the trademark character, that will
work just about anywhere - you could always 'roll your own' :)


(element trademark
  (make sequence
    (process-children)
    (make element gi: "sup"
    (literal "TM"))))



Dave


 DSSSList info and archive:  http://www.mulberrytech.com/dsssl/dssslist


Current Thread