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

Open files as UTF-8 #133

Closed
34j opened this issue Dec 11, 2023 · 0 comments · Fixed by #134
Closed

Open files as UTF-8 #133

34j opened this issue Dec 11, 2023 · 0 comments · Fixed by #134

Comments

@34j
Copy link
Contributor

34j commented Dec 11, 2023

When reading files in Python, it is better to specify the encoding to UTF-8. In my environment, the default is cp392, which results in the following error:

UnicodeDecodeError: 'cp932' codec can't decode byte 0x86 in position 545: illegal multibyte sequence

See also:
pre-commit/pre-commit-hooks#279

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 a pull request may close this issue.

1 participant