Date: Tue, 18 Feb 2025 11:32:07 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 284864] sort does case-independent sort even without -f or --ignore-case Message-ID: <bug-284864-227-koY0m5AK2D@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-284864-227@https.bugs.freebsd.org/bugzilla/> References: <bug-284864-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D284864 --- Comment #3 from Andriy Gapon <avg@FreeBSD.org> --- Also, seems to depend on local settings. Considering this input: aaaa AAAA aaaa With LC_ALL=3DC.UTF-8 I get: AAAA aaaa aaaa With LC_ALL=3Den_US.UTF-8 I get: aaaa aaaa AAAA --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-284864-227-koY0m5AK2D>