23andMe / Yamale

A schema and validator for YAML.
MIT License
666 stars 88 forks source link

Use utf-8 as default yaml file encoding #207

Closed qmor closed 1 year ago

qmor commented 1 year ago

I'm using windows with cp1251 as default encoding and if i trying to read file with non ascii characters pyyaml crashes, but solution is very simple

mildebrandt commented 1 year ago

Hi! Please take a look at this discussion and see if any of the solutions presented in there will help you: https://github.com/23andMe/Yamale/issues/189#issuecomment-1031085241

qmor commented 1 year ago

Hi! Please take a look at this discussion and see if any of the solutions presented in there will help you: #189 (comment)

Thanks - looks acceptable to me