Skip to content

Comments

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

Merged
sideshowbarker merged 2 commits intomdn:masterfrom
OnkarRuikar:patch-2
Mar 31, 2022
Merged

Streams/simple-writer: fixed block character in the output.#97
sideshowbarker merged 2 commits intomdn:masterfrom
OnkarRuikar:patch-2

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