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: PR libc/5013: Make the finnish dates gramatically correct


[Petter Reinholdtsen]
> I discovered the following patch in gnats.  I've asked the submitter
> to provide a source for the information,

Here is an updated patch/changelog, after the submitter Eero Häkkinen
provided more information and references in another thread.

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

	* locales/fi_FI [LC_TIME]: Correct month names to make the dates
	gramatically correct.  Patch from Eero Häkkinen. [PR libc/5013].

Index: localedata/locales/fi_FI
===================================================================
RCS file: /cvs/glibc/libc/localedata/locales/fi_FI,v
retrieving revision 1.12
diff -u -3 -p -u -r1.12 fi_FI
--- localedata/locales/fi_FI	13 Jun 2003 02:48:49 -0000	1.12
+++ localedata/locales/fi_FI	15 Jun 2003 10:18:43 -0000
@@ -2182,14 +2182,14 @@ mon      "<U0074><U0061><U006D><U006D><U
          "<U006C><U006F><U006B><U0061><U006B><U0075><U0075>";/
          "<U006D><U0061><U0072><U0072><U0061><U0073><U006B><U0075><U0075>";/
          "<U006A><U006F><U0075><U006C><U0075><U006B><U0075><U0075>"
-d_t_fmt  "<U0025><U0061><U0020><U0025><U0065><U0020><U0025><U0042><U0020><U0025><U0059><U0020><U0025><U0054>"
+d_t_fmt  "<U0025><U0061><U0020><U0025><U0065><U002E><U0020><U0025><U0042><U0074><U0061><U0020><U0025><U0059><U0020><U0025><U0054>"
 d_fmt    "<U0025><U0064><U002E><U0025><U006D><U002E><U0025><U0059>"
 t_fmt    "<U0025><U0054>"
 am_pm    "";""
 t_fmt_ampm  ""
-date_fmt       "<U0025><U0061><U0020><U0025><U0062><U0020><U0025><U0065>/
-<U0020><U0025><U0048><U003A><U0025><U004D><U003A><U0025><U0053><U0020>/
-<U0025><U005A><U0020><U0025><U0059>"
+date_fmt       "<U0025><U0061><U0020><U0025><U0042><U006E><U0020><U0025>/
+<U0065><U002E><U0020><U0025><U0048><U003A><U0025><U004D><U003A><U0025>/
+<U0053><U0020><U0025><U005A><U0020><U0025><U0059>"
 END LC_TIME
 
 LC_MESSAGES


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