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

Resolve issues with UnicodeEncodeError #672

Merged
merged 1 commit into from
Apr 22, 2024

Conversation

ramereth
Copy link
Member

UnicodeEncodeError: 'ascii' codec can't encode character u'\xb0' in position 2: ordinal not in range(128)

This ensures we encode this with utf-8 so we don't run into errors.

Signed-off-by: Lance Albertson [email protected]

UnicodeEncodeError: 'ascii' codec can't encode character u'\xb0' in position 2: ordinal not in range(128)

This ensures we encode this with utf-8 so we don't run into errors.

Signed-off-by: Lance Albertson <[email protected]>
@ramereth ramereth merged commit c064732 into develop Apr 22, 2024
2 checks passed
@ramereth ramereth deleted the ramereth/fix-UnicodeEncodeError branch April 22, 2024 18:03
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