public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug localedata/297] Strange date format for Finnish
       [not found] <20040802153111.297.lanurmi@iki.fi>
@ 2004-10-21 14:03 ` flammie at kolumbus dot fi
  2004-11-02 16:10 ` pere@hungry.com
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: flammie at kolumbus dot fi @ 2004-10-21 14:03 UTC (permalink / raw)
  To: glibc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |flammie at kolumbus dot fi


http://sources.redhat.com/bugzilla/show_bug.cgi?id=297

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug localedata/297] Strange date format for Finnish
       [not found] <20040802153111.297.lanurmi@iki.fi>
  2004-10-21 14:03 ` [Bug localedata/297] Strange date format for Finnish flammie at kolumbus dot fi
@ 2004-11-02 16:10 ` pere@hungry.com
  2004-11-03 10:08 ` lars.wirzenius@nokia.com
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: pere@hungry.com @ 2004-11-02 16:10 UTC (permalink / raw)
  To: glibc-bugs

------- Additional Comments From pere at hungry dot com  2004-11-02 16:10 -------
I asked for feedback for earlier contributors for the fi_FI locale, and got this
reply:

From: Tommi.Vainikainen@iki.fi
Subject: Re: Date format for Finnish fi_FI locale
To: Petter Reinholdtsen <pere@hungry.com>
Date: Sun, 31 Oct 2004 22:30:05 +0200

On 2004-10-31T17:45:08+0200, pere@hungry.com wrote:
> You get this email because you contributed to the glibc locale for
> Finnish in the past. Recently, a change request for the fi_FI locale
> was submitted to the glibc bugzilla,
> <URL: http://sources.redhat.com/bugzilla/show_bug.cgi?id=297 >.

I didn't bother to register to Bugzilla, but after reading this
Bugzilla report, I can confirm that it looks good, a much better
format for dates than what is currently used.

-- 
Tommi Vainikainen


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED


http://sources.redhat.com/bugzilla/show_bug.cgi?id=297

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug localedata/297] Strange date format for Finnish
       [not found] <20040802153111.297.lanurmi@iki.fi>
  2004-10-21 14:03 ` [Bug localedata/297] Strange date format for Finnish flammie at kolumbus dot fi
  2004-11-02 16:10 ` pere@hungry.com
@ 2004-11-03 10:08 ` lars.wirzenius@nokia.com
  2005-01-14 18:28 ` pere at hungry dot com
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: lars.wirzenius@nokia.com @ 2004-11-03 10:08 UTC (permalink / raw)
  To: glibc-bugs

------- Additional Comments From lars dot wirzenius at nokia dot com  2004-11-03 10:08 -------
I agree with this format. '%a %Bn %e. %H:%M:%S %Z %Y' is quite unusual for
Finnish and though it is possible to read it correctly it requires more effort
than the proposed '%a %-d.%-m.%Y %T %z'

For any Finnish people who might want to chime in but would like examples:

original: ke marraskuun  3. 12:01:26 EET 2004
proposed: ke 3.11.2004 12:01:45 +0200


-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=297

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug localedata/297] Strange date format for Finnish
       [not found] <20040802153111.297.lanurmi@iki.fi>
                   ` (2 preceding siblings ...)
  2004-11-03 10:08 ` lars.wirzenius@nokia.com
@ 2005-01-14 18:28 ` pere at hungry dot com
  2005-01-14 18:29 ` [Bug localedata/297] [PATCH] Strange date format for Finnish (fi_FI) pere at hungry dot com
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: pere at hungry dot com @ 2005-01-14 18:28 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From pere at hungry dot com  2005-01-14 18:27 -------
Created an attachment (id=367)
 --> (http://sources.redhat.com/bugzilla/attachment.cgi?id=367&action=view)
Patch to fix date_fmt for fi_FI

If I understand correctly, you want to change date_fmt for fi_FI like
this:

--- fi_FI	31 Oct 2004 23:42:26 -0000	1.18
+++ fi_FI	14 Jan 2005 18:24:50 -0000
@@ -2188,9 +2188,8 @@ d_fmt    "%d.%<U
 t_fmt	  "%T"
 am_pm	  "";""
 t_fmt_ampm  ""
-date_fmt	"%a %Bn %/
-e. %H:%M:%/
-S %Z %Y"
+date_fmt	"%a %-d.%\
+-m.%Y %T %z"
 first_weekday 2 % Monday
 first_workday 2 % Monday
 END LC_TIME

The attached patch will do this change.

-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=297

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug localedata/297] [PATCH] Strange date format for Finnish (fi_FI)
       [not found] <20040802153111.297.lanurmi@iki.fi>
                   ` (3 preceding siblings ...)
  2005-01-14 18:28 ` pere at hungry dot com
@ 2005-01-14 18:29 ` pere at hungry dot com
  2005-01-29 10:41 ` lanurmi at iki dot fi
  2005-10-15  4:08 ` drepper at redhat dot com
  6 siblings, 0 replies; 7+ messages in thread
From: pere at hungry dot com @ 2005-01-14 18:29 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From pere at hungry dot com  2005-01-14 18:29 -------
Obs.  I just noticed.  The trailing \ should be changed to / in
the patch.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Strange date format for     |[PATCH] Strange date format
                   |Finnish                     |for Finnish (fi_FI)


http://sources.redhat.com/bugzilla/show_bug.cgi?id=297

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug localedata/297] [PATCH] Strange date format for Finnish (fi_FI)
       [not found] <20040802153111.297.lanurmi@iki.fi>
                   ` (4 preceding siblings ...)
  2005-01-14 18:29 ` [Bug localedata/297] [PATCH] Strange date format for Finnish (fi_FI) pere at hungry dot com
@ 2005-01-29 10:41 ` lanurmi at iki dot fi
  2005-10-15  4:08 ` drepper at redhat dot com
  6 siblings, 0 replies; 7+ messages in thread
From: lanurmi at iki dot fi @ 2005-01-29 10:41 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From lanurmi at iki dot fi  2005-01-29 10:41 -------
Yes, looks good.

-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=297

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug localedata/297] [PATCH] Strange date format for Finnish (fi_FI)
       [not found] <20040802153111.297.lanurmi@iki.fi>
                   ` (5 preceding siblings ...)
  2005-01-29 10:41 ` lanurmi at iki dot fi
@ 2005-10-15  4:08 ` drepper at redhat dot com
  6 siblings, 0 replies; 7+ messages in thread
From: drepper at redhat dot com @ 2005-10-15  4:08 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From drepper at redhat dot com  2005-10-15 04:08 -------
Applied to CVS trunk.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


http://sourceware.org/bugzilla/show_bug.cgi?id=297

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2005-10-15  4:08 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20040802153111.297.lanurmi@iki.fi>
2004-10-21 14:03 ` [Bug localedata/297] Strange date format for Finnish flammie at kolumbus dot fi
2004-11-02 16:10 ` pere@hungry.com
2004-11-03 10:08 ` lars.wirzenius@nokia.com
2005-01-14 18:28 ` pere at hungry dot com
2005-01-14 18:29 ` [Bug localedata/297] [PATCH] Strange date format for Finnish (fi_FI) pere at hungry dot com
2005-01-29 10:41 ` lanurmi at iki dot fi
2005-10-15  4:08 ` drepper at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).