Date: 3 Nov 2019 00:19:59 -0400 From: "John R. Levine" <johnl@iecc.com> To: "Ronald F. Guilmette" <rfg@tristatelogic.com> Cc: freebsd-questions@freebsd.org Subject: Re: sort is broken Message-ID: <alpine.OSX.2.21.99999.374.1911030017560.64836@ary.local> In-Reply-To: <8847.1572745058@segfault.tristatelogic.com> References: <8847.1572745058@segfault.tristatelogic.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> 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 I think your problem is that the default C locale is ASCII only. Regards, John Levine, johnl@taugh.com, Primary Perpetrator of "The Internet for Dummies", Please consider the environment before reading this e-mail. https://jl.ly
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.OSX.2.21.99999.374.1911030017560.64836>