Support of non-UTF-8 path #666
Replies: 1 comment
-
It's not just the code you mention that "removes" support for non-UTF8 paths - similar patterns are used all throughout the codebase, as non-UTF8 paths are extremely uncommon (and because of this, we likely don't need to support them). I'd argue that Rust doesn't have great compatibility with non-UTF8 paths either. As far as I can tell, On another note, I don't think |
Beta Was this translation helpful? Give feedback.
-
It seems that the code in
file_path_helper.rs
L69 removes support for non-UTF-8 paths in the Space Drive application. I have some questions about this:.expect("Found non-UTF-8 path")
?Beta Was this translation helpful? Give feedback.
All reactions