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

qmk_gui: Fix crash on flashing on Chinese language system #26

Merged
merged 1 commit into from
Oct 30, 2023

Conversation

JohnAZoidberg
Copy link
Member

Would crash in to_str with
'utf-8' code can't decode byte ...

That's because "VolumeName" the volume name would include Chinese characters. They should be decodeable by utf8, so not sure why it happens.
But we don't actually use this in the output.

Also note that the columns aren't orderd the way we ask them, but alphabetically.

Would crash in to_str with
'utf-8' code can't decode byte ...

That's because "VolumeName" the volume name would include Chinese
characters. They should be decodeable by utf8, so not sure why it
happens.
But we don't actually use this in the output.

Also note that the columns aren't orderd the way we ask them, but
alphabetically.

Signed-off-by: Daniel Schaefer <[email protected]>
@JohnAZoidberg JohnAZoidberg merged commit 5c62a33 into main Oct 30, 2023
4 checks passed
@JohnAZoidberg JohnAZoidberg deleted the fix-decode-bug branch October 30, 2023 00:50
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.

1 participant