From owner-cvs-all Mon Apr 8 1:19:14 2002 Delivered-To: cvs-all@freebsd.org Received: from kazi.dcse.fee.vutbr.cz (kazi.dcse.fee.vutbr.cz [147.229.8.12]) by hub.freebsd.org (Postfix) with ESMTP id 59F8037B417 for ; Mon, 8 Apr 2002 01:19:09 -0700 (PDT) Received: (from cejkar@localhost) by kazi.dcse.fee.vutbr.cz (8.11.6/8.11.6) id g388J3D08007; Mon, 8 Apr 2002 10:19:03 +0200 (CEST) Date: Mon, 8 Apr 2002 10:19:03 +0200 From: Cejka Rudolf To: "Andrey A. Chernov" Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/colldef cs_CZ.ISO8859-2.src Message-ID: <20020408101903.E4194@fit.vutbr.cz> References: <20020407170804.A79700@fit.vutbr.cz> <20020407181849.GA68881@nagual.pp.ru> <20020407205501.A84706@fit.vutbr.cz> <20020407210230.GA70137@nagual.pp.ru> <20020407214723.GA70639@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020407214723.GA70639@nagual.pp.ru>; from ache@nagual.pp.ru on Mon, Apr 08, 2002 at 01:47:26AM +0400 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Andrey A. Chernov wrote (2002/04/08): > Your variant was already ignore case pre-sorted letters table, it can't be Yes, because it is strictly defined in our standard. > default since case ignoring is per-application choice. Now upper and lower No, it is defined by our standard so it has to be default. > sets are separated to make ignore case and not ignore case sorting be > different, i.e. reflect the nature of operation, as supposed to be. No, it is supposed that strcoll() will reflect locale-specific string sorting and not that it will ignore case. If you want, create new interface strcasecoll() or similar, but please do not break existing interface and existing functionality. If you think about sort: Old GNU sort in FreeBSD worked fine, current GNU sort works even better. If NetBSD sort is broken, I really could not understand, why we could not just update GNU sort to have working sort and instead we have to have broken sort and even broken localization in FreeBSD :-( So once again: Please back it out and do not break our localization. -- Rudolf Cejka http://www.fit.vutbr.cz/~cejkar Brno University of Technology, Faculty of Information Technology Bozetechova 2, 612 66 Brno, Czech Republic To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message