From owner-freebsd-current@FreeBSD.ORG Mon Jul 7 20:06:33 2008 Return-Path: Delivered-To: current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 31278106568D; Mon, 7 Jul 2008 20:06:33 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1433F8FC23; Mon, 7 Jul 2008 20:06:29 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <48727747.7070509@FreeBSD.org> Date: Mon, 07 Jul 2008 22:06:31 +0200 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) MIME-Version: 1.0 To: Maxim Sobolev References: <4855EDFE.3010708@FreeBSD.org> <86bq211rqw.fsf@ds4.des.no> <20080617002224.GA16122@nagual.pp.ru> <20080617002808.GB16122@nagual.pp.ru> <20080617004647.GA16546@nagual.pp.ru> <48576610.9080808@FreeBSD.org> <48577510.4020007@aueb.gr> <48577BD2.4070205@bluemedia.pl> <20080617102900.GA46479@nagual.pp.ru> <485798C4.2050605@FreeBSD.org> <20080618055851.GA85018@nagual.pp.ru> <86zlpjduew.fsf@ds4.des.no> <48598C6D.4040102@FreeBSD.org> In-Reply-To: <48598C6D.4040102@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Mailman-Approved-At: Mon, 07 Jul 2008 20:12:28 +0000 Cc: Doug Barton , current@FreeBSD.org, Andrey Chernov , Konrad Jankowski , Diomidis Spinellis , hackers@FreeBSD.org, Gabor Kovesdan , =?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?= , Max Khon , "Sean C. Farley" , K?vesd?n G?bor Subject: Re: CFT: BSD-licensed grep [Fwd: cvs commit: ports/textproc/bsdgrep Makefile distinfo] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jul 2008 20:06:33 -0000 Maxim Sobolev wrote: > Dag-Erling Smørgrav wrote: >> Andrey Chernov writes: >>> "BSD sort" as an idea will be a good project indeed, but "BSD sort" >>> implementation we currently have at hand is totally misleading and >>> should be rewritten from the scratch, I realize it when long time ago >>> I try to localize it for single byte locales. >> >> I think part of the problem is that there aren't enough people who truly >> understand localization. I think I understand most of it, but I'm >> pretty sure I *don't* understand how collation works, or is supposed to >> work. Amongst other things, I don't understand how (or whether) it >> handles cases like "aa" and "å", which are considered the same letter in >> Norwegian. >> >> Perhaps you could create a Localization page on wiki.freebsd.org which >> addresses these issues, or at least points to relevant resources? > > Good regression test suite which would include cases in different single > and multi-byte locates for grep/sort/etc could also be a big help. What regression suites do other implementations have? e.g. the GNU textutils. Kris