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

utf-8 vs windows 1252 #71

Closed
CJ-Wright opened this issue Jan 5, 2018 · 3 comments
Closed

utf-8 vs windows 1252 #71

CJ-Wright opened this issue Jan 5, 2018 · 3 comments
Assignees

Comments

@CJ-Wright
Copy link
Member

It seems that on windows YAML tries to load the yaml files with cp1252 encoding, which causes breakage

@scopatz
Copy link
Collaborator

scopatz commented Jan 5, 2018

Yeah that is the default encoding on Windows. We can manually read in in a specific encoding (I think).

@CJ-Wright
Copy link
Member Author

I think we can do with open(encoding='utf8')

@scopatz
Copy link
Collaborator

scopatz commented Jan 5, 2018

Yeppers

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

No branches or pull requests

2 participants