I want to implement a search function to my program, using the stream reader, I am reading in a text document with accented letters, but I need it to ignore the accented letters and upper/lower case, I know I can convert to upper or lower but my problem is the accented letters e.g "Clémentine" = "clementine".
is there any quick way to ignore such characters?