bug-findutils
[Top][All Lists]
Advanced

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

[bug #16520] find is not finding certain strangely named files


From: James Youngman
Subject: [bug #16520] find is not finding certain strangely named files
Date: Wed, 14 Jun 2006 21:11:41 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.3) Gecko/20060326 Firefox/1.5.0.3 (Debian-1.5.dfsg+1.5.0.3-2)

Follow-up Comment #6, bug #16520 (project findutils):

I would guess that the byte sequence in the filename does not correspond with
a valid sequence of bytes in the character encoding systenm you have
configured for your environment (which I am guessing is UTF-8).

If you do "LC_ALL=C find ......." does it then work?   If so, the likely
reason is that fnmatch() is failing to decode the (invalid) byte sequence
according to the character encoding that has been specified.  But this is
just a guess.  Could you make this test and let us know the result?

Thanks.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=16520>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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