- From: <bugzilla@jessica.w3.org>
- Date: Wed, 04 May 2011 18:49:20 +0000
- To: www-xml-schema-comments@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=12300
Noah Mendelsohn <nrm@arcanedomain.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |nrm@arcanedomain.com
--- Comment #4 from Noah Mendelsohn <nrm@arcanedomain.com> 2011-05-04 18:49:19 UTC ---
I was taking a look at
http://www.w3.org/XML/Group/2004/06/pD/precisionDecimal.html , and Firefox
4.0.1 seems to think that the encoding is ISO-8859-1, which does indeed mess up
the rendering.
The page info from the browser acknowledges the existence of:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
but nonetheless it concludes that the encoding is ISO-8859-1, but the following
suggests the problem is with .htaccess files on the server:
$ curl -I http://www.w3.org/XML/Group/2004/06/pD/precisionDecimal.html
HTTP/1.1 401 Authorization Required
Date: Wed, 04 May 2011 18:47:59 GMT
Server: Apache/2
WWW-Authenticate: Basic realm="W3CACL"
Last-Modified: Thu, 13 Sep 2007 12:45:08 GMT
ETag: "613-43a03b54edd00"
Accept-Ranges: bytes
Content-Length: 1555
Vary: Accept-Encoding
P3P: policyref="http://www.w3.org/2001/05/P3P/p3p.xml"
Connection: close
Content-Type: text/html; charset=iso-8859-1
Thank you.
Noah
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Wednesday, 4 May 2011 18:49:21 UTC