So I want to make a method where it checks the string a user has put in and it compares the string to the ones in the list the comparison has to be done with ASCII while also checking if there are special characters that needs to be changed like a é -> e. Now my question is how is the best method to do so?
Just for info purposes i'm quite new to C#(only three weeks in).