- From: Domenic Denicola <notifications@github.com>
- Date: Tue, 03 Nov 2020 06:24:27 -0800
- To: whatwg/encoding <encoding@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 3 November 2020 14:24:39 UTC
@domenic commented on this pull request. > - <li><p>Return a code point whose value is 0xF780 + <var>byte</var> − 0x80. + <li><p>If <var>byte</var> is an <a>ASCII byte</a>, then return a <a>code point</a> whose + <a for="code point">value</a> is <var>byteValue</var>. + + <li><p>Return a <a>code point</a> whose <a for="code point">value</a> is + 0xF780 + <var>byteValue</var> − 0x80. FWIW I intuitively like making the code point <—> byte/number conversions explicit, and don't see as much of a need for distinguishing bytes and numbers. (I'd be OK defining bytes as a subtype of numbers, if we ever make progress on defining numbers.) -- 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/247#discussion_r516703341
Received on Tuesday, 3 November 2020 14:24:39 UTC