Yes, I also found out that there exists other characters in the input.
My program handles all invalid input characters as if they are 'a' (of course not intentionally, only because it assumes that only valid characters occur).
Is that still true as of now? I guess we have to first change any non a-zA-Z to 'a' huh?

