I am in the process of writing a program that needs to read an input file and then tally the number of times each letter is used. My issue is the input file as single quotes in it. So when I run my program it bombs out at the single quote with an Assertion Error. How do I get the program to ignore the single quote?