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

feat(encoding): support BOM detection with test passed #6074

Merged
merged 6 commits into from
Oct 3, 2023

Conversation

WingLim
Copy link
Contributor

@WingLim WingLim commented Sep 26, 2023

What does this PR do?

Sorry for the delay, after support ignoreBOM in TextDecoder, decoder default behavior is remove BOM, so in the test, we should set to true, to pass the test with BOM.

I have rerun all test releated to TextDecoder, but for the stability, I think we should wait the CI to finish all test before merge.

Support BOM detection and TextDecoder.ignoreBOM.

Releated PR/Commit:

How did you verify your code works?

  • Add test

@Electroid Electroid merged commit 476fa4d into oven-sh:main Oct 3, 2023
4 of 12 checks passed
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.

2 participants