COMCIFS / cif_core

The IUCr CIF core dictionary
15 stars 9 forks source link

Make enum case sensitive #355

Closed vaitkus closed 1 year ago

vaitkus commented 1 year ago

Some time ago it was agreed to make all enumeration values case-sensitive (https://github.com/COMCIFS/cif_core/issues/38#issuecomment-315652558). The consensus might have changed after that, but currently the majority of all items with enumeration values adhere to this rule and are case-sensitive (either Text or Word).

This PR updates the definitions of 5 items that currently deviate from this rule to be case-sensitive in order to be consistent.