biothings / mychem.info

MyChem.info: A BioThings API for chemical/drug annotations
http://mychem.info
Apache License 2.0
16 stars 14 forks source link

Catch UnicodeDecodeError and retry #138

Closed ravila4 closed 2 years ago

ravila4 commented 2 years ago

In the latest release of UNII, the *Records*.txt file was encoded as 'windows-1252' instead of utf8. Not sure if future releases will be the same, so I'm catching the error and retrying with the new encoding.