public inbox for libc-locales@sourceware.org
 help / color / mirror / Atom feed
* [Bug localedata/9730] sv_FI time format does not match fi_FI
       [not found] <bug-9730-716@http.sourceware.org/bugzilla/>
@ 2011-04-27  8:48 ` johan.heikkila at gmail dot com
  2011-05-15 15:43 ` drepper.fsp at gmail dot com
  2014-07-02  7:59 ` fweimer at redhat dot com
  2 siblings, 0 replies; 6+ messages in thread
From: johan.heikkila at gmail dot com @ 2011-04-27  8:48 UTC (permalink / raw)
  To: libc-locales

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

--- Comment #4 from johan.heikkila at gmail dot com 2011-04-27 08:38:12 UTC ---
Created attachment 5689
  --> http://sourceware.org/bugzilla/attachment.cgi?id=5689
corrects first day and format of d_t_fmt in sv_FI

There are two errors in sv_FI

Error 1:

First day of week should be monday in sv_FI, just like it is in fi_FI and
sv_SE. See SFS-EN 28601, which is Finnish version of ISO 8601 and it says that
monday is first day of the week. For reference, Sweden has SS-EN 28601, which
is the same standard.

Error 2:

This is probably a copy/paste error from fi_FI into sv_FI: The format of
d_t_fmt is wrong in sv_FI. Currently it is %a %e. %Bta %Y %H.%M.%S, even though
it should be %a %e. %B %Y %H.%M.%S, without the 'ta' after %B. Including 'ta'
after %B is grammatically correct in Finnish, but is entirely wrong and looks
ridiculous in Swedish. It makes months appear as e.g. 'Januarita', which is
nonsense in Swedish. 'Januari' without 'ta' is the correct format in Swedish.

patch for sv_FI attached that corrects these two errors
(sv_FI_correction.patch)

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

* [Bug localedata/9730] sv_FI time format does not match fi_FI
       [not found] <bug-9730-716@http.sourceware.org/bugzilla/>
  2011-04-27  8:48 ` [Bug localedata/9730] sv_FI time format does not match fi_FI johan.heikkila at gmail dot com
@ 2011-05-15 15:43 ` drepper.fsp at gmail dot com
  2014-07-02  7:59 ` fweimer at redhat dot com
  2 siblings, 0 replies; 6+ messages in thread
From: drepper.fsp at gmail dot com @ 2011-05-15 15:43 UTC (permalink / raw)
  To: libc-locales

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

Ulrich Drepper <drepper.fsp at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
                 CC|                            |drepper.fsp at gmail dot
                   |                            |com
         Resolution|                            |FIXED

--- Comment #5 from Ulrich Drepper <drepper.fsp at gmail dot com> 2011-05-15 15:29:15 UTC ---
I've added the patch.  But don't ever in future use context diffs.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

* [Bug localedata/9730] sv_FI time format does not match fi_FI
       [not found] <bug-9730-716@http.sourceware.org/bugzilla/>
  2011-04-27  8:48 ` [Bug localedata/9730] sv_FI time format does not match fi_FI johan.heikkila at gmail dot com
  2011-05-15 15:43 ` drepper.fsp at gmail dot com
@ 2014-07-02  7:59 ` fweimer at redhat dot com
  2 siblings, 0 replies; 6+ messages in thread
From: fweimer at redhat dot com @ 2014-07-02  7:59 UTC (permalink / raw)
  To: libc-locales

https://sourceware.org/bugzilla/show_bug.cgi?id=9730

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|                            |security-

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

* [Bug localedata/9730] sv_FI time format does not match fi_FI
  2009-01-11 23:55 [Bug localedata/9730] New: " schizo at debian dot org
  2009-01-11 23:56 ` [Bug localedata/9730] " schizo at debian dot org
  2009-02-07  5:29 ` drepper at redhat dot com
@ 2009-07-01 16:17 ` sebstrand at gmail dot com
  2 siblings, 0 replies; 6+ messages in thread
From: sebstrand at gmail dot com @ 2009-07-01 16:17 UTC (permalink / raw)
  To: libc-locales


------- Additional Comments From sebstrand at gmail dot com  2009-07-01 16:17 -------
The patch introduced a bug in d_t_fmt: the letters 'ta' get appended to the
month, giving amusing month names like majta and junita. The letters are
appropriate in the Finnish version, but not for Swedish. Removing <U0074><U0061>
from d_t_fmt fixes this.

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


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

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

* [Bug localedata/9730] sv_FI time format does not match fi_FI
  2009-01-11 23:55 [Bug localedata/9730] New: " schizo at debian dot org
  2009-01-11 23:56 ` [Bug localedata/9730] " schizo at debian dot org
@ 2009-02-07  5:29 ` drepper at redhat dot com
  2009-07-01 16:17 ` sebstrand at gmail dot com
  2 siblings, 0 replies; 6+ messages in thread
From: drepper at redhat dot com @ 2009-02-07  5:29 UTC (permalink / raw)
  To: libc-locales


------- Additional Comments From drepper at redhat dot com  2009-02-07 05:02 -------
The patch is in cvs.

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


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

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

* [Bug localedata/9730] sv_FI time format does not match fi_FI
  2009-01-11 23:55 [Bug localedata/9730] New: " schizo at debian dot org
@ 2009-01-11 23:56 ` schizo at debian dot org
  2009-02-07  5:29 ` drepper at redhat dot com
  2009-07-01 16:17 ` sebstrand at gmail dot com
  2 siblings, 0 replies; 6+ messages in thread
From: schizo at debian dot org @ 2009-01-11 23:56 UTC (permalink / raw)
  To: libc-locales


------- Additional Comments From schizo at debian dot org  2009-01-11 23:56 -------
Created an attachment (id=3654)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=3654&action=view)
patch to make sv_FI behave like fi_FI


-- 


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

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

end of thread, other threads:[~2014-07-02  7:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-9730-716@http.sourceware.org/bugzilla/>
2011-04-27  8:48 ` [Bug localedata/9730] sv_FI time format does not match fi_FI johan.heikkila at gmail dot com
2011-05-15 15:43 ` drepper.fsp at gmail dot com
2014-07-02  7:59 ` fweimer at redhat dot com
2009-01-11 23:55 [Bug localedata/9730] New: " schizo at debian dot org
2009-01-11 23:56 ` [Bug localedata/9730] " schizo at debian dot org
2009-02-07  5:29 ` drepper at redhat dot com
2009-07-01 16:17 ` sebstrand at gmail 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).