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

Fix garbled output when formatting unicode characters #1496

Merged
merged 1 commit into from
Feb 7, 2024

Conversation

plux
Copy link
Contributor

@plux plux commented Feb 7, 2024

Description

Fix garbled output when formatting unicode characters

This happened due to applying unicode:characters_to_binary on a list that contains bytes, not code points.

Fixes #1236, #1494.

@plux plux merged commit 7843781 into main Feb 7, 2024
10 of 12 checks passed
@plux plux deleted the fix-unicode-formatting branch February 7, 2024 23:52
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.

Failed to format a file containing non-ASCII UTF-8 characters
1 participant