[Bug localedata/25868] New: Incorrect trailing spaces in weekday names for nn_NO

toregilhk at hotmail dot com sourceware-bugzilla@sourceware.org
Thu Apr 23 17:08:54 GMT 2020


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.


More information about the Libc-locales mailing list