I am having a string which has following type of characters in encoded format: S\u00e3o Paulo
I want to convert it in normal form like São Paulo in python and then save it to database, so using which method of python i can convert it to normal form.
Do anyone know which method in python can be used for converting it to its normal form?