ImperialCollegeLondon / safedata_validator

Python tools to validate and publish datasets using the safedata metadata format.
https://safedata-validator.readthedocs.io/
MIT License
2 stars 4 forks source link

Changed all json outputs to use utf-8 encoding by default #182

Closed jacobcook1995 closed 3 weeks ago

jacobcook1995 commented 3 weeks ago

This is my second attempt to fix the problem utf-8 encoding problem, this time by making sure that all .json outputs explicitly use utf-8 encoding

jacobcook1995 commented 3 weeks ago

merging this in now, but keeping the branch open until David is back off holiday so that he can suggest further changes if need be