From owner-freebsd-bugs@FreeBSD.ORG Thu Sep 23 22:22:07 2004 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFED216A4CE; Thu, 23 Sep 2004 22:22:07 +0000 (GMT) Received: from VARK.MIT.EDU (VARK.MIT.EDU [18.95.3.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 833B643D1D; Thu, 23 Sep 2004 22:22:07 +0000 (GMT) (envelope-from das@FreeBSD.ORG) Received: from VARK.MIT.EDU (localhost [127.0.0.1]) by VARK.MIT.EDU (8.13.1/8.12.10) with ESMTP id i8NMLxuZ026225; Thu, 23 Sep 2004 18:22:00 -0400 (EDT) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by VARK.MIT.EDU (8.13.1/8.12.10/Submit) id i8NMLxqC026224; Thu, 23 Sep 2004 18:21:59 -0400 (EDT) (envelope-from das@FreeBSD.ORG) Date: Thu, 23 Sep 2004 18:21:59 -0400 From: David Schultz To: Giorgos Keramidas Message-ID: <20040923222159.GB26085@VARK.MIT.EDU> Mail-Followup-To: Giorgos Keramidas , freebsd-bugs@FreeBSD.ORG References: <200409230450.i8N4oddo086362@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200409230450.i8N4oddo086362@freefall.freebsd.org> cc: freebsd-bugs@FreeBSD.ORG Subject: Re: bin/72006: floating point formating in non-C locales X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Sep 2004 22:22:08 -0000 On Thu, Sep 23, 2004, Giorgos Keramidas wrote: > True, but partial support already exists for producing these numbers > with the %'f format of printf: I think the support for %' in printf(3) is complete, and the fact that printf(1) doesn't support locales is a bug in printf(1). It wouldn't be hard to fix this, but it requires someone who actually understands non-US locales and can therefore verify that the result is correct. ;-)