in alphabet FR have for example: é and in alphabet GER have: ö etc.
how can i rid all chars with ALT on keybord?
I can use:
$addr = strtr($addr, "äåö", "aao");
but i dont know all alphabets.
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.
I’m gonna assume you want a PHP answer given your question tags. This seems to cover all of them that I know/heard off
Source: http://www.randomsequence.com/articles/removing-accented-utf-8-characters-with-php/