This class can change file name to use only ASCII characters.
It can take a given string of a file and replaces non-ASCII characters by other ASCII characters that are more similar to the original characters.
The class can also rename a existing file named with the given input string and rename it to a new file name that has only the ASCII characters after that file name string has been sanitized.