From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BF88F3858D32; Tue, 2 Jan 2024 16:14:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BF88F3858D32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1704212064; bh=5FEgac2WFUHRsuA96Q0HasgP8D25V3DRq2681hoV4zE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=qtNOOp6PKeg2Hhr2Z0t0y0DOgGxuB4IozfjarufaBEeMimwx5F/1DI8bOFWFql+44 a/LgTxmEzu33tzUsEaJUu3MYDvB+knDYtIVp+WMDal2QM7L9yroFqBD2H7hGH5BsZX iFQs6NSOr3sOOHjw4mOP1FE0KjkQ1P15XEP9sAgA= From: "maiku.fabian at gmail dot com" To: glibc-bugs@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.=