- From: Eyal Rozenberg <notifications@github.com>
- Date: Sun, 20 May 2018 00:30:53 -0700
- To: whatwg/encoding <encoding@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Sunday, 20 May 2018 07:31:16 UTC
Yes, I'm talking about how "UTF-8-only" is currently baked into the encoding API: Section [7.2 ](https://encoding.spec.whatwg.org/#interface-textdecoder )for example: > TextEncoder object offers no label argument as it only supports UTF-8. It also offers no stream option as no encoder requires buffering of scalar values. ... > ``` encoder . encoding Returns "utf-8".``` -- 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/144#issuecomment-390463342
Received on Sunday, 20 May 2018 07:31:16 UTC