We allow the user to enter any language in the text field and that the value I am stored in the database, and we return the same language to the user when the user views the browser.
when I passed the value "Sant Juliã De Lã²ria" in the database, and when I get from the database, then display it as "Sant Juli De L ria"
How can we display a user with the same value as user input in text fields
source
share