From owner-freebsd-questions@freebsd.org Sun Nov 3 22:25:01 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 661B71A9AE2 for ; Sun, 3 Nov 2019 22:25:01 +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 475r8X4B4fz4rhW for ; Sun, 3 Nov 2019 22:25:00 +0000 (UTC) (envelope-from rfg@tristatelogic.com) Received: by segfault.tristatelogic.com (Postfix, from userid 1237) id 909104E67D; Sun, 3 Nov 2019 14:24:59 -0800 (PST) From: "Ronald F. Guilmette" To: freebsd-questions@freebsd.org Subject: Re: sort is broken In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <12803.1572819899.1@segfault.tristatelogic.com> Date: Sun, 03 Nov 2019 14:24:59 -0800 Message-ID: <12804.1572819899@segfault.tristatelogic.com> X-Rspamd-Queue-Id: 475r8X4B4fz4rhW 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.25 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+mx:c]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; DMARC_NA(0.00)[tristatelogic.com]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; 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.95)[ip: (-7.75), ipnet: 69.62.128.0/17(-3.87), asn: 14051(-3.08), 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 22:25:01 -0000 In message , "John R. Levine" wrote: >> 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 > >Try this and see if it's happier: > >export LC_ALL=en_US.UTF-8 Thanks John, but that change had no effect. Regards, rfg