- From: Julian F. Reschke <julian.reschke@greenbytes.de>
- Date: Wed, 3 Oct 2001 17:20:07 +0200
- To: "Webdav WG" <w3c-dist-auth@w3c.org>, <ietf-dav-versioning@w3.org>
Hi, I just noticed that in their examples, all these specs specify: Content-type: text/xml; charset="utf-8" However, as far as I understand RFC2616 (section 3.6 and section 3.7), and from experience when setting the encoding in Java servlets, it should be Content-type: text/xml; charset=utf-8 (so the value is not quoted). In general, I think it really doesn't make sense to specify character sets in specs (unless the spec is talking about encodings, of course). The spec contains characters after all (not an octet stream). Of course this also affects XML declarations in the specs. Julian
Received on Wednesday, 3 October 2001 11:20:14 UTC