From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 768 invoked by alias); 28 Feb 2002 18:52:54 -0000 Mailing-List: contact libc-hacker-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sources.redhat.com Received: (qmail 711 invoked from network); 28 Feb 2002 18:52:52 -0000 Received: from unknown (HELO sunsite.mff.cuni.cz) (195.113.19.66) by sources.redhat.com with SMTP; 28 Feb 2002 18:52:52 -0000 Received: (from jakub@localhost) by sunsite.mff.cuni.cz (8.11.6/8.11.6) id g1SIqWH10132; Thu, 28 Feb 2002 19:52:32 +0100 Date: Thu, 28 Feb 2002 10:52:00 -0000 From: Jakub Jelinek To: Ulrich Drepper Cc: Mark Brown , GNU libc hacker Subject: Re: no more ADP,ATS,BEF,DEM,ESP,FIM,FRF,GRD,IEP,ITL,LUF,NLG,PTE Message-ID: <20020228195232.D2204@sunsite.ms.mff.cuni.cz> Reply-To: Jakub Jelinek References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from drepper@redhat.com on Thu, Feb 28, 2002 at 10:01:00AM -0800 X-SW-Source: 2002-02/txt/msg00153.txt.bz2 On Thu, Feb 28, 2002 at 10:01:00AM -0800, Ulrich Drepper wrote: > Mark Brown writes: > > > The problem with this is that now users cannot process work > > from previous years, where they need to work with the older > > currencies. > > No reliable implementation would use the locale information. At least > not before the new locale API is introduced which allows using locales > in a way it makes sense. Well, it might use the currency as default value, but certainly should store the currency info into the document. Jakub