-
Notifications
You must be signed in to change notification settings - Fork 63
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
getopts only works with UTF-8 strings, cannot process non-UTF-8 filenames #97
Comments
Same issue in a similar project that was just brought to my attention: google/argh#33 FWIW @samuela, that looks like it's gaining a bit of traction. |
If it's possible to fix this up without breakage then we'd happily accept a patch to support non-UTF8 args. Otherwise I think we'll probably have to accept the UTF8 requirement as a limitation of |
It might be possible but the field I can provide a patch but want to know if this direction might be potentially accepted before working on it. |
It's crusty and old, and was causing problems preventing non-Unicode paths from being used as destinations. See rust-lang/getopts#97 Closes #1.
See samuela/rustybox#32 (comment). This has been a factor in https://github.com/uutils/coreutils migrating from getopts to clap.
The text was updated successfully, but these errors were encountered: