From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 94817 invoked by alias); 29 Nov 2017 13:18:46 -0000 Mailing-List: contact libc-locales-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-locales-owner@sourceware.org Received: (qmail 94799 invoked by uid 89); 29 Nov 2017 13:18:45 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.1 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,KB_WAM_FROM_NAME_SINGLEWORD,RDNS_DYNAMIC autolearn=no version=3.3.2 spammy=african, African, 28PM, 28pm X-Spam-User: qpsmtpd, 2 recipients X-HELO: rap.rap.dk Date: Wed, 29 Nov 2017 13:18:00 -0000 From: Keld Simonsen To: "cvs-commit at gcc dot gnu.org" Cc: libc-locales@sourceware.org Subject: Re: [Bug localedata/17750] wrong collation order of diacritics in most locales Message-ID: <20171129131842.GB24729@rap.rap.dk> References: <20171129131028.GA24729@rap.rap.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <20171129131028.GA24729@rap.rap.dk> User-Agent: Mutt/1.5.20 (2009-06-14) X-SW-Source: 2017-q4/txt/msg00270.txt.bz2 Probably also for all English language locales, and African language locales, where French influence is big, and the use of accented characters in the african language in question, eg Swahili, is very limited. Best regards keld On Wed, Nov 29, 2017 at 03:10:28PM +0200, Keld Simonsen wrote: > Well all french language locales should be diacrit backward. > fr_FR, fr_BE, fr_CH and others. > > Also other languages, where french words and names are the biggest source > of multiple accented characters should have diacrit backward. > This goes for Danish (my own language), Swedish, Norwegian, Finnish, Dutch. > > Best regards > keld > > On Wed, Nov 29, 2017 at 10:57:48AM +0000, cvs-commit at gcc dot gnu.org wrote: > > https://sourceware.org/bugzilla/show_bug.cgi?id=17750 > > > > > > The only locale which currently needs backward accents sorting is fr_CA. > > Therefore, forward accents sorting should be the default. > > > > Before this patch, backwards accent sorting was the default and all > > locales except fr_CA had to use > > > > define DIACRIT_FORWARD > > > > before > > > > copy "iso14651_t1" > > > > Most locales didn???t do that and thus got the inappropriate backwards > > accents sorting > > by accident. Now only the fr_CA locale needs to use > > > > define DIACRIT_BACKWARD > > > > before > > > > copy "iso14651_t1" > > > > Original patch slightly modified by: Mike FABIAN