public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
From: Petter Reinholdtsen <pere@hungry.com>
To: Glibc hackers <libc-hacker@sources.redhat.com>
Subject: [PATCH] Correct currency formatting for it_IT
Date: Mon, 17 May 2004 18:06:00 -0000	[thread overview]
Message-ID: <E1BOtjj-0001Q4-00@minerva.hungry.com> (raw)


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ørn
Simonsen.

Here is a changelog entry for libc/localedata/ChangeLog:

2004-05-15  Petter Reinholdtsen  <pere@hungry.com>

	* 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
===================================================================
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         "<U002E>"
 mon_grouping              3;3
 positive_sign             ""
 negative_sign             "<U002D>"
-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

             reply	other threads:[~2004-05-15  7:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-05-17 18:06 Petter Reinholdtsen [this message]
2004-05-17 18:16 ` Ulrich Drepper

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1BOtjj-0001Q4-00@minerva.hungry.com \
    --to=pere@hungry.com \
    --cc=libc-hacker@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).