- From: Anne van Kesteren <notifications@github.com>
- Date: Wed, 16 Nov 2016 05:41:27 -0800
- To: whatwg/encoding <encoding@noreply.github.com>
Received on Wednesday, 16 November 2016 13:42:02 UTC
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