GNU bug report logs - #12249
ls unable to list files with latin letters

Previous Next

Package: coreutils;

Reported by: gymka <gymka <at> archlinux.lt>

Date: Tue, 21 Aug 2012 15:37:02 UTC

Severity: normal

Tags: notabug, unreproducible

Done: Bob Proulx <bob <at> proulx.com>

Bug is archived. No further changes may be made.

Full log


Message #15 received at 12249 <at> debbugs.gnu.org (full text, mbox):

From: Pádraig Brady <P <at> draigBrady.com>
To: gymka <gymka <at> archlinux.lt>
Cc: 12249 <at> debbugs.gnu.org
Subject: Re: bug#12249: not latin letters
Date: Tue, 21 Aug 2012 18:05:32 +0100
On 08/21/2012 01:37 PM, gymka wrote:
> command "ls" not sees folders with not latin letters(in my case with
> Lithuanian). eg. there is folder "folderą" command "ls -d" don't sees
> it, command "ls" sees it.

I'm guessing there is not a bug in ls, and instead
a mismatch between input and output char encodings?

Does this output as expected?

ls -d folder*

This is a good way to debug what characters really are:

$ ls -1d folder* | od -Ax -tx1z -v
000000 66 6f 6c 64 65 72 c4 85 0a                       >folder...<

cheers,
Pádraig.




This bug report was last modified 12 years and 358 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.