bug-gnulib
[Top][All Lists]
Advanced

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

Re: [bug #48055] Regex ranges and locales in gnu-awk regextype


From: Paul Eggert
Subject: Re: [bug #48055] Regex ranges and locales in gnu-awk regextype
Date: Sun, 27 Nov 2016 16:56:21 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0

James Youngman wrote:
Findutils uses the regular expression implementation from gnulib.  So this
problem likely also exists there, or perhaps has already been fixed there.

I can't seem to reproduce the problem on Fedora 24, so perhaps it's been fixed already.

$ ls
a.lower  b.UPPER
$ LC_COLLATE=pl_PL.utf8 find -regextype gnu-awk -regex '.*[a-z]{5}$'
./a.lower
$ LC_COLLATE=pl_PL.utf8 find -regextype gnu-awk -regex '.*[A-Z]{5}$'
./b.UPPER
$ find --version | head -n1
find (GNU findutils) 4.6.0



reply via email to

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