Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 05 Dec 2017 17:11:17 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 219900] tr class and unicode collation
Message-ID:  <bug-219900-8-ZOe3G6c2mL@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-219900-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-219900-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=3D219900

Lars Engels <lme@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lme@FreeBSD.org

--- Comment #1 from Lars Engels <lme@FreeBSD.org> ---
A similar issue with grep and awk:

> grep '^[A-Z]' foo
foo
Bar
BAZ


Same for egrep, grep -E and awk, using sed(1) works as expected.

> grep -V
grep (GNU grep) 2.5.1-FreeBSD

> locale
LANG=3Den_US.UTF-8
LC_CTYPE=3D"en_US.UTF-8"
LC_COLLATE=3D"en_US.UTF-8"
LC_TIME=3D"en_US.UTF-8"
LC_NUMERIC=3D"en_US.UTF-8"
LC_MONETARY=3D"en_US.UTF-8"
LC_MESSAGES=3D"en_US.UTF-8"
LC_ALL=3Den_US.UTF-8


With LANG=3DC all three tools work as expected.

--=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-219900-8-ZOe3G6c2mL>