- From: Henri Sivonen <notifications@github.com>
- Date: Tue, 21 Jun 2016 04:28:31 -0700
- To: whatwg/encoding <encoding@noreply.github.com>
- Cc:
Received on Tuesday, 21 June 2016 11:29:06 UTC
> <li> > - <p>If <var>code point</var> is null and <var>pointer</var> is in the range > - 8836 to 10528, inclusive, return a code point whose value is > - 0xE000 + <var>pointer</var> − 8836. > + <p>If <var>pointer</var> is in the range 8836 to 10528, inclusive, return a code point whose > + value is 0xE000 + <var>pointer</var> − 8836. In the spirit of the other change in the pipeline, I suggest reordering this to `0xE000 − 8836 + <var>pointer</var>`. --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/encoding/pull/54/files/cee4a87a2d5aa7c745f6af76212872f79cf0d249#r67851138
Received on Tuesday, 21 June 2016 11:29:06 UTC