[Bug 216868] sed extended regex case ignored

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Feb 7 00:16:51 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216868

Ngie Cooper <ngie at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ngie at FreeBSD.org
            Summary|/bin/sed extended regex     |sed extended regex case
                   |case ignored                |ignored

--- Comment #1 from Ngie Cooper <ngie at FreeBSD.org> ---
The repro doesn't work for me on 12.0-CURRENT -- what is your locale set to?

$ echo test | sed -E 's#[A-Z]#x#'
test
$ echo TEST | sed -E 's#[a-z]#x#'
TEST
$ uname -a
FreeBSD fbsd12 12.0-CURRENT FreeBSD 12.0-CURRENT #7 r313183M: Fri Feb  3
19:45:10 PST 2017     ngie at fbsd12:/usr/obj/usr/src/svn/sys/GENERIC-NODEBUG 
amd64

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list