Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Sun, 14 Jun 2015 16:37:46 +0200
From: Szabolcs Nagy <nsz@...t70.net>
To: musl@...ts.openwall.com
Cc: Rich Felker <dalias@...c.org>
Subject: Re: Tests needed for byte-based C locale

* Christian Neukirchen <chneukirchen@...il.com> [2015-06-14 16:21:56 +0200]:
> printf 'foo\x80bar\n' | busybox grep f.*b
> <nothing>
> printf 'foo\x80bar\n' | LANG=C LC_ALL=C busybox grep f.*b
> foo???bar
> printf 'foo\x80bar\n' | LANG=C LC_ALL=C busybox grep f.b
> <nothing again, why?>
> 

foo\x80bar does not match f.b
it should match foo.b

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.