pr-omethe-us / PyKED

Python interface to the ChemKED database format
https://pr-omethe-us.github.io/PyKED/
BSD 3-Clause "New" or "Revised" License
15 stars 15 forks source link

Unicode issues with author name comparison #37

Closed kyleniemeyer closed 7 years ago

kyleniemeyer commented 7 years ago

PyKED gives a validation error when validating a ChemKED file with accented author names. For example, using the ChemKED file https://gist.github.com/kyleniemeyer/4306c26ff7363d0e30c917f7e9203169, I get:

Expected behavior

Validation passes.

Actual behavior, including any error messages

ValueError: {'reference': ['Missing author: Frédérique Battin-Leclerc', 'Extra author(s) given: Frédérique Battin-Leclerc']}

PyKED/ChemKED version, Python version, OS version

0.0.1