Re: [whatwg/encoding] Fix #18: remove UTF-16 support from TextEncoder (#36)

> So new TextEncoder("utf-16") will silently change to use utf-8? Not sure how happy I am with that.

Yeah. It will cause silent bugs in existing code which uses utf16. Why not throw exception?

---
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/36#issuecomment-211895814

Received on Tuesday, 19 April 2016 12:20:41 UTC