Character Encoding mismatch!
Ever got this message when you try and validate a webpage?
Character Encoding mismatch!
It’s a simple fix - It just means your global server setting for the character encoding on your web server is set to something different in your pages META or XML declaration.
Note: the 3 places the charset is defined is in the
- HTTP header
- ?xml…
- meta …
