-
Notifications
You must be signed in to change notification settings - Fork 430
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 dotenv_path with UTF-8 encoding #75
Conversation
It seems like tests are failing, can you look into it. |
Ok, I'll look into it and submit again. Thank you! |
@theskumar I fixed my code. Thank you! |
Is #60 (comment) related with this PR? |
Obviously not appropriate place to discuss this, but why this still hasn't been merged? |
d541b6c
to
fe35be1
Compare
We’re hitting this in pypa/pipenv#1963 as well. Either the file should always be decoded with UTF-8, or there should be an additional argument in |
f628767
to
f9863d3
Compare
This will be superseded by #144 |
This resolves #74.
I think it is better to specify the encoding when opening the .env file.