Avoid Non-Unicode Pessimism
Open
- Dominant language
- Rust
- Stars
- 3
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
`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 `OsStr`s have functionality on par with `str`s, we can easily fix this. See rust-lang/rust#49802 for more details.
Contributor guide
Assessment
This issue has not been assessed yet.