1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2025-02-03 17:02:51 +01:00
csv-metadata-quality/csv_metadata_quality
Alan Orth 365ecda324
Add utility function to check normalization
Python's built-in unicodedata library includes the is_normalized()
function starting with Python 3.8. This utility function allows us
to do the same thing with earlier Python versions.

See: https://docs.python.org/3/library/unicodedata.html
2020-01-15 12:17:52 +02:00
..
2020-01-15 11:41:31 +02:00
2020-01-15 11:44:56 +02:00