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

View file

@ -28,6 +28,7 @@ serde_json = "1.0"
thiserror = "1"
time = "0.3.9"
tokio = { version = "1.17.0", features = ["full"] }
unicode-normalization = "0.1.19"
[dev-dependencies]
zip = "0.6.2"