[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Unrecognized encodings (was Re: XML 1.0 Conformance Test Results)
- From: David Brownell <david-b@pacbell.net>
- To: Mike Brown <mike@skew.org>, xml-dev@lists.xml.org
- Date: Mon, 11 Jun 2001 10:45:06 -0700
> My question is, must the XML parser developer honor these "shoulds" as if
> they were "musts" and produce a fatal error rather than accepting "UTF8"?
Heck no. "Be lenient in what you accept, strict in what you produce" ...
in this case the test "producer" was wrong.
When the spec talks "UTF-8" it means exactly that. But there's no
reason why processors shouldn't recognize other common aliases,
no reason to create a "must" where the spec doesn't have one.
- Dave