From owner-cvs-all Fri Feb 9 19:18:27 2001 Delivered-To: cvs-all@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id 0A5EB37B401; Fri, 9 Feb 2001 19:18:03 -0800 (PST) Received: (from ache@localhost) by nagual.pp.ru (8.11.2/8.11.2) id f1A3HpF65322; Sat, 10 Feb 2001 06:17:52 +0300 (MSK) (envelope-from ache) Date: Sat, 10 Feb 2001 06:17:48 +0300 From: "Andrey A. Chernov" To: Garrett Wollman 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 Message-ID: <20010210061747.B65067@nagual.pp.ru> References: <200102091730.f19HUZP86033@freefall.freebsd.org> <20010209233337.A10751@ark.cris.net> <20010210005753.B55255@nagual.pp.ru> <20010210020051.A57404@nagual.pp.ru> <200102100306.WAA84491@khavrinen.lcs.mit.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200102100306.WAA84491@khavrinen.lcs.mit.edu>; from wollman@khavrinen.lcs.mit.edu on Fri, Feb 09, 2001 at 10:06:43PM -0500 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Feb 09, 2001 at 22:06:43 -0500, Garrett Wollman wrote: > < said: > In the definition of the POSIX locale, it says: > > mon_grouping -1 > (ibid., page 154, line 5129) Thanx, I understand that POSIX directly specify -1 when it wants CHAR_MAX :-) There is some sort of conflict or maybe just different levels, i.e. SUSv2 says that CHAR_MAX (127), non-negative, says it especially in: http://www.opengroup.org/onlinepubs/007908799/xsh/localeconv.html must be treated as no-conversion. Do you mean POSIX _locale_definition_ (where -1 can indicate CHAR_MAX since CHAR_MAX is machine-dependent and nobody knows it) or you mean POSIX localeconv() fields? (if later, there is SUSv2 vs. POSIX strong conflict and we need to think about it more). BTW, the main problem remains that localeconv() currently just return locale string for *grouping, without parsing it to byte-fields. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message