https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216868
Ngie Cooper <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Summary|/bin/sed extended regex |sed extended regex case |case ignored |ignored --- Comment #1 from Ngie Cooper <[email protected]> --- 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@fbsd12:/usr/obj/usr/src/svn/sys/GENERIC-NODEBUG amd64 -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
