- From: Anne van Kesteren <fora@annevankesteren.nl>
- Date: Wed, 24 Nov 2004 21:49:39 +0100
- To: Chris Lilley <chris@w3.org>
- CC: Robin Berjon <robin.berjon@expway.fr>, Bjoern Hoehrmann <derhoermi@gmx.net>, www-svg@w3.org
Chris Lilley wrote: > Remarkably terse, but not very helpful. By 'where" I was meaning a > quoted section. > > Are you asserting that the following instance, encoded in UTF-16 > > <?xml version="1.0"?> > <foo>Hello World</foo> > > with this header > > Content-Type: application/xml > > gets treated as UTF-8? If not, what did you mean above? If so, why? Because if no specific encoding is given, it should be treated as UTF-8 for application/xml. (The default is different for text/xml, in that case it would be US-ASCII.)
Received on Wednesday, 24 November 2004 20:50:08 UTC