[whatwg/encoding] "Let code point be null if pointer is null" (#202)

https://encoding.spec.whatwg.org/commit-snapshots/5e93af5b5fd759dce3ef1c5ea7c1eee633c00f45/#big5-decoder


> Let code point be null if pointer is null

I believe pointer cannot be null, since it is previously set to “(lead − 0x81) × 157 + (byte − offset)”.


-- 
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/202

Received on Thursday, 12 March 2020 22:20:57 UTC