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

Streams/simple-writer: fixed block character in the output. #97

Merged
merged 2 commits into from
Mar 31, 2022

Conversation

OnkarRuikar
Copy link
Contributor

@OnkarRuikar OnkarRuikar commented Mar 27, 2022

There are unwanted block characters in the output:
screenshot

With utf-16 encoding for the decoder, it fixes the issue:

const decoder = new TextDecoder("utf-16");

After:
fixed

@sideshowbarker
Copy link
Member

See my comment at mdn/content#14371 (comment)

@sideshowbarker sideshowbarker merged commit 98d68e1 into mdn:master Mar 31, 2022
@OnkarRuikar OnkarRuikar deleted the patch-2 branch March 31, 2022 01:44
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