From ae6638204609d5c4876a76baca6b8ef5a2c88ebe Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Mon, 29 Jul 2019 16:34:39 +0300 Subject: [PATCH] README.md: Add note about unnecessary Unicode fixes --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3caefca..45cc9cc 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ Requires Python 3.6 or greater. CSV and Excel support comes from the [Pandas](ht - Validate dates, ISSNs, ISBNs, and multi-value separators ("||") ✓ - Fix leading, trailing, and excessive whitespace ✓ - Fix invalid multi-value separators ("|") using `--unsafe-fixes` ✓ +- Remove unnecessary Unicode like [non-breaking spaces](https://en.wikipedia.org/wiki/Non-breaking_space), [replacement characters](https://en.wikipedia.org/wiki/Specials_(Unicode_block)#Replacement_character), etc ✓ ## Installation The easiest way to install CSV Metadata Quality is with [pipenv](https://github.com/pypa/pipenv):