From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 131051 invoked by alias); 3 Jan 2020 11:31: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 130975 invoked by uid 48); 3 Jan 2020 11:31:49 -0000 From: "digitalfreak at lingonborough dot com" To: libc-locales@sourceware.org Subject: [Bug localedata/25233] Consider . as the thousands separator for sl_SI (Slovenian) Date: Fri, 03 Jan 2020 11:31: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: digitalfreak at lingonborough dot com X-Bugzilla-Status: NEW 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: cc 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: 2020-q1/txt/msg00002.txt https://sourceware.org/bugzilla/show_bug.cgi?id=3D25233 Rafal Luzynski changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |digitalfreak@lingonborough. | |com --- Comment #1 from Rafal Luzynski = --- This is correct according to CLDR [1] as well. The patch is here: [2] Some remarks: * The old thousands separator is not a regular space (), it's a character, narrow no-break space, which indeed may be displayed as a space = if a constant width font is used. * This patch fixes both LC_MONETARY (monetary formatting, strfmon) and LC_NUMERIC (non-monetary numeric formatting, sprintf and other functions of= the family). * Note that in LC_NUMERIC section of sl_SI grouping is set to "0;0" which m= eans that no thousands grouping will be used, at least by the libraries which respect this setting. [1] https://st.unicode.org/cldr-apps/v#/sl/Symbols/ [2] https://sourceware.org/ml/libc-alpha/2020-01/msg00042.html --=20 You are receiving this mail because: You are on the CC list for the bug.