You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When filenames are run trough sanitize_filename "öäå" (and likely other special characters) are replaced with "%C3%A4" (ä) or similar even though they are allowed in filenames.
Fault of library pathvalidate > sanitize_filename
The text was updated successfully, but these errors were encountered:
When filenames are run trough
sanitize_filename
"öäå" (and likely other special characters) are replaced with "%C3%A4" (ä) or similar even though they are allowed in filenames.Fault of library pathvalidate > sanitize_filename
The text was updated successfully, but these errors were encountered: