[Bug 26885] Drop JIS X 212 from ISO-2022-JP

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

--- Comment #2 from Masatoshi Kimura <VYV03354@nifty.ne.jp> ---
(In reply to Jungshik Shin from comment #0)
> EUC-JP in the encoding spec does not support JIS X 212 even though the
> formal definition of EUC-JP does include it. 

Actually the EUC-JP decoder in the encoding spec DOES support JIS X 212.
https://encoding.spec.whatwg.org/#euc-jp-decoder
> If lead and byte are both in the range 0xA1 to 0xFE, set code point to the index code point for (lead − 0xA1) × 94 + byte − 0xA1 in index jis0208 if the euc-jp jis0212 flag is unset and in index jis0212 otherwise.

Did Chrome drop support for decoding JIS X 212 in the EUC-JP decoder?

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

Received on Tuesday, 23 September 2014 00:46:27 UTC