-
Notifications
You must be signed in to change notification settings - Fork 13
-z on macOS have bugs #8
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
Comments
What happens if you add |
Yes, that works!
Of course, it's playing dirty serving Don't know if its worth spending the time to band-aid these incredible corner cases, but now at least you are aware of a few perfect 90.000 degree corner cases. Perhaps you have to go the route of identifying the Anyways.. thanks for a great utility! It's hard at work over here in Oslo, Norway. //haakon |
It is. It’s also a separate bug that I would prefer filed separately; would you resubmit it please? |
[Created #9 for tracking the edge case with file names consisting solely of "impossible" characters.] |
Thanks. So getting back the original issue, the problem is that it’s not really possible to know when to decode filenames and when not to. 🙁 In Unix, file names are a series of bytes with any value except 0 and ASCII slash – there is no standard encoding and no way or place to specify one. Various conventions exist, and nowadays UTF-8 is pretty much the norm, but there is no real enforcement of this at any level. So ultimately the user has to specify… and things generally work fine even if There’s not much I can do here, unfortunately. 🙁 |
The text was updated successfully, but these errors were encountered: