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

Convert unicode bytes to utf-8 strings #582

Merged
merged 2 commits into from
Aug 23, 2024

Conversation

matclab
Copy link

@matclab matclab commented Jan 27, 2021

close #581

@dbarnett
Copy link
Collaborator

Thanks! I tidied it up a bit to use unicode codepoint literals instead of byte strings w/ .decode('utf8'). Should be completely equivalent but LMK any concerns.

Merging...

@dbarnett dbarnett merged commit 14710ab into insanum:master Aug 23, 2024
1 check 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.

--lineart unicode gives : TypeError: can only concatenate str (not "bytes") to str
2 participants