From owner-freebsd-standards@FreeBSD.ORG Fri Apr 25 11:00:21 2003 Return-Path: Delivered-To: freebsd-standards@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED45F37B401 for ; Fri, 25 Apr 2003 11:00:21 -0700 (PDT) Received: from relay1.cris.net (relay1.cris.net [212.110.128.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D58643FAF for ; Fri, 25 Apr 2003 11:00:19 -0700 (PDT) (envelope-from phantom@phantom.cris.net) Received: from phantom.cris.net (root@phantom.cris.net [212.110.130.74]) by relay1.cris.net (8.12.6/8.12.6) with ESMTP id h3PK6W8k044417; Fri, 25 Apr 2003 20:06:32 GMT Received: (from phantom@localhost) by phantom.cris.net (8.12.6/8.12.2) id h3PI6n0Q043964; Fri, 25 Apr 2003 21:06:49 +0300 (EEST) (envelope-from phantom) Date: Fri, 25 Apr 2003 21:06:49 +0300 From: Alexey Zelkin To: Harti Brandt Message-ID: <20030425210649.B43798@phantom.cris.net> References: <200304251400.h3PE0TAZ009728@freefall.freebsd.org> <20030425160604.X76877@beagle.fokus.fraunhofer.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20030425160604.X76877@beagle.fokus.fraunhofer.de>; from brandt@fokus.fraunhofer.de on Fri, Apr 25, 2003 at 04:07:53PM +0200 X-Operating-System: FreeBSD 4.7-STABLE i386 cc: freebsd-standards@freebsd.org Subject: Re: standards/51292: [PATCH] add ecvt()/fcvt()/gcvt() functions (SUSv3) X-BeenThere: freebsd-standards@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Standards compliance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2003 18:00:22 -0000 hi, On Fri, Apr 25, 2003 at 04:07:53PM +0200, Harti Brandt wrote: > I suppose localeconv()->decimal_point is the correct way to obtain the > period? That's at what vfprintf() does. Absolutely.