RE: DOCBOOK-APPS: character encoding in html

From
Prikryl,Petr <>
Date
2001-05-15T06:13:58+00:00
ID
6150C715CE7CD311BD7B000629265FCC0D586C@SKILNT
Thread
RE: DOCBOOK-APPS: character encoding in html
As Jirka Kosek wrote, your <meta...> with charset is written correctly. 
You can use the http://www.w3.org/TR/html4/charset.html#encodings,
section "5.2.2 Specifying the character encoding" as the argument.

Tony Lavender is also right.  Your http://www.dpawson.co.uk/xsl/index.html
is not visible (but other html files in the directory are).

Thirdly, I am also using IE 5.5 (5.50.4134.0600IC) without problems.

Petr

--  
Petr Prikryl, SKIL, spol. s r.o., 

> -----Original Message-----
> From:	Jirka Kosek [SMTP:]
> Sent:	Monday, May 14, 2001 9:29 PM
> To:	Dave Pawson
> Cc:	
> Subject:	Re: DOCBOOK-APPS: character encoding in html
> 
> Dave Pawson wrote:
> 
> > problem line
> > <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
> > 
> > I'm told (David LeBlanc) that the semicolon between
> > html and charset is causing the problem.
> > 
> > removing it clears the problem.
> 
> Semicolon is correct at this place. Probably bug in your browser.
[...]