On 17. 07. 24, 11:23, Andrei Borzenkov wrote:
On Thu, Jul 11, 2024 at 10:28 AM Andrei Borzenkov <arvidjaar@gmail.com> wrote:
On Thu, Jul 11, 2024 at 8:51 AM Jiri Slaby <jslaby@suse.cz> wrote:
On 11. 07. 24, 7:41, Felix Miata wrote:
Jiri Slaby composed on 2024-07-11 06:44 (UTC+0200):
Felix Miata wrote:
TW is doing like 15.6, both since recent months. How can I get results like 15.5 again? Does this look like bug report in need?
no, sort sorts correctly from the beginning of the line (those "i", "i+", etc.). Use: sort -f '|' -k 2 instead.
Did you miss the fact that i-space-space is sorting before space-l-space in 15.6? Why is that happening?
OK, do you use the same locale?
No, it is not the locale (at least, not in any obvious way).
I stay corrected. At least en_US.UTF-8 locale collating rules explicitly ignore space and pseudo-graphics.
I believe he is missing locale files for his set locale (as the output shows). And sort uses POSIX in that case. I would set POSIX in a script which requires expected collating on any system anyway ;). -- js suse labs