[whatwg] Handling of invalid UTF-8

2013-08-29 Thread Cameron Zemek
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

Re: [whatwg] Handling of invalid UTF-8

2013-08-29 Thread Glenn Maynard
On Thu, Aug 29, 2013 at 5:29 PM, Cameron Zemek grom...@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

Re: [whatwg] Handling of invalid UTF-8

2013-08-29 Thread Ian Hickson
On Fri, 30 Aug 2013, Cameron Zemek 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 You really don't want to be using that as a reference. It's a very out of date