Does any one know how to use a regular expression in mysql in order to ignore language accents such as á-é-í-ó-ú-ê-ç and so on in a search engine.
For example, if someone searches for "atomo", it should return the all the occurences of "atomo" and "átomo" as well.
Thanks.