https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216868
--- Comment #4 from Aldis Berjoza <[email protected]> --- 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
