- From: Anne van Kesteren <notifications@github.com>
- Date: Fri, 23 Oct 2020 04:54:53 -0700
- To: whatwg/encoding <encoding@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 23 October 2020 11:55:07 UTC
@annevk commented on this pull request. > +<p>To <dfn export lt="get an encoder|getting an encoder">get an encoder</dfn> from an +<a for=/>encoding</a> <var>encoding</var>: + +<ol> + <li><p>Assert: <var>encoding</var> is not <a>replacement</a> or <a>UTF-16BE/LE</a>. + + <li><p>Return <var>encoding</var>'s <a for=/>encoder</a>. +</ol> + +<p>To <dfn export>encode or fail</dfn> an I/O queue of scalar values <var>ioQueue</var> given an +<a for=/>encoder</a> <var>encoder</var> and an I/O queue of bytes <var>output</var>, run these +steps: + +<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>". I did this, but adjusted the wording slightly and pushed into _output_ instead. -- 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_r510830749
Received on Friday, 23 October 2020 11:55:07 UTC