From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 59640 invoked by alias); 22 Oct 2018 11:54:53 -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 47850 invoked by uid 48); 22 Oct 2018 11:54:48 -0000 From: "jmontane at softcatala dot org" To: libc-locales@sourceware.org Subject: [Bug localedata/23791] Wrong monetary format for ca_ES locale Date: Mon, 22 Oct 2018 11:54:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed 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: jmontane at softcatala dot org 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: security- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: 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/msg00081.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=3D23791 --- Comment #9 from Joan Montan=C3=A9 --- Note: eu_ES, and gl_ES locales may be affected by same issue. But I'm not Basque neither Galician speaker/user. I suggest following fix for ca_ES locale, marked with <<--, I'm sorry, I ca= n't provide a diff file now. LC_MONETARY int_curr_symbol "EUR " currency_symbol "" mon_decimal_point "," mon_thousands_sep "." mon_grouping 3;3 positive_sign "" negative_sign "-" int_frac_digits 2 frac_digits 2 p_cs_precedes 0 <<-- changes from 1 to 0 p_sep_by_space 1 n_cs_precedes 0 <<-- changes from 1 to 0 n_sep_by_space 1 p_sign_posn 1 n_sign_posn 1 END LC_MONETARY LC_NUMERIC decimal_point "," thousands_sep "." grouping 3;3 <<-- changes from 0;0 to 3;3 END LC_NUMERIC --=20 You are receiving this mail because: You are on the CC list for the bug.