Re: [whatwg/encoding] Consider removing TextEncoder support for UTF-16 (#18)

> In that case, my case for UTF-16 encoder with ID3 tag is not valid any more.

It is! Windows Explorer and Windows Media Player doesn't support it even in windows 10 (It is the biggest part of OS e.i. all windows over mac and linux). Also it isn't supported by some other players and devices (as I know). That's why I use id3v2.3 in https://github.com/egoroof/browser-id3-writer. And I write strings in utf16. Now I have to use a polyfill instead of native browser API (https://github.com/egoroof/browser-id3-writer/issues/36).

So sad :cry: 

---
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/18#issuecomment-211863286

Received on Tuesday, 19 April 2016 11:09:05 UTC