Adam Bülow-Jacobsen skrev:
I have just received Firefox 2.0.0.12 and it displays correctly with
ISO 8859-1 on Mac. But there is still an error somewhere, since the
browser 'thinks' that it is encoded in Unicode and you have to reset
8859-1 every time. I still cannot make it work with other browsers.
Adam
From a quick glance at the page source, I think there's a slash missing
in the head: the tag <meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1"> should be closed. I guess that could confuse most
browsers.
~Niels