Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing encodings to TextDecoder #13959

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft

Conversation

Jarred-Sumner
Copy link
Collaborator

What does this PR do?

This pulls in implementations of all the text encodings from WebKit for TextDecoder.

Fixes #11564
Fixes #10696

TODO before merging:

  • Copy some of the WPT for these text encodings

How did you verify your code works?

A couple small tests.

@kuromiii
Copy link

kuromiii commented Jan 8, 2025

Any update on that PR? Would love shift-jis support added to TextDecoder as I need it for one of my projects :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unsupported encoding label "shift_jis" GBK encoding is not supported by TextDecoder
3 participants