[whatwg/encoding] Note >8835 pointers in index jis0208 cannot be reached (#83)

In EUC-JP and ISO-2022-JP encoders, when getting a pointer for a code
point in index jis0208, it’s important to note that the pointer is
always less than 8836. This is because the code points are duplicated
throughout the table and the index pointer returns the first.

Per a suggestion in #47.
You can view, comment on, or merge this pull request online at:

  https://github.com/whatwg/encoding/pull/83

-- Commit Summary --

  * Note >8835 pointers in index jis0208 cannot be reached

-- File Changes --

    M encoding.bs (16)

-- Patch Links --

https://github.com/whatwg/encoding/pull/83.patch
https://github.com/whatwg/encoding/pull/83.diff

-- 
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/83

Received on Wednesday, 16 November 2016 13:42:02 UTC