From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 568973858C2C; Tue, 2 Jan 2024 16:11:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 568973858C2C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1704211895; bh=pSJ0VBFKBiCZ4LBa64OKT12qaWOD2YKFdbhRkzX2zCw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=EfzZyoD+CqIGK3ri8xfk/j+/KfRdmTHku0zy9VJi4o8jbpJgvTl9CAC3LL1dxi1T3 C7XuJX5xeieNvPy4lHWjBZ+Z9yoSQnZRqJPUZbyQTTj7UDMijy4glcGXRsEgwvM8Vi mB77cCXXcymXwwhr90pnJlMvdB8OlZbyC+nC7qAI= From: "maiku.fabian at gmail dot com" To: libc-locales@sourceware.org Subject: [Bug localedata/31205] Inconsistent (mon_)grouping formats Date: Tue, 02 Jan 2024 16:11:34 +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: maiku.fabian at gmail 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 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D31205 --- Comment #3 from Mike FABIAN --- So in the el_GR locale, one could use grouping -1 instead of=20 grouping 0:0 But it does not seem to matter, both do the same: mfabian@hathi:/local/mfabian/src/glibc/localedata/locales (master $%) $ grep -E "grouping.*(0;0|-1)" * C:mon_grouping -1 C:grouping -1 POSIX:mon_grouping -1 POSIX:grouping -1 aa_DJ:grouping 0;0 ar_SA:mon_grouping -1 ar_SA:grouping -1 bs_BA:grouping 0;0 el_CY:grouping 0;0 el_GR:grouping 0;0 eo:grouping 0;0 es_CU:grouping 0;0 gl_ES:grouping 0;0 i18n:mon_grouping -1 i18n:grouping -1 mg_MG:grouping 0;0 pap_AW:grouping 0;0 pap_CW:grouping 0;0 pt_PT:grouping 0;0 rw_RW:grouping -1 sl_SI:grouping 0;0 sr_RS:grouping 0;0 ti_ER:grouping 0;0 wo_SN:grouping 0;0 mfabian@hathi:/local/mfabian/src/glibc/localedata/locales (master $%) $ LC_ALL=3Drw_RW.UTF-8 /usr/bin/printf "%'f\n" 12345678.9 12345678,900000 mfabian@hathi:/local/mfabian/src/glibc/localedata/locales (master $%) $ LC_ALL=3Del_GR.UTF-8 /usr/bin/printf "%'f\n" 12345678.9 12345678,900000 mfabian@hathi:/local/mfabian/src/glibc/localedata/locales (master $%) $ --=20 You are receiving this mail because: You are on the CC list for the bug.=