- From: Anne van Kesteren <annevk@opera.com>
- Date: Tue, 13 Jul 2010 22:19:55 +0200
- To: public-html@w3.org, "Richard Ishida" <ishida@w3.org>
On Tue, 13 Jul 2010 21:40:24 +0200, Richard Ishida <ishida@w3.org> wrote: > Thank you for beginning work on the polyglot document. I think it will > be very useful. FWIW, I would welcome an approach to the text that made > it more like an author-friendly "how-to" guide, rather than spec text. > > I am about to raise 8 bugs in bugzilla. These comments have been > discussed by the i18n WG. I hope you find them helpful. > > FWIW, the i18n group keeps track of comments on your doc at > http://www.w3.org/International/reviews/1007-polyglot/ FWIW, using <meta charset=utf-16> is an error in HTML. When used in XML its value must be UTF-8. See http://www.whatwg.org/specs/web-apps/current-work/complete.html#attr-meta-charset For HTML the requirements are more complex, but UTF-16 is not allowed and when specified is treated as UTF-8 (though if the document is actually encoded as UTF-16 it would be decoded as UTF-16). -- Anne van Kesteren http://annevankesteren.nl/
Received on Tuesday, 13 July 2010 20:20:49 UTC