On Mon, 24 Jul 2006, Jiri Palecek wrote:

> Package: diff
> Version: 2.8.1-11
> Severity: normal
> 
> Hello,
> 
> the diff program gives bogus results when comparing directories
> and locale is set to my usual locale (cs_CZ.iso8859-2). Particularly,
> it treats every file containing a period (.) and dash (-) only present
> in both directories being compared. If I do diff -Naur, it will
> delete each such file and then recreate it. See the attached
> output for details ("Pouze v" means "only in").

Hi.

Sorry for the delay in replying to this.

I can't reproduce it. This is what I did:

echo cs_CZ ISO-8859-2 >> /etc/locale.gen
locale-gen
export LANG=cs_CZ
mkdir d1 d2
touch d1/a.b d2/a.b
diff d1 d2

and the output is nothing.


Do you still reproduce it after upgrading to the etch or sid
distributions of today?


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to