From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 106829 invoked by alias); 8 Aug 2017 11:27:27 -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 106755 invoked by uid 48); 8 Aug 2017 11:27:23 -0000 From: "akhilesh.k at samsung dot com" To: libc-locales@sourceware.org Subject: [Bug localedata/21918] Added New Locale it_SM Date: Tue, 08 Aug 2017 11:28: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: 2.26 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: akhilesh.k at samsung 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: 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: 2017-q3/txt/msg00410.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=3D21918 --- Comment #2 from Akhilesh Kumar --- >> + >> +LC_MONETARY >> +int_curr_symbol "ERO " > >I think that should be "EUR ". > >> +currency_symbol "=E2=82=AC" >> +mon_decimal_point "." >> +mon_thousands_sep "," >> +mon_grouping 3;3 >> +positive_sign "" >> +negative_sign "-" >> +int_frac_digits 2 >> +frac_digits 2 >> +p_cs_precedes 1 >> +p_sep_by_space 1 >> +n_cs_precedes 1 >> +n_sep_by_space 1 >> +p_sign_posn 1 >> +n_sign_posn 1 >> +END LC_MONETARY > >Why are mon_decimal_point and mon_thousands_sep different from what the >it_IT locale has?: Corrected EUR, mon_decimal_point and mon_thousands_sep Please find updated patch=20 https://sourceware.org/ml/libc-alpha/2017-08/msg00259.html >LC_MONETARY >int_curr_symbol "EUR " >currency_symbol "=E2=82=AC" > > --=20 You are receiving this mail because: You are on the CC list for the bug.