[whatwg/encoding] Give advice around specification hooks (#125)

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