ImperialCollegeLondon / django-drf-filepond

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

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

Closed jcohen02 closed 6 months ago

jcohen02 commented 6 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.