Date: Thu, 09 Feb 2017 19:41:24 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 216868] sed extended regex case ignored Message-ID: <bug-216868-8-2fwsViuKrn@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-216868-8@https.bugs.freebsd.org/bugzilla/> References: <bug-216868-8@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D216868 --- Comment #4 from Aldis Berjoza <aldis@berjoza.lv> --- OK if I unset LANG the result is correct. $ export LANG=3D $ 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. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-216868-8-2fwsViuKrn>