You currently browsing the archive for March, 2006. [View all archives]

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 …

Read the rest of this entry »