-
Notifications
You must be signed in to change notification settings - Fork 84
Closed
Description
AFAICT, non-UTF-8 encoders are exposed in three places in the Web Platform:
- TextEncoder
- Query string parsing for URL and the associated APIs
- Form submission
URL parsing and form submission use UTF-8 when the encoding of the document is either of the UTF-16 encodings, AFAICT, TextEncoder is the only place where the Web Platform exposes UTF-16 encoder functionality.
This is pretty sad, if TextEncoder support UTF-16 just because it can and the support doesn't have strong use cases.
Am I wrong and do proper use cases exist for UTF-16 in TextEncoder to a degree that sets UTF-16 apart from the other legacy encoding that aren't supported in TextEncoder?
Unknown6656 and MrGazdagstevenwdv, jayphelps, GitHub30, devYonz, martian17 and 2 more
Metadata
Metadata
Assignees
Labels
No labels