mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2025-02-03 08:52:51 +01:00
Alan Orth
365ecda324
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