Normalize filenames to Unicode Normal Form D before sanitisation
This commit is contained in:
parent
3449ea1076
commit
e95590ef07
3 changed files with 4 additions and 1 deletions
|
@ -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"
|
Loading…
Add table
Add a link
Reference in a new issue