public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Correct currency formatting for it_IT
@ 2004-05-17 18:06 Petter Reinholdtsen
  2004-05-17 18:16 ` Ulrich Drepper
  0 siblings, 1 reply; 2+ messages in thread
From: Petter Reinholdtsen @ 2004-05-17 18:06 UTC (permalink / raw)
  To: Glibc hackers


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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Correct currency formatting for it_IT
  2004-05-17 18:06 [PATCH] Correct currency formatting for it_IT Petter Reinholdtsen
@ 2004-05-17 18:16 ` Ulrich Drepper
  0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Drepper @ 2004-05-17 18:16 UTC (permalink / raw)
  To: Petter Reinholdtsen; +Cc: Glibc hackers

Applied.

-- 
➧ Ulrich Drepper ➧ Red Hat, Inc. ➧ 444 Castro St ➧ Mountain View, CA ❖

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-05-17 18:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-17 18:06 [PATCH] Correct currency formatting for it_IT Petter Reinholdtsen
2004-05-17 18:16 ` Ulrich Drepper

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).