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]

Fix localedata/locales/sr_YU int_curr_symbol


Hi,

This patch fixes the definition of int_curr_symbol 
from <YUN> to <YUM> in localedata/locales/sr_YU and sr_YU@cyrillic.


2002-09-09  GOTO Masanori  <gotom@debian.or.jp>

	* locales/sr_YU: Fix int_curr_symbol from <YUN> to <YUM>.
	* locales/sr_YU@cyrillic: Likewise.


--- localedata/locales/sr_YU	2002-09-09 13:48:52.000000000 +0900
+++ localedata/locales/sr_YU.new	2002-09-09 13:50:54.000000000 +0900
@@ -224,7 +224,7 @@
 END LC_MESSAGES
 
 LC_MONETARY
-int_curr_symbol           "<U0059><U0055><U004E><U0020>"
+int_curr_symbol           "<U0059><U0055><U004D><U0020>"
 currency_symbol           "<U0064><U0069><U006E>"
 mon_decimal_point         "<U002C>"
 mon_thousands_sep         "<U0020>"
--- localedata/locales/sr_YU@cyrillic	2002-09-09 13:48:52.000000000 +0900
+++ localedata/locales/sr_YU@cyrillic.new	2002-09-09 13:50:43.000000000 +0900
@@ -61,7 +61,7 @@
 END LC_MESSAGES
 
 LC_MONETARY
-int_curr_symbol           "<U0059><U0055><U004E><U0020>"
+int_curr_symbol           "<U0059><U0055><U004D><U0020>"
 currency_symbol           "<U0434><U0438><U043D>"
 mon_decimal_point         "<U002C>"
 mon_thousands_sep         "<U0020>"



Regards,
-- gotom


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