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 normalization #7

Open
pwinckles opened this issue Aug 20, 2021 · 0 comments
Open

unicode normalization #7

pwinckles opened this issue Aug 20, 2021 · 0 comments

Comments

@pwinckles
Copy link
Owner

I think rocfl needs to unicode normalize object id and path comparisons by default because it is difficult/impossible to control the normalization from the cli. If there is a collision, warn and attempt to resolve base on the un-normalized form.

It is unclear if writes should also be normalized. File names are typically based on their on disk representation. My inclination is not to change this. The main problem with not normalizing is that it could result in files/objects that only differ by their normal form.

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