From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 52619 invoked by alias); 21 Oct 2018 09:03:56 -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 52581 invoked by uid 89); 21 Oct 2018 09:03:52 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-3.1 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_2,KAM_LAZY_DOMAIN_SECURITY,KHOP_DYNAMIC,RDNS_DYNAMIC autolearn=ham version=3.3.2 spammy=decimal, H*f:sk:bug-237, Hx-languages-length:1015, H*i:sk:bug-237 X-HELO: rap.rap.dk Date: Sun, 21 Oct 2018 09:03:00 -0000 From: Keld Simonsen To: sergi at koolpi dot com Cc: libc-locales@sourceware.org Subject: Re: [Bug localedata/23791] Wrong monetary format for ca_ES locale Message-ID: <20181021090347.GA11527@rap.rap.dk> References: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) X-SW-Source: 2018-q4/txt/msg00078.txt.bz2 I see. I think this is counter-intuitive. using . for the decimal point, which internationally is the , - and using , for the thousands separator, which internationally as per ISO standards is the . - or a space. This is only intuitive to English-speaking people. But what would you expect from Unicode Inc. best regards keld On Thu, Oct 18, 2018 at 09:01:44PM +0000, sergi at koolpi dot com wrote: > https://sourceware.org/bugzilla/show_bug.cgi?id=23791 > > --- Comment #6 from Sergi Almacellas Abellana --- > On 10/18/18 8:10 PM, keld at keldix dot com wrote:> Looks like the CLDR def is > wrong, using . as decimal point and , as thousands > > operator. > > Or am I wrong in reading CLDR formats? > > . means decimal point in the character and , means thousand separator. See: > > http://cldr.unicode.org/translation/number-patterns > > -- > You are receiving this mail because: > You are on the CC list for the bug.