Re: SVG 1.2 Comment: image/svg+xml;charset=""

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