Posted by Dan on 09/19/06 16:07
Jonathan N. Little wrote:
> That is *XHTML* not *HTML* syntax for single tag elements. Should be:
>
> <meta http-equiv="Content-Type" content="text/html;
> charset=windows-1252">
Though it would be better to get rid of that meta tag altogether and be
sure your server sends the proper HTTP headers in the first place, so
you don't end up having to do a cheap imitation of them via meta tags.
And it would be best to avoid proprietary character encodings such as
windows-1252 anyway.
--
Dan
[Back to original message]
|