Skip to content

Set LANG to C.UTF-8

Nicolas Évrard requested to merge topic/default/use-C.UTF-8 into branch/default

uwsgi overrides the stdout and stderr with its own implementation which do not use the backslashreplace value for the error argument of open(). Setting LANG to C.UTF-8 workarounds this issue until it's fixed upstream.

Merge request reports