- From: Andreu Botella <notifications@github.com>
- Date: Thu, 19 Mar 2020 07:18:34 -0700
- To: whatwg/encoding <encoding@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 19 March 2020 14:18:47 UTC
andreubotella commented on this pull request. > +<p class=note>This hook is a workaround for the fact that <a>decode</a> has no way to communicate +back to the caller that it has found a byte order mark and is therefore not using the provided +encoding. The hook is to be invoked before <a>decode</a>, and it will return an encoding +corresponding to the byte order mark found, or null otherwise. My bad, I was doing `git diff` with respect to origin/master and it was matching one of the blank lines in the original in the middle of my change. -- 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/203#discussion_r395059420
Received on Thursday, 19 March 2020 14:18:47 UTC