Re: iso 8859 or escape sequencies?
"Daniel W. Connolly" <connolly@hal.com>
Errors-To: listmaster@www0.cern.ch
Date: Mon, 11 Apr 1994 23:02:13 --100
Message-id: <9404112050.AA28035@ulua.hal.com>
Errors-To: listmaster@www0.cern.ch
Reply-To: connolly@hal.com
Originator: www-talk@info.cern.ch
Sender: www-talk@www0.cern.ch
Precedence: bulk
From: "Daniel W. Connolly" <connolly@hal.com>
To: Multiple recipients of list <www-talk@www0.cern.ch>
Subject: Re: iso 8859 or escape sequencies?
X-Listprocessor-Version: 6.0c -- ListProcessor by Anastasios Kotsikonas
Content-Type: text/plain; charset="us-ascii"
Content-Type: text/plain; charset="us-ascii"
Mime-Version: 1.0
Mime-Version: 1.0
Content-Length: 1083
In message <9404112037.AA16011@ptsun03.cern.ch>, Ari Luotonen writes:
>
>> |Is there a reason to use the html "escape-sequencies" (öaut for |
>> |etc.) for characters that are also in the iso 8859-1 character-set? Are
>> |there browswers that do not support the full iso8859 character set but
>> |do support the escape-sequencies?
>> | -Timo H
The ö form is strictly for authoring in environments where
ö is easier to enter than the 8-bit char (God help you if
you're in such a situation, but...)
If it were just a matter of getting through 7-bit data paths, all
these are representable in &#nnn; form as well.
A WWW implementation should act like an SGML parser and reduce
"ö", "&#nnn;" and the single 8-bit char representation to the
same thing before further processing.
So a browser that handles "ö" but doesn't handle raw 8-bit
chars is broken. For example, HTML2MIF tools generally contain
a big table to translate ISOLatin1 to the PostScript encoding used
by Frame. The same should be true of Mac-based browsers, EBCDIC
browsers, etc.
Dan