From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2C5E43858401; Tue, 2 Jan 2024 16:04:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2C5E43858401 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=dETGTTIGVnpqxvjC/jcrVgIbFZbaUSGwB9kzY+q1/M/ng88r5d8fl7VUOf4Okk3Tk VsbGp+wksGYobMEIRlHOxpWvLAJ1WAdjeJmT5U8+p8ZRLrJ2B2va3lXlPM41tirout +FkGbd0LdplmQdbvf8BZX5DsGRcA55rHLFHJejBs= 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: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.=