- From: Andreu Botella <notifications@github.com>
- Date: Tue, 20 Oct 2020 22:10:20 -0700
- To: whatwg/encoding <encoding@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 21 October 2020 05:10:33 UTC
@andreubotella commented on this pull request. > @@ -2938,8 +2943,17 @@ and <var>code point</var>, runs these steps: <p class=note>If <var>pointer</var> is non-null, it is less than 8836 due to the nature of <a>index jis0208</a> and the <a>index pointer</a> operation. - <li><p>If <var>pointer</var> is null, return <a>error</a> with - <var>code point</var>. + <li> + <p>If <var>pointer</var> is null, then: + + <ol> + <li><p>If <a>ISO-2022-JP encoder state</a> is <a lt="ISO-2022-JP encoder jis0208">jis0208</a>, Shouldn't this be ```suggestion <li><p>If <a>ISO-2022-JP encoder state</a> is not <a lt="ISO-2022-JP encoder ASCII">ASCII</a>, ``` -- 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/236#pullrequestreview-513310479
Received on Wednesday, 21 October 2020 05:10:33 UTC