Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Jul 2016 11:19:06 +0200
From:      =?UTF-8?B?Sm9zw6kgR2FyY8OtYSBKdWFuaW5v?= <jjuanino@gmail.com>
To:        "Matthew D. Fuller" <fullermd@over-yonder.net>
Cc:        krad <kraduk@gmail.com>, freebsd-stable <freebsd-stable@freebsd.org>
Subject:   Re: sed command does not behave equal from 10.3 to 11.0
Message-ID:  <CAAVO5%2B%2B=eyOWPM3COo3TPsFAgjL7TZgKH_S8C%2BfBjUYSNXB%2BKg@mail.gmail.com>
In-Reply-To: <20160727090158.GD31921@over-yonder.net>
References:  <CAAVO5%2BLjAsN%2Bj%2B9sa%2B6pGVjDBqqe=MR9spKrsEuHWApfm5kRNA@mail.gmail.com> <CALfReycb85fJ0jmLKj_JS1wQEdy6hBM-p_9P3WjEoWphE-adPA@mail.gmail.com> <20160727090158.GD31921@over-yonder.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On 27 July 2016 at 11:01, Matthew D. Fuller <fullermd@over-yonder.net> wrote:
> On Wed, Jul 27, 2016 at 09:45:23AM +0100 I heard the voice of
> krad, and lo! it spake thus:
>> are you sure you aren't hitting a port or something?
>
> Locale dependant.
>
> % echo "abc_ABC.def" | env LANG=C sed -e 's/[^A-Z0-9]//g'
> ABC
>
> % echo "abc_ABC.def" | env LANG=en_US.UTF-8 sed -e 's/[^A-Z0-9]//g'
> bcABCdef
>
> (pre-branch -CURRENT)
>

The issue is that, under the same locale, the output is not the same
in 10.3 as 11.0. It sounds to me a bug ...



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAAVO5%2B%2B=eyOWPM3COo3TPsFAgjL7TZgKH_S8C%2BfBjUYSNXB%2BKg>