i am developing an multilingual application. English and french are supported right now.
There is a form which creates an activity and it also supports search functionality for created Event. For example My Event name is "Event tour". and if i search it the same event is returned.
now my problem is if i change language of my application to french the event "Event Tour" is converted to "Visite de l'événement" . so now if i want to search for "event tour" the event tour is not returned. if i search for "eve" as in "événement" then also event is not returned.
but if i search for valid fields search works fine e.g. search for "Visite de" etc.
How can i do this search. as my keyboard doesnot support " é " character. What should be my strategy to handle such type of scenario. as it can happen for any other language that i will support in future also.