From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0A5E23858C2C; Tue, 2 Jan 2024 16:04:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0A5E23858C2C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1704211495; bh=/mC7kvdyLAbzY6oZlmJqmyYKbfOPXUEe5zatYD7vRis=; h=From:To:Subject:Date:In-Reply-To:References:From; b=aVLfd7OdBpyKfx34sI6+3QV1LioXQlpoaJpgAnSXWUoo3HdDitmSvhAd1uML93dz4 BxErSy9dO703r9B8UGYpNubNWOfFe3UwXCxgLAxCi/lRF0n9ZARGkBFNczjWxpa7ua I7K8hwoAYY4J1a24Va4qfVE9mAwoCecqlGI5RHS8= 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:04:54 +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: 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 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D31205 Mike FABIAN changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |maiku.fabian at gmail dot = com --- Comment #2 from Mike FABIAN --- https://pubs.opengroup.org/onlinepubs/009695399/basedefs/xbd_chap07.html sa= ys: 7.3.4 LC_NUMERIC ... grouping Define the size of each group of digits in formatted non-monetary quantities. The operand is a sequence of integers separated by semicolons. = Each integer specifies the number of digits in each group, with the initial inte= ger defining the size of the group immediately preceding the decimal delimiter,= and the following integers defining the preceding groups. If the last integer is not -1, then the size of the previous group (if any) shall be repeatedly us= ed for the remainder of the digits. If the last integer is -1, then no further grouping shall be performed. --=20 You are receiving this mail because: You are on the CC list for the bug.=