From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 35C3D3959E56; Thu, 23 Apr 2020 17:08:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 35C3D3959E56 From: "toregilhk at hotmail dot com" To: libc-locales@sourceware.org Subject: [Bug localedata/25868] New: Incorrect trailing spaces in weekday names for nn_NO Date: Thu, 23 Apr 2020 17:08:54 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: localedata X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: minor X-Bugzilla-Who: toregilhk at hotmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: libc-locales@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-locales mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Apr 2020 17:08:55 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D25868 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=3Dglibc.git;a=3Dblob;f=3Dlocaledata/locales/n= n_NO;h=3Dc8da4ce086d0b8a9918b560b6588bf81e957b367;hb=3Drefs/heads/master you have the following: 91 % Full weekday names (%A) 92 day "sundag ";/ 93 "mndag ";/ 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 "mndag";/ 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. --=20 You are receiving this mail because: You are on the CC list for the bug.=