We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Environment: Ubuntu 24.04, uutils main branch (git commit 2430e2a), GNU coreutils v9.6.8-fbfd88-dirty
Steps to reproduce:
numfmt --to=si 2000
What happens now: uutils numfmt uses uppercase K:
numfmt
2.0K
What I expected to happen: GNU numfmt uses lowercase k:
2.0k
Notes: this is causing a test failure in GNU test file tests/misc/numfmt.pl.
tests/misc/numfmt.pl
The text was updated successfully, but these errors were encountered:
Just to make sure: Is it completely decorrelatted from any LC_* and location stuff ?
Sorry, something went wrong.
Yes, the relevant tests in tests/misc/numfmt.pl don't use localization (they turn it off at the top of the file).
Hey i am interested in fixing this. can this be asssigned to me?
@melonSorbet sure, go ahead :)
No branches or pull requests
Environment: Ubuntu 24.04, uutils main branch (git commit 2430e2a), GNU coreutils v9.6.8-fbfd88-dirty
Steps to reproduce:
What happens now: uutils
numfmt
uses uppercase K:What I expected to happen: GNU
numfmt
uses lowercase k:Notes: this is causing a test failure in GNU test file
tests/misc/numfmt.pl
.The text was updated successfully, but these errors were encountered: