I'm developing a telegram bot with python.
I ask users to input their phone numbers
. The problem is, if they enter Persian numbers
(like ۰۶۰۷۵۰
), their data doesn't set in my database, and after updating database its field is empty!
But if they enter English digits, it saves in database?!
- python 3.7
- database: MySQL
- OS: win 10