ImperialCollegeLondon / django-drf-filepond

A Django app providing a server implemention for the Filepond file upload library
BSD 3-Clause "New" or "Revised" License
105 stars 40 forks source link

Add support for filenames that use non-ASCII characters [rebase merge] #112

Closed jcohen02 closed 11 months ago

jcohen02 commented 11 months ago

This PR addresses issues with handling filenames that include non-ASCII characters. It resolves the issue originally reported by @roman-tiukh - thanks for opening the original PR for this.

This PR supersedes #108.