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

Changed to specify character encoding (UTF-8) when opening README #22

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tomoyuki-kojima
Copy link

In some Windows environments, a character encoding other than UTF-8 is selected by default when opening files in Python, which may cause a UnicodeDecodeError during package installation.

To resolve this issue, a change has been made to explicitly specify UTF-8 when opening README.md.

Reference
Changing the “locale preferred encoding” in Python 3 in Windows

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