Improve filename normalization for special characters

This commit is contained in:
2025-11-15 03:44:31 +01:00
parent d8de882cdd
commit f724216fb8
4 changed files with 79 additions and 14 deletions

View File

@@ -22,3 +22,4 @@ rpassword = "7.3"
walkdir = "2.5"
time = { version = "0.3", features = ["formatting", "parsing", "macros"] }
sha2 = "0.10"
unicode-normalization = "0.1"