RE: non-sgml characters

Hi Donna, 

I am no expert, and hopefully someone much more knowledgible will answer
to you as well, but from what I understand, HTML documents are made up
of 8-bit characters from the ISO 8859 Latin-1 character set. The network
protocol used to retrieve documents may translate the character set into
a locally acceptable form, e.g. EBCDIC. The HTTP protocol uses the MIME
standard (RFC 1341) to specify the document type and character set. 

ISO SGML entity definitions are used to include characters which are
missing from the character set or which would otherwise be confused with
markup elements and the formal symbol for a TM sign is, 

    ™    (™)

The one for  registered trademark (R)  is,

    ®     (®)

And so on...

However, not all browsers support these definitions...emacs for instance
would show the "™". So as far as HTML is concerned, you may be
alright leaving it as "™". If you want it to be recognized by a
SGML parser for some reason, you could try explicitly declaring the
entity name. You may like to see http://www.bbsinc.com/iso8879b.html. 

Wonder if I helped,
Shashank


Shashank Tripathi
www.shanx.com

Received on Monday, 15 July 2002 08:00:38 UTC