From owner-cvs-all Fri Feb 9 19: 7:18 2001 Delivered-To: cvs-all@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id 1008437B69F; Fri, 9 Feb 2001 19:06:55 -0800 (PST) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.3/8.9.3) id WAA84491; Fri, 9 Feb 2001 22:06:43 -0500 (EST) (envelope-from wollman) Date: Fri, 9 Feb 2001 22:06:43 -0500 (EST) From: Garrett Wollman Message-Id: <200102100306.WAA84491@khavrinen.lcs.mit.edu> To: "Andrey A. Chernov" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/monetdef af_ZA.ISO_8859-1.src da_DK.ISO_8859-1.src de_DE.ISO_8859-1.src fi_FI.ISO_8859-1.src fr_FR.ISO_8859-1.src is_IS.ISO_8859-1.src nl_NL.ISO_8859-1.src no_NO.ISO_8859-1.src sv_SE.ISO_8859-1.src In-Reply-To: <20010210020051.A57404@nagual.pp.ru> References: <200102091730.f19HUZP86033@freefall.freebsd.org> <20010209233337.A10751@ark.cris.net> <20010210005753.B55255@nagual.pp.ru> <20010210020051.A57404@nagual.pp.ru> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG < said: > mon_grouping "\3" > What POSIX says about this? POSIX doesn't say anything about it, since `monetdef' is not defined by POSIX. However, the POSIX localedef utility makes it quite clear: The operand is a sequence of integers separated by semicolons. Each integer specifies the number of digits in each group, with the initial integer 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 used for the remainder of the digits. If the last integer is -1, then no further grouping shall be performed. (Austin Group draft 5, page 152, lines 5072-5079) In the definition of the POSIX locale, it says: mon_grouping -1 (ibid., page 154, line 5129) The ``grouping'' command for LC_NUMERIC is defined in the same manner. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message