From owner-freebsd-arch Thu Nov 29 12: 1:24 2001 Delivered-To: freebsd-arch@freebsd.org Received: from mail.inka.de (quechua.inka.de [212.227.14.2]) by hub.freebsd.org (Postfix) with ESMTP id 38A9C37B405 for ; Thu, 29 Nov 2001 12:01:20 -0800 (PST) Received: from kemoauc.mips.inka.de (uucp@) by mail.inka.de with local-bsmtp id 169XN0-0004rd-00; Thu, 29 Nov 2001 21:01:18 +0100 Received: (from daemon@localhost) by kemoauc.mips.inka.de (8.11.6/8.11.6) id fATIYKW54302 for freebsd-arch@freebsd.org; Thu, 29 Nov 2001 19:34:20 +0100 (CET) (envelope-from daemon) From: naddy@mips.inka.de (Christian Weisgerber) Subject: Re: BSD sort vs GNU sort. Date: Thu, 29 Nov 2001 18:34:20 +0000 (UTC) Message-ID: <9u5v3c$1l0l$1@kemoauc.mips.inka.de> References: <200111271532.fARFWG336259@green.bikeshed.org> <200111281056.fASAu2u03397@grimreaper.grondar.org> <20011128192421.A26522@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Originator: naddy@mips.inka.de (Christian Weisgerber) To: freebsd-arch@freebsd.org Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG David O'Brien wrote: > Native non-English language may need it. So unless you can convence > yourself 4.4BSD will work well in today's environment, I would really > leave things alone. Well, that's easy enough to check. Our GNU sort does this: $ cat foo blaa blab blaä blac blaz bla~ $ LANG=de_DE.ISO8859-1 sort foo blaa blaä blab blac blaz bla~ $ LANG=sv_SE.ISO8859-1 sort foo blaa blab blac blaz blaä bla~ Does the 4.4BSD-derived sort agree? Where can we fetch it, anyway? -- Christian "naddy" Weisgerber naddy@mips.inka.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message