Re: Charsets/Encodings

Nicolas Lesbats wrote:
> 
> <meta name="content-type" content="text/html; charset=utf-8">

The above is wrong. It should be as follows:

<meta http-equiv="content-type" content="text/html; charset=utf-8">

(i.e. name -> http-equiv)

Erik

Received on Monday, 19 July 1999 14:20:19 UTC