The utf module contains a class dedicated to converting UTF strings into ASCII strings.
The Utf class provides a dictionary of UTF strings that should be replaced with ASCII equivalent strings.
The Replacements property contains a dictionary mapping UTF strings to the ASCII equivalent strings which they will be replaced with.
Replace all of the UTF strings in the Replacements property with their ASCII equivalent strings.