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

* Robin Berjon wrote:
>Take for instance:
>
>[~]$ HEAD http://expway.com/robin/foo.xml.sjis | grep Content-Type
>Content-Type: application/xml; charset=shift_jis
>[~]$ xmllint http://expway.com/robin/foo.xml.sjis
><?xml version="1.0" encoding="UTF-8"?>
><foo>יגגיייי</foo>
>
>Is that conformant? What do you think most XML parsers do?

<http://www.bjoernsworld.de/temp/utf8-or-iso-8859-1.svg>, what do you
think SVG implementations like Batik do? They consider it ISO-8859-1.
So does the W3C Markup Validator and even MSXML4 does. What was your
point exactly?

Received on Tuesday, 23 November 2004 17:15:42 UTC