Open SergioMendolia opened 4 years ago
Hmm indeed, I’ll look into this as well. In the meantime you can set the accented file to have a weight of zero to ignore it and continue
Sorry it's been a long time, I'm trying to investigate this. Did the following
❯ mkdir accent_test
❯ cd accent_test
❯ git init
Initialized empty Git repository in /Users/onigoetz/Sites/Libs/accent_test/.git/
❯ echo "My GitHub Page" > accentué.txt
❯ git add *
❯ git commit -m "first commit"
[master (root-commit) 458db71] first commit
1 file changed, 1 insertion(+)
create mode 100644 accentué.txt
And was able to run absorption
on it as expected.
Can you please try with version 0.6.0 if you still have the same issue ?
I know... nobody ever uses accents on filenames, but on static websites with user-generated content, this happens.