Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 May 1998 11:42:51 +0200 (CEST)
From:      zerium@webindex.no
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   misc/6749: Norwegian dates should have a dot after day of month
Message-ID:  <199805250942.LAA11683@oslo10.or.uninett.no>

next in thread | raw e-mail | index | archive | help

>Number:         6749
>Category:       misc
>Synopsis:       Norwegian dates should have a dot after day of month
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 25 02:50:01 PDT 1998
>Last-Modified:
>Originator:     Hans Petter Bieker
>Organization:
none
>Release:        FreeBSD 2.2.6-STABLE i386
>Environment:

>Description:

>How-To-Repeat:

$ LANG=no_NO.ISO_8859-1 date
man 25 mai 1998 11:40:25 CEST

but should return:
man 25. mai 1998 11:40:25 CEST

>Fix:
	
--- share/timedef/data/no_NO.ISO_8859-1.src.orig	Sat May 23 13:36:55 1998
+++ share/timedef/data/no_NO.ISO_8859-1.src	Mon May 25 11:26:15 1998
@@ -63,7 +63,7 @@
 #
 # c_fmt
 #
-%a %e %b %X %Y
+%a %e. %b %X %Y
 #
 # am
 #
@@ -75,4 +75,4 @@
 #
 # date_fmt
 #
-%a %e %b %Y %X %Z
+%a %e. %b %Y %X %Z
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199805250942.LAA11683>