From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8370 invoked by alias); 15 May 2004 07:50:07 -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 8354 invoked from network); 15 May 2004 07:50:07 -0000 Received: from unknown (HELO pat.uio.no) (129.240.130.16) by sourceware.org with SMTP; 15 May 2004 07:50:07 -0000 Received: from mail-mx1.uio.no ([129.240.10.29]) by pat.uio.no with esmtp (Exim 4.30) id 1BOtvq-00010A-GC for libc-hacker@sources.redhat.com; Sat, 15 May 2004 09:50:06 +0200 Received: from saruman.uio.no ([129.240.201.202]) by smtp.uio.no with esmtp (Exim 4.34) id 1BOtvl-0006X9-IP for libc-hacker@sources.redhat.com; Sat, 15 May 2004 09:50:01 +0200 Received: from pre by saruman.uio.no with local (Exim 4.30) id 1BOtvk-0003YW-VB for libc-hacker@sources.redhat.com; Sat, 15 May 2004 09:50:00 +0200 Received: from mail-mx3.uio.no ([129.240.10.44]) by miss.uio.no with esmtp (Exim 4.30) id 1BOtkR-0002YD-V8 for pre@usit.uio.no; Sat, 15 May 2004 09:38:19 +0200 Received: from terror.hungry.com ([199.181.107.40]) by smtp.uio.no with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1BOtkP-0006Pa-Np for pre@usit.uio.no; Sat, 15 May 2004 09:38:18 +0200 Received: from localhost (localhost [127.0.0.1]) (forwarded by pere@hungry.com) by terror.hungry.com with local; Sat, 15 May 2004 00:38:16 -0700 Received: from minerva.hungry.com (217-13-7-10.dd.nextgentel.com [217.13.7.10]) by terror.hungry.com with esmtp; Sat, 15 May 2004 00:38:14 -0700 Received: from pere by minerva.hungry.com with local (Exim 3.35 #1 (Debian)) id 1BOtjj-0001Q4-00; Sat, 15 May 2004 09:37:36 +0200 To: Glibc hackers Subject: [PATCH] Correct currency formatting for it_IT From: Petter Reinholdtsen Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Message-Id: Date: Mon, 17 May 2004 18:06:00 -0000 Resent-From: petter.reinholdtsen@usit.uio.no Resent-Date: Sat, 15 May 2004 09:50:00 +0200 Resent-To: libc-hacker@sources.redhat.com Resent-Message-Id: X-MailScanner-Information: This message has been scanned for viruses/spam. Contact postmaster@uio.no if you have questions about this scanning X-UiO-MailScanner: No virus found X-UiO-Spam-info: not spam, SpamAssassin (score=0, required 12) X-SW-Source: 2004-05/txt/msg00030.txt.bz2 Here is a patch to correct the currency formatting for it_IT. All countries using Euro should use two fraction digits now. The change was accepted by the original locale author Keld J=F8rn Simonsen. Here is a changelog entry for libc/localedata/ChangeLog: 2004-05-15 Petter Reinholdtsen * locales/it_IT: Change currency formatting from none to two fraction dicits, as Italy now uses the Euro. Patch from Marko Djukic. [BZ #111] Here is the patch: Index: localedata/locales/it_IT =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cvs/glibc/libc/localedata/locales/it_IT,v retrieving revision 1.8 diff -u -3 -p -u -r1.8 it_IT --- localedata/locales/it_IT 4 Dec 2003 04:49:57 -0000 1.8 +++ localedata/locales/it_IT 15 May 2004 07:36:16 -0000 @@ -66,8 +66,8 @@ mon_thousands_sep "" mon_grouping 3;3 positive_sign "" negative_sign "" -int_frac_digits 0 -frac_digits 0 +int_frac_digits 2 +frac_digits 2 p_cs_precedes 1 p_sep_by_space 1 n_cs_precedes 1