From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0959C3858C2F; Tue, 2 Jan 2024 16:14:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0959C3858C2F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1704212065; bh=5FEgac2WFUHRsuA96Q0HasgP8D25V3DRq2681hoV4zE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Hz/1j9VmFwcgry+0r5fjLKPm5w79EffgR8/LARx+aJRTxg0f/Y53xo3vg2XWAK7iO x0qrzmnXF1OoKoscjzS1uiL0EDE9fsP59c4AFhEVLPSdoLs1Psgirgy4dn+XldSzrO m+LJTHCuBj9tLrblTRvA2LKK1xp/VpY0RNiRG5pg= 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:14:24 +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 #4 from Mike FABIAN --- Also=20 grouping 3 and grouping 3;3 behaves the same: mfabian@hathi:/local/mfabian/src/glibc/localedata/locales (master $%) $ grep grouping en_US en_PH en_US:mon_grouping 3;3 en_US:grouping 3;3 en_PH:mon_grouping 3 en_PH:grouping 3 mfabian@hathi:/local/mfabian/src/glibc/localedata/locales (master $%) $ LC_ALL=3Den_US.UTF-8 /usr/bin/printf "%'f\n" 12345678.9 12,345,678.900000 mfabian@hathi:/local/mfabian/src/glibc/localedata/locales (master $%) $ LC_ALL=3Den_PH.UTF-8 /usr/bin/printf "%'f\n" 12345678.9 12,345,678.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.=