- From: Anne van Kesteren <notifications@github.com>
- Date: Tue, 10 Oct 2017 16:01:24 +0000 (UTC)
- To: whatwg/encoding <encoding@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 10 October 2017 16:01:53 UTC
Ideally we provide some advice on which hook to use when. I'd say you should use "UTF-8 decode" for a full resource, "UTF-8 decode without BOM" for byte sequences within a larger resource or protocol, and "UTF-8 encode" on the other side. If you use "decode", "UTF-8 decode without BOM or fail", or "encode" you should ideally first file an issue here to get approval. cc @hsivonen @aphillips -- 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/issues/125
Received on Tuesday, 10 October 2017 16:01:53 UTC