[bug #52890] `find --name` ignores files with non-printable character in the filename

2018-01-15 Thread Eric Blake
Follow-up Comment #3, bug #52890 (project findutils): You've discovered a fundamental flaw in the specification of the glob() function - it is only required to have well-defined behavior on byte strings that are valid encodings in the current locale. There is no portable way to make glob patterns

Re: [bug #52890] `find --name` ignores files with non-printable character in the filename

2018-01-15 Thread H.-Dirk Schmitt
On Mo, 2018-01-15 at 10:54 -0500, Eric Blake wrote: > Follow-up Comment #3, bug #52890 (project findutils): > > You've discovered a fundamental flaw in the specification of the > glob()function […] > But what you CAN do is specify 'LC_ALL=C find' for any […] So the second main utility I found