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 readme encoding #14

Closed

Conversation

temporaer
Copy link

@temporaer temporaer commented Jan 12, 2023

Reading the README.md fails depending on the encoding of the shell. Eg, on a windows machine using gbk encoding, during pip install, you will see

UnicodeEncodeError: 'gbk' codec can't encode character

This PR forces the encoding to be utf-8.

Reading the README.md fails depending on the encoding of the shell.
Eg, on a windows machine using gbk encoding, you will see

```
UnicodeEncodeError: 'gbk' codec can't encode character
```

This PR forces the encoding to be utf-8.
@temporaer
Copy link
Author

sorry i just realized that this is somewhat of a duplicate of #12 -- would appreciate it if you could merge either of the two @dustinkirkland .

@temporaer
Copy link
Author

closing in favor of pre-existing #12

@temporaer temporaer closed this Jan 13, 2023
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