Add code to identify/replace a unicode minus sign with an ascii minus sign. `source_string.replace("\u2212", "-")` This should go in the `ingest_names` and `ingest_source` functions.