This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug locale/23447] New: echo w | grep '[a-z] not working in swedish locale


https://sourceware.org/bugzilla/show_bug.cgi?id=23447

            Bug ID: 23447
           Summary: echo w | grep '[a-z] not working in swedish locale
           Product: glibc
           Version: 2.27
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: locale
          Assignee: unassigned at sourceware dot org
          Reporter: jakob_sellgren at yahoo dot se
  Target Milestone: ---

~/Git/glibc/build:1620> cat /etc/fedora-release 
Fedora release 28 (Twenty Eight)
~/Git/glibc/build:1621> rpm -q glibc
glibc-2.27-19.fc28.x86_64
~/Git/glibc/build:1622> echo w |  grep '[a-z]'
~/Git/glibc/build:1623> git status
HEAD frånkopplad vid glibc-2.27
Ändringar att checka in:
  (använd "git reset HEAD <fil>..." för att ta bort från kö)

        ändrad:        ../localedata/locales/sv_SE

Ospårade filer:
  (använd "git add <fil>..." för att ta med i det som skall checkas in)

        ./
        ../config.log

~/Git/glibc/build:1624> echo w | LD_LIBRARY_PATH=~/Git/glibc/build/ grep
'[a-z]'
w
~/Git/glibc/build:1625> 



The update of sv_SE was made with the following command:
git checkout cae87e64dca14f50da7bbd99085c7f5e413ad0f8 localedata/locales/sv_SE

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]