Re: [whatwg/encoding] GBK encoding/decoding support (#56)

AFAICT, the gbk tests differ from the spec for one code point to byte pair and vice versa mapping:
The tests want `A8` `BC` to decode to U+E7C7 and want U+E7C7 to encode to `A8` `BC`. However, per spec, `A8` `BC` maps to U+1E3F.

-- 
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/issues/56#issuecomment-297746473

Received on Thursday, 27 April 2017 15:20:05 UTC