bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: uniq command gives wrong and different results


From: Paul Eggert
Subject: Re: uniq command gives wrong and different results
Date: Fri, 13 Oct 2006 11:29:42 -0700
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux)

"Fong Tin Joen, Raimund" <address@hidden> writes:

> LANG=en_US.UTF-8
> ...
> # cat Foo
> ./usr/share/apps/kturtle/examples/fr_FR/carré.logo
> ./usr/share/apps/kturtle/examples/fr_FR/carré.logo
> ./usr/share/apps/kturtle/examples/fr_FR/enroulé.logo
> ./usr/share/doc/man-pages-da-0.1.1/læsmig
> ./usr/share/doc/man-pages-da-0.1.1/læsmig
> ./usr/share/apps/kturtle/examples/fr_FR/enroulé.logo
> # sort Foo | uniq -u
> ./usr/share/apps/kturtle/examples/fr_FR/carré.logo
> ./usr/share/apps/kturtle/examples/fr_FR/carré.logo
> ./usr/share/apps/kturtle/examples/fr_FR/enroulé.logo
> ./usr/share/doc/man-pages-da-0.1.1/læsmig
> ./usr/share/doc/man-pages-da-0.1.1/læsmig
> ./usr/share/apps/kturtle/examples/fr_FR/enroulé.logo

Apparently you have found a bug here.  However, I cannot
reproduce the bug on Debian stable, which also uses
coreutils 5.2.1, so I suspect it's a bug in the Fedora port.
Fedora adds some internationalization code so that would be
an area I'd look at.  But you'll have to take this up with
the Fedora folks.

Also, I cannot reproduce the problem with Coreutils 6.3, so
I think you can work around the problem by building and
installing 6.3.  You can get the source code from
<ftp://ftp.gnu.org/gnu/coreutils/coreutils-6.3.tar.gz>.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]