- From: Anne van Kesteren <notifications@github.com>
- Date: Fri, 28 Apr 2017 06:50:26 -0700
- To: whatwg/encoding <encoding@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 28 April 2017 13:51:01 UTC
annevk commented on this pull request. > @@ -1923,8 +1923,7 @@ consumers of content generated with <a>GBK</a>'s <a for=/>encoder</a>. <li><p>Unset the <a>EUC-JP jis0212 flag</a>. - <li><p>If <var>byte</var> is not in the range 0xA1 to 0xFE, inclusive, - <a>prepend</a> <var>byte</var> to + <li><p>If <var>byte</var> is an <a>ASCII byte</a>, <a>prepend</a> <var>byte</var> to If we only change null to non-null checks when it would affect at least two null checks, we'd have to change gb18030, Big5, EUC-JP (though per above it doesn't really need a null check), Shift_JIS, and EUC-KR. I'm okay either way. -- 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/103#discussion_r113934460
Received on Friday, 28 April 2017 13:51:01 UTC