I have a table with an integer value. In my application there is a text field that user enters his desired number to search. If user enter number in English there is no problem. but if his keyboard is not english and enters a number that exists in table mysql doesn't find it. I can't change application to convert user input to english numbers. Is there a way to solve this problem in mysql(config, table structure,etc.)?
for example I have this record in database:
Order_number = 112, ...
If user search for 112 in english, mysql returns the above row. but if user enters 112 for example in persian(۱۱۲) mysql returns an empty set.