From owner-freebsd-questions@freebsd.org Sun Nov 3 01:37:39 2019 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B122817F219 for ; Sun, 3 Nov 2019 01:37:39 +0000 (UTC) (envelope-from rfg@tristatelogic.com) Received: from outgoing.tristatelogic.com (segfault.tristatelogic.com [69.62.255.118]) by mx1.freebsd.org (Postfix) with ESMTP id 475JTH0QqDz4SPj for ; Sun, 3 Nov 2019 01:37:38 +0000 (UTC) (envelope-from rfg@tristatelogic.com) Received: by segfault.tristatelogic.com (Postfix, from userid 1237) id 1FC434E67D; Sat, 2 Nov 2019 18:37:38 -0700 (PDT) From: "Ronald F. Guilmette" To: "John Levine" cc: freebsd-questions@freebsd.org Subject: Re: sort is broken In-Reply-To: <20191102233528.CFE66E4728E@ary.local> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <8846.1572745058.1@segfault.tristatelogic.com> Date: Sat, 02 Nov 2019 18:37:38 -0700 Message-ID: <8847.1572745058@segfault.tristatelogic.com> X-Rspamd-Queue-Id: 475JTH0QqDz4SPj X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of rfg@tristatelogic.com designates 69.62.255.118 as permitted sender) smtp.mailfrom=rfg@tristatelogic.com X-Spamd-Result: default: False [-5.22 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[tristatelogic.com]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:14051, ipnet:69.62.128.0/17, country:US]; IP_SCORE(-2.92)[ip: (-7.67), ipnet: 69.62.128.0/17(-3.84), asn: 14051(-3.05), country: US(-0.05)] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Nov 2019 01:37:39 -0000 In message <20191102233528.CFE66E4728E@ary.local>, you wrote: >In article <7668.1572729288@segfault.tristatelogic.com> you write: >>Not a question, just an expression of grief and deep dismay. >> >>It is a sad day when even very fundamental tools, used in billions >>of scripts, such as /usr/bin/sort turn up broken. >> >>https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241679 > >I tried it on 11.3 and 12.0 and it works fine. > >What's in your environment, particularly what's LC_ALL set to? In my env, LC_ALL is not set at all. I do have these, but not sure if they make any difference: LANG=en_US.UTF-8 XTERM_LOCALE=en_US.UTF-8 LESSCHARSET=utf-8