-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
bat panics on invalid-utf8 filename #225
Comments
So, in principle, Yes, unix filenames can be non-utf8. But also, I'm happy to fight anyone who actually uses an abomination like this. |
Hello, I'm sorry but that the first tool i've ever seen that cannot open file because the encoding isn't not valid. That limitation is not POSIX https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_170 |
@sharkdp Hello and please accept my apology, i was merely reacting to your "I'm happy to fight anyone who actually uses an abomination like this". Thank you very much. |
@bdejean Absolutely. Hadn't read my own comment above and don't remember why I wrote that. Must have been frustrated by trying to implement this earlier 😄. Thanks! |
This has been fixed in bat 0.13. |
The text was updated successfully, but these errors were encountered: