Normalize filenames to Unicode Normal Form D before sanitisation

This commit is contained in:
xenofem 2022-04-30 15:14:28 -04:00
parent 3449ea1076
commit e95590ef07
3 changed files with 4 additions and 1 deletions

1
Cargo.lock generated
View file

@ -1416,6 +1416,7 @@ dependencies = [
"thiserror",
"time",
"tokio",
"unicode-normalization",
"zip",
]