From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 122084 invoked by alias); 18 Oct 2018 09:46:20 -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 121706 invoked by uid 48); 18 Oct 2018 09:45:58 -0000 From: "sergi at koolpi dot com" To: libc-locales@sourceware.org Subject: [Bug localedata/23791] New: Wrong monetary format for ca_ES locale Date: Thu, 18 Oct 2018 09:46:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: localedata X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: sergi at koolpi dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2018-q4/txt/msg00063.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=3D23791 Bug ID: 23791 Summary: Wrong monetary format for ca_ES locale Product: glibc Version: unspecified Status: UNCONFIRMED Severity: normal Priority: P2 Component: localedata Assignee: unassigned at sourceware dot org Reporter: sergi at koolpi dot com CC: libc-locales at sourceware dot org Target Milestone: --- In Catalan language the monetary numbers are formatted as "1.200,00=E2=82= =AC" [1] but acording to the locale definition they are formated as "=E2=82=AC 1200,00".= See: (nclone) pokoli@archy =C2=BB python=20 Python 3.7.0 (default, Sep 15 2018, 19:13:07)=20 [GCC 8.2.1 20180831] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import locale >>> locale.setlocale(locale.LC_ALL, '') 'ca_AD.UTF-8' >>> locale.currency(1234) '=E2=82=AC 1234,00' I'm using ca_AD but it inherits the definition from ca_ES CLDR[2] has the following definition: #,##0.00 =C2=A4 #,##0.00 =C2=A4;(#,##0.00 =C2=A4) [1] https://www.uoc.edu/portal/ca/servei-linguistic/convencions/escriptura-nume= rals/index.html [2] http://unicode.org/cldr/trac/browser/trunk/common/main/ca.xml#L5548 --=20 You are receiving this mail because: You are on the CC list for the bug.