Chris G cl@isbd.net wrote:
I have a web page which has a couple of special characters which are ISO-8859-1 encoded, 'View Source' shows that the header is as follows:- [...]
Check the HTTP header (curl -I or wget --head) of the URL. The HTTP header and XML opening both trump the http-equiv meta, as described in http://www.w3.org/International/O-charset#declaring with links to how to correct things.
But also, you should be using UTF-8 for most things by now. ;-)
Hope that helps,