Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Non-latin symbols in folder names does not supported #49

Open
Aceler opened this issue Apr 13, 2021 · 0 comments
Open

Non-latin symbols in folder names does not supported #49

Aceler opened this issue Apr 13, 2021 · 0 comments

Comments

@Aceler
Copy link

Aceler commented Apr 13, 2021

Line 280, expression sed 's/[^ a-zA-Z0-9]//g works only for latin letters. So, the folders named with non-latin letters, become empty.

Maybe should use sed 's/[^ [[:alnum:]]]//g' instead?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant