bug-findutils
[Top][All Lists]
Advanced

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

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


From: James Youngman
Subject: [bug #48055] Regex ranges and locales in gnu-awk regextype
Date: Mon, 28 Nov 2016 22:16:23 +0000 (UTC)
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.98 Safari/537.36

Follow-up Comment #1, bug #48055 (project findutils):

Paul Eggert comments:

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 to this item at:

  <http://savannah.gnu.org/bugs/?48055>

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




reply via email to

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