- From: Anne van Kesteren <notifications@github.com>
- Date: Fri, 23 Oct 2020 04:53:22 -0700
- To: whatwg/encoding <encoding@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 23 October 2020 11:53:36 UTC
@annevk commented on this pull request. > + +<ol> + <li><p>Let <var>potentialError</var> be the result of <a>running</a> <var>encoder</var> with + <var>ioQueue</var>, <var>output</var>, and "<code>fatal</code>". + + <li><p>If <var>potentialError</var> is an <a>error</a>, then return <a>error</a>'s + <a>code point</a>'s <a for="code point">value</a>. + + <li><p>Return null. +</ol> + +<div class=note> + <p>This is a legacy hook for URLs. The caller will have to keep an <a for=/>encoder</a> alive as + the <a>ISO-2022-JP encoder</a> can be in two different states when returning an <a>error</a>. That + also means that if the caller emits bytes to encode the error in some way, these have to be in the + range 0x00 to 0x7F, inclusive, excluding 0x0E, 0x0F, 0x1B, 0x5C, and 0x7E. [[URL]] Done. -- 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/238#discussion_r510829984
Received on Friday, 23 October 2020 11:53:36 UTC