https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266001

--- Comment #3 from наб <nabijaczlew...@nabijaczleweli.xyz> ---
Furthermore, /just above the segment you quoted/, POSIX.1-2008 says:
    To remove duplicate lines based on whether
    they collate equally instead of whether they are identical,
    applications should use:
        sort -u
    instead of:
        sort | uniq

Which, again, reinforces that uniq checks for the lines being identical, and
isn't influenced by collation.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to