[Bug 216868] sed extended regex case ignored

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Feb 9 19:41:24 UTC 2017


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

--- Comment #4 from Aldis Berjoza <aldis at berjoza.lv> ---
OK if I unset LANG the result is correct.

$ export LANG=
$ echo test | sed -E 's#[A-Z]#x#'
test

If I set LC_ALL I get the same result as when LANG is set.
I tried different locales:
en_GB.UTF-8
en_US.UTF-8
lv_LV.UTF-8
en_GB.ISO8859-15

I get same invalid result.

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


More information about the freebsd-bugs mailing list