> The reason was a typo in the header: > > charset=iso-8559-1" It may be a mistake, but it's not a typo. The full header is: <meta http-equiv="Content-Type" content="text/html; charset=iso-8559-1"> The quotes go with the content attribute, not the charset attr. That's how I've seen http-equiv's always written, so that's how I did it here. karl