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

Unicode encoding on Mac causes problem when creating directories. #14

Open
FlorianPommerening opened this issue Sep 6, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@FlorianPommerening
Copy link
Contributor

The file system on macs requires unicode filenames to be in a certain normal form (see https://apple.stackexchange.com/a/84038).
This means that creating a directory and then comparing its name with the name used to create it, is not necessarily successful.

The solution probably is to normalize names at an early stage.

@remochristen remochristen added the bug Something isn't working label Sep 10, 2024
@remochristen remochristen changed the title Unicode encoding on Mac causes problem when creating directories Unicode encoding on Mac causes problem when creating directories. Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants