This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: The currency for Sudan and Ecuador


[Ulrich Drepper]
>> Is CIA World Fact Book a good enough reference for you?  The these
>> should be changed to use SDD and USD.
> 
> Sounds ok.

Good.  Here is the patch.  This will get these locales building again.

2003-04-15  Petter Reinholdtsen <pere at hungry dot com>

	* locales/ar_SD, es_EC [LC_MONETARY]: Use international
	currency symbol 'SDD' for Sudan, and 'USD' for Ecuador.
	Source is CIA World Fact book.

Index: locales/ar_SD
===================================================================
RCS file: /cvs/glibc/libc/localedata/locales/ar_SD,v
retrieving revision 1.3
diff -u -3 -p -u -r1.3 ar_SD
--- locales/ar_SD	26 Oct 2000 23:22:54 -0000	1.3
+++ locales/ar_SD	15 Apr 2003 10:52:48 -0000
@@ -47,7 +47,7 @@ LC_MONETARY
 % These are generated based on XML base Locale difintion file
 % for IBM Class for Unicode/Java
 %
-int_curr_symbol       "<U0053><U0044><U0050><U0020>"
+int_curr_symbol       "<U0053><U0044><U0044><U0020>"
 currency_symbol       "<U062C><U002E><U0633><U002E>"
 mon_decimal_point     "<U002E>"
 mon_thousands_sep     "<U002C>"
Index: locales/es_EC
===================================================================
RCS file: /cvs/glibc/libc/localedata/locales/es_EC,v
retrieving revision 1.11
diff -u -3 -p -u -r1.11 es_EC
--- locales/es_EC	2 Aug 2002 20:00:24 -0000	1.11
+++ locales/es_EC	15 Apr 2003 10:52:48 -0000
@@ -61,7 +61,7 @@ noexpr  "<U005E><U005B><U006E><U004E><U0
 END LC_MESSAGES
 
 LC_MONETARY
-int_curr_symbol      "<U0045><U0043><U0053><U0020>"
+int_curr_symbol      "<U0055><U0053><U0044><U0020>"
 currency_symbol      "<U0024>"
 mon_decimal_point    "<U002C>"
 mon_thousands_sep    "<U002E>"


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]