-
Notifications
You must be signed in to change notification settings - Fork 11
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
sort/rling sorting disagreement #30
Comments
@PenguinKeeper7 's example shows that he's setting LC_ALL=C for his run of sort. |
@hops could I impose upon you to look at this one briefly, as time allows? I'm not clear about what the root cause is. |
This indeed appears to be an issue, I've seen it on Linux with special characters. Here is an example just with the 2nd line containing a tab.
|
Not a full fix per-se, but this fixes the tab character, lmk if other characters are issues as well and we can look at fixing those too. |
This is a better fix. but the real issue is also that the sort function isn't correctly sorting.
|
I pushed a new fix a while ago but forgot to clarify that this PR should resolve this issue entirely |
Above PR does help some situations but doesn't fix it entirely, so the issue is still very open
|
It seems sort and rling disagree on how to deal with empty lines, any ideas? (Tested on Windows, sort used through git bash & wsl)
Test file:
https://anonfiles.com/ZfEcEfR5uf/testFile_txt
The text was updated successfully, but these errors were encountered: