* Dave Chinner:
(The regular expression or glob pattern [a-z] matches B.)
>> This is ultimately caused by a locale data update which was backported
>> into Fedora 28 (glibc 2.27) and its derivatives. Upstream glibc only
>> has this change for version 2.28 (not yet released). It's currently
>> n
On Wed, Jul 18, 2018 at 11:47:49AM +0800, Zorro Lang wrote:
> On Wed, Jul 18, 2018 at 11:15:15AM +0800, Zorro Lang wrote:
> > On Tue, Jul 17, 2018 at 10:15:47PM +0200, Florian Weimer wrote:
> > > * Eryu Guan:
> > >
> > > > This problem here doesn't seem the same as the bug above, Fedora 28 has
> >
On Wed, Jul 18, 2018 at 11:15:15AM +0800, Zorro Lang wrote:
> On Tue, Jul 17, 2018 at 10:15:47PM +0200, Florian Weimer wrote:
> > * Eryu Guan:
> >
> > > This problem here doesn't seem the same as the bug above, Fedora 28 has
> > > glibc-2.27, which contains the fix for above bug, and the bug is ab
On Tue, Jul 17, 2018 at 10:15:47PM +0200, Florian Weimer wrote:
> * Eryu Guan:
>
> > This problem here doesn't seem the same as the bug above, Fedora 28 has
> > glibc-2.27, which contains the fix for above bug, and the bug is about
> > trailing "/". But the problem here is we're asking for all low
* Zorro Lang:
>> > > This is related to this glibc bug:
>> > >
>> > > https://sourceware.org/bugzilla/show_bug.cgi?id=23393
>>
> A stranger thing is:
> egrep [A-Z] match ABCD and bcd, but not match 'a'...
That's the same issue as [0-9] not matching 9.
> I already can't understand the new ru
On Tue, Jul 17, 2018 at 10:15:47PM +0200, Florian Weimer wrote:
> * Eryu Guan:
>
> > This problem here doesn't seem the same as the bug above, Fedora 28 has
> > glibc-2.27, which contains the fix for above bug, and the bug is about
> > trailing "/". But the problem here is we're asking for all low
* Eryu Guan:
> This problem here doesn't seem the same as the bug above, Fedora 28 has
> glibc-2.27, which contains the fix for above bug, and the bug is about
> trailing "/". But the problem here is we're asking for all lower case
> filenames but wildcard returns upper case names too. e.g.
>
> [r