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: change clock format in sv_SE


Here is a patch to improve the clock format in sv_SE, as discussed in
earlier emails.  The original sv_SE author, Keld Simonsen, agreed to
the change, and the change is also acceptable according to Monica
Ståhl Forsberg in SIS, Swedish Standards Institute.

2003-05-18  Petter Reinholdtsen  <pere@hungry.com>

	* locales/sv_SE [LC_TIME]: Changed clock representation from
	HH.MM.SS to HH:MM:SS.  Patch from Mikael Hedin.

Index: localedata/locales/sv_SE
===================================================================
RCS file: /cvs/glibc/libc/localedata/locales/sv_SE,v
retrieving revision 1.12
diff -u -3 -p -u -r1.12 sv_SE
--- localedata/locales/sv_SE    14 Jan 2003 09:45:26 -0000      1.12
+++ localedata/locales/sv_SE    18 May 2003 09:49:53 -0000
@@ -165,9 +165,9 @@ mon       "<U006A><U0061><U006E><U0075><
           "<U006F><U006B><U0074><U006F><U0062><U0065><U0072>";/
           "<U006E><U006F><U0076><U0065><U006D><U0062><U0065><U0072>";/
           "<U0064><U0065><U0063><U0065><U006D><U0062><U0065><U0072>"
-d_t_fmt   "<U0025><U0061><U0020><U0025><U0065><U0020><U0025><U0062><U0020><U0025><U0059><U0020><U0025><U0048><U002E><U0025><U004D><U002E><U0025><U0053>"
+d_t_fmt   "<U0025><U0061><U0020><U0025><U0065><U0020><U0025><U0062><U0020><U0025><U0059><U0020><U0025><U0048><U003A><U0025><U004D><U003A><U0025><U0053>"
 d_fmt     "<U0025><U0059><U002D><U0025><U006D><U002D><U0025><U0064>"
-t_fmt     "<U0025><U0048><U002E><U0025><U004D><U002E><U0025><U0053>"
+t_fmt     "<U0025><U0048><U003A><U0025><U004D><U003A><U0025><U0053>"
 am_pm     "";""
 t_fmt_ampm  ""
 date_fmt       "<U0025><U0061><U0020><U0025><U0062><U0020><U0025><U0065>/


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