Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uploading image with non-ASCI characters fail #267

Closed
rolandgeider opened this issue Feb 6, 2016 · 1 comment
Closed

Uploading image with non-ASCI characters fail #267

rolandgeider opened this issue Feb 6, 2016 · 1 comment
Milestone

Comments

@rolandgeider
Copy link
Member

From user feedback: uploading an exercise image with non-ASCII names (e.g. liegestütz.jpg) causes an error. It is 2016 and this is just embarrassing.

@rolandgeider rolandgeider added this to the 1.7 milestone Feb 6, 2016
rolandgeider added a commit that referenced this issue Feb 8, 2016
The apache enviromental variable for the language needs to be explicitly set to
UTF8, otherwise it is not possible to upload files with non-ASCII names in them,
even if using python 3.

https://docs.djangoproject.com/en/dev/howto/deployment/wsgi/modwsgi/

Fixes #267
@rolandgeider
Copy link
Member Author

This was actually not a problem in the application, but in the default apache configuration, see the docs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant