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.

I'm saying that that would be consistent with the other two-byte decoders. I haven't investigated legacy decoder behavior on this point, so I can't at this time say whether it _should_ be consistent that way.

> 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?

I don't have a plan to be sorting out Web Platform Tests. However, I might have to for tests that have already been imported to mozilla-central. (It seems that this one is still in the PR stage on the WPT side.)

-- 
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-297911951

Received on Friday, 28 April 2017 05:41:18 UTC