- From: Anne van Kesteren <notifications@github.com>
- Date: Wed, 05 Apr 2023 00:50:40 -0700
- To: whatwg/encoding <encoding@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 5 April 2023 07:50:46 UTC
Arguably all the lead/trail byte stuff needs to be made consistent with this. Ugh. Also, when I have more patience I should create an abstract operation for > 0x10000 + ((<var>leadingSurrogate</var> &minus; 0xD800) &lt;&lt; 10) + (<var>item</var> &minus; 0xDC00). You can view, comment on, or merge this pull request online at: https://github.com/whatwg/encoding/pull/309 -- Commit Summary -- * Editorial: use leading and pending surrogate -- File Changes -- M encoding.bs (55) -- Patch Links -- https://github.com/whatwg/encoding/pull/309.patch https://github.com/whatwg/encoding/pull/309.diff -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/encoding/pull/309 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/encoding/pull/309@github.com>
Received on Wednesday, 5 April 2023 07:50:46 UTC