* CSGallagher wrote: >The XHTML Validator at http//validator.w3.org/check/referer >does not like apostrophes using either iso-8859-1 or >UTF-8 encoding. I have also tried to replace the literal >use of an apostrophe with the character entity ' >but to no avail. > >Oddly, the text matter using the apostrophes did not >choke the validator until recently. You are using U+2019 instead of U+0027 encoded in Windows-1252 instead of ISO-8859-1 or UTF-8, this won't work. You can use ’ or ' or encode the ’ in UTF-8 and the validator will stop complaining.Received on Sunday, 1 September 2002 23:52:47 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Thursday, 1 October 2009 14:48:45 GMT