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]

patch: PR libc/5059: Correct wrong date format for locale sl_SI


This patch should fix problem report libc/5059, as discussed on this
list the last week.

Please include the change in the next version of glibc.

2003-06-29  Petter Reinholdtsen  <pere@hungry.com>

	* locales/sl_SI [LC_TIME]: Correct d_fmt date format from
	'22.06.2003' to '22. 06. 2003'.  Change requested from Aleks
	Reinhardt, and approved by the locale author Borka
	Jerman-Blazic. [PR libc/5059]

Index: localedata/locales/sl_SI
===================================================================
RCS file: /cvs/glibc/libc/localedata/locales/sl_SI,v
retrieving revision 1.10
diff -u -3 -p -u -r1.10 sl_SI
--- localedata/locales/sl_SI       26 Oct 2000 23:22:57 -0000      1.10
+++ localedata/locales/sl_SI       6 Jul 2003 20:33:05 -0000
@@ -2176,7 +2176,7 @@ mon     "<U006A><U0061><U006E><U0075><U0
         "<U006E><U006F><U0076><U0065><U006D><U0062><U0065><U0072>";/
         "<U0064><U0065><U0063><U0065><U006D><U0062><U0065><U0072>"
 d_t_fmt "<U0025><U0061><U0020><U0025><U0064><U0020><U0025><U0062><U0020><U0025><U0059><U0020><U0025><U0054><U0020><U0025><U005A>"
-d_fmt   "<U0025><U0064><U002E><U0025><U006D><U002E><U0025><U0059>"
+d_fmt   "<U0025><U0064><U002E><U0020><U0025><U006D><U002E><U0020><U0025><U0059>"
 t_fmt   "<U0025><U0054>"
 am_pm   "";""
 t_fmt_ampm ""


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