[Bug 24130] Shift_JIS decoder should support PUA code points

https://www.w3.org/Bugs/Public/show_bug.cgi?id=24130

--- Comment #2 from Masatoshi Kimura <VYV03354@nifty.ne.jp> ---
The current decoder step 3.4 would be broken down as follows:
3.4. Let code point be null, if pointer is null, and run these substeps
otherwose:
3.4.1. Let code point be index code point for pointer in index jis0208.
3.4.2. If code point is null and pointer is in range between 8836 and 10528,
let code point be 0xE000 + (pointer - 8836).

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Friday, 28 March 2014 12:42:33 UTC