Re: [whatwg/encoding] EUC-jp encoding/decoding support (#59)

More concretely, you're saying that

> If byte is not in the range 0xA1 to 0xFE, inclusive, prepend byte to stream.

should be

> If byte is an ASCII byte, prepend byte to stream.

which I think is reasonable and this was probably just an oversight.

Confirmation from @jungshik would be good, but I'm happy to fix this. If I were to fix this, should I make sure I land web-platform-tests at the same time or are you sorting out web-platform-tests @hsivonen?

-- 
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/59#issuecomment-297789328

Received on Thursday, 27 April 2017 17:50:20 UTC