Re: [whatwg/encoding] gb18030 decoder: unwind from fourth byte when it's not a digit (#111)

Works for me, but, editorially, I'd still prefer 0x30 to 0x39 checked only once and an early return before the range decode if the byte isn't in 0x30 to 0x39 inclusive.

-- 
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/pull/111#issuecomment-300764220

Received on Thursday, 11 May 2017 11:41:29 UTC