- From: Glenn Maynard <glenn@zewt.org>
- Date: Thu, 29 Aug 2013 17:59:19 -0500
- To: grom@zeminvaders.net
- Cc: whatwg <whatwg@whatwg.org>
On Thu, Aug 29, 2013 at 5:29 PM, Cameron Zemek <grom358@gmail.com> wrote: > In the spec preview it had a section about UTF-8 decoding and the handling > of invalid byte sequences, > http://dev.w3.org/html5/spec-preview/infrastructure.html#utf-8 . But I > have > noticed this section has been removed from the current version. So what > algorithm is used for handling of invalid UTF-8 byte sequences? Or this no > longer part of the HTML 5 specification? > http://www.whatwg.org/specs/web-apps/current-work/#dependencies has a reference to the Encoding spec, which is where the UTF-8 decoding logic lives now: http://encoding.spec.whatwg.org/#utf-8 -- Glenn Maynard
Received on Thursday, 29 August 2013 22:59:50 UTC