Date: Mon, 8 Apr 2002 10:19:03 +0200 From: Cejka Rudolf <cejkar@fit.vutbr.cz> To: "Andrey A. Chernov" <ache@nagual.pp.ru> Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/colldef cs_CZ.ISO8859-2.src Message-ID: <20020408101903.E4194@fit.vutbr.cz> In-Reply-To: <20020407214723.GA70639@nagual.pp.ru>; from ache@nagual.pp.ru on Mon, Apr 08, 2002 at 01:47:26AM %2B0400 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>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <cejkar at fit.vutbr.cz> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020408101903.E4194>