[Bug 1742011] Re: `find --name` ignores files with non-printable character in the filename

2018-01-14 Thread H.-Dirk Schmitt
** Bug watch added: GNU Savannah Bug Tracker #52890 http://savannah.gnu.org/bugs/?52890 ** Also affects: findutils via http://savannah.gnu.org/bugs/?52890 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Ubuntu Bugs, which is s

[Bug 1742011] Re: `find --name` ignores files with non-printable character in the filename

2018-01-14 Thread H.-Dirk Schmitt
Can reproduce the problem in artfull and bionic. ** Tags added: artful bionic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1742011 Title: `find --name` ignores files with non-printable character i

[Bug 1742011] Re: `find --name` ignores files with non-printable character in the filename

2018-01-13 Thread H.-Dirk Schmitt
Simple test case: touch $(echo -e ERR'\0303'OR ) touch NON_ERROR find . -name "*ERR*" -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1742011 Title: `find --name` ignores files with non-printable cha

[Bug 1742011] Re: `find --name` ignores files with non-printable character in the filename

2018-01-09 Thread H.-Dirk Schmitt
Having a second look I found the mitigation cleaning up the filename with the help of: `tr --delete --complement '[:print:]` So it is obvious that the characters breaking `find … -name` are non- printable characters. ** Summary changed: - find can't find several files with unicode characters if