You could try using string.encode('utf-8').decode('utf-8')
before passing it to jsonify function
↧
Answer by Graygood for How to solve Unicode problem in flask production e.g. Ieeo?
↧
You could try using string.encode('utf-8').decode('utf-8')
before passing it to jsonify function