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

Avoid Non-Unicode Pessimism #3

Open
casey opened this issue Sep 4, 2019 · 0 comments
Open

Avoid Non-Unicode Pessimism #3

casey opened this issue Sep 4, 2019 · 0 comments

Comments

@casey
Copy link
Owner

casey commented Sep 4, 2019

bak currently considers all non-utf8 sequences to be equal. In super esoteric fringe cases, this leads bak to pick a higher number for backups than necessary. Once OsStrs have functionality on par with strs, we can easily fix this. See rust-lang/rust#49802 for more details.

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