Extended Character Filenames with Django and NGINX
January 8, 2012
I had some graphics files that had extended characters in, in this case Vårspretten
. I wanted to upload these files to a web server running Django on gunicorn, through nginx, and then serve them back to users. The server is running debian.
This wasn't working originally, the uploaded file …