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

Force files to be opened as UTF-8 #1377

Merged
merged 1 commit into from
Dec 14, 2021

Conversation

danhper
Copy link
Contributor

@danhper danhper commented Dec 14, 2021

What I did

This forces files in a project to be opened as UTF-8.
On Windows, the default seems to be CP-1252 which led to some error while decoding files in some project.
Since UTF-8 is already the default on Linux and macOS, I think it might make more sense to enforce it on Windows too.

@iamdefinitelyahuman iamdefinitelyahuman merged commit 754bda9 into eth-brownie:master Dec 14, 2021
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.

2 participants