i have big problem with encoding on uwsgi/emeror/nginx server. My app is developed to batch excel files processing.
I use latest version flask and flask-extensions a
None of the variables LANG, LC_ALL, LC_LANG helped me.
LANG
LC_ALL
LC_LANG
I fixed the bug only adding this to the uwsgi.ini:
env = PYTHONIOENCODING=UTF-8