I have a compare routine … but I need it to understand that when i search a “e” I also search for “é” or “è”.
Is there an esay way to do that or do I really need to search and replace every accentued caractere before comparing ?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You have to search and replace for every character since they are entirely different and no language will be able to figure out which characters you want to replace with what. Remember, programming languages don’t speak english, they speak 010101 🙂
Depending on the language you want to do this in, you may want to consider googling for a pre-existing library or plugin.