public inbox for libc-locales@sourceware.org
 help / color / mirror / Atom feed
* [Bug localedata/25868] New: Incorrect trailing spaces in weekday names for nn_NO
@ 2020-04-23 17:08 toregilhk at hotmail dot com
  2023-11-29  9:41 ` [Bug localedata/25868] " maiku.fabian at gmail dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: toregilhk at hotmail dot com @ 2020-04-23 17:08 UTC (permalink / raw)
  To: libc-locales

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

            Bug ID: 25868
           Summary: Incorrect trailing spaces in weekday names for nn_NO
           Product: glibc
           Version: unspecified
            Status: UNCONFIRMED
          Severity: minor
          Priority: P2
         Component: localedata
          Assignee: unassigned at sourceware dot org
          Reporter: toregilhk at hotmail dot com
                CC: libc-locales at sourceware dot org
  Target Milestone: ---

For the locale nn_NO, the full weekday names (%A) have a trailing whitespace
that should, as far as I can tell, not be there.

In
https://sourceware.org/git/?p=glibc.git;a=blob;f=localedata/locales/nn_NO;h=c8da4ce086d0b8a9918b560b6588bf81e957b367;hb=refs/heads/master
you have the following:

  91 % Full weekday names (%A)
  92 day         "sundag ";/
  93             "m<U00E5>ndag ";/
  94             "tysdag ";/
  95             "onsdag ";/
  96             "torsdag ";/
  97             "fredag ";/
  98             "laurdag "

which I believe should be corrected to

  91 % Full weekday names (%A)
  92 day         "sundag";/
  93             "m<U00E5>ndag";/
  94             "tysdag";/
  95             "onsdag";/
  96             "torsdag";/
  97             "fredag";/
  98             "laurdag"

with the trailing spaces removed.

The locale file for nb_NO, in contrast, do not have the trailing whitespace,
which is correct.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Bug localedata/25868] Incorrect trailing spaces in weekday names for nn_NO
  2020-04-23 17:08 [Bug localedata/25868] New: Incorrect trailing spaces in weekday names for nn_NO toregilhk at hotmail dot com
@ 2023-11-29  9:41 ` maiku.fabian at gmail dot com
  2023-12-07  7:54 ` cvs-commit at gcc dot gnu.org
  2023-12-07  7:57 ` maiku.fabian at gmail dot com
  2 siblings, 0 replies; 4+ messages in thread
From: maiku.fabian at gmail dot com @ 2023-11-29  9:41 UTC (permalink / raw)
  To: libc-locales

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

Mike FABIAN <maiku.fabian at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |maiku.fabian at gmail dot com
           Assignee|unassigned at sourceware dot org   |maiku.fabian at gmail dot com
   Target Milestone|---                         |2.39

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Bug localedata/25868] Incorrect trailing spaces in weekday names for nn_NO
  2020-04-23 17:08 [Bug localedata/25868] New: Incorrect trailing spaces in weekday names for nn_NO toregilhk at hotmail dot com
  2023-11-29  9:41 ` [Bug localedata/25868] " maiku.fabian at gmail dot com
@ 2023-12-07  7:54 ` cvs-commit at gcc dot gnu.org
  2023-12-07  7:57 ` maiku.fabian at gmail dot com
  2 siblings, 0 replies; 4+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2023-12-07  7:54 UTC (permalink / raw)
  To: libc-locales

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

--- Comment #1 from Sourceware Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Mike Fabian <mfabian@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=ff25f355af099917eee0451b3d54f3d48fc62974

commit ff25f355af099917eee0451b3d54f3d48fc62974
Author: Mike FABIAN <mfabian@redhat.com>
Date:   Wed Nov 29 10:46:38 2023 +0100

    localedata: Remove trailing whitespace in weekday names in nn_NO locale

    Resolves: BZ # 25868

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Bug localedata/25868] Incorrect trailing spaces in weekday names for nn_NO
  2020-04-23 17:08 [Bug localedata/25868] New: Incorrect trailing spaces in weekday names for nn_NO toregilhk at hotmail dot com
  2023-11-29  9:41 ` [Bug localedata/25868] " maiku.fabian at gmail dot com
  2023-12-07  7:54 ` cvs-commit at gcc dot gnu.org
@ 2023-12-07  7:57 ` maiku.fabian at gmail dot com
  2 siblings, 0 replies; 4+ messages in thread
From: maiku.fabian at gmail dot com @ 2023-12-07  7:57 UTC (permalink / raw)
  To: libc-locales

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

Mike FABIAN <maiku.fabian at gmail dot com> changed:

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

--- Comment #2 from Mike FABIAN <maiku.fabian at gmail dot com> ---
Fix will be in glibc 2.39.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

end of thread, other threads:[~2023-12-07  7:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-23 17:08 [Bug localedata/25868] New: Incorrect trailing spaces in weekday names for nn_NO toregilhk at hotmail dot com
2023-11-29  9:41 ` [Bug localedata/25868] " maiku.fabian at gmail dot com
2023-12-07  7:54 ` cvs-commit at gcc dot gnu.org
2023-12-07  7:57 ` maiku.fabian 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).