I have several German strings (with umlauts like åä, etc.) in NSArray. For example, in an array there is a word like "gënder". The user enters the "gene" in the text box. I can check the words in a string that matches the characters "gen". How can I compare a string by treating umlauts as English strings ...? Therefore, in the above example, when the user enters a "gene", he should return a "gënder".
Is there any solution for this type of comparison?
source share