Re: [whatwg/encoding] Handle EUDC before the index in Shift_JIS (#54)

>     <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> &minus; 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> &minus; 8836.

In the spirit of the other change in the pipeline, I suggest reordering this to `0xE000 &minus; 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