Ok so I just encountered something I never have before.
Upon running a page through the W3 Validator, it gives me this error:
I'm having this
in the header and I can't find anything out of the ordinary on line 137. What kind of a :repuke: error is this?
Upon running a page through the W3 Validator, it gives me this error:
...and it doesn't show anything else. This is not a "error(s) found in line X" type of unvalidated result, but the validator just gives up and does nothing.Sorry! This document can not be checked.
Sorry, I am unable to validate this document because on line 137 it contained one or more bytes that I cannot interpret as utf-8 (in other words, the bytes found are not valid values in the specified Character Encoding). Please check both the content of the file and the character encoding indication.
The error was: utf8 "\x85" does not map to Unicode
I'm having this
Code:
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />