Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Jun 1998 13:32:21 +0200 (CEST)
From:      zerium@webindex.no
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   misc/6831: Norwegian timedef breaks date, ls etc
Message-ID:  <199806021132.NAA12964@oslo2.or.uninett.no>

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

>Number:         6831
>Category:       misc
>Synopsis:       zerium@webindex.no
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun  2 05:20:00 PDT 1998
>Last-Modified:
>Originator:     Hans Petter Bieker
>Organization:
none
>Release:        FreeBSD 2.2.6-STABLE i386
>Environment:

2.2.6-stable

>Description:

The dot in short version of the Norwegian timedef makes it one character too 
long.

>How-To-Repeat:

$ touch tmp
$ ls -l tmp
-rw-rw-r--  1 hanspbie  hanspbie  0  2. jun 13:2 tmp
$ LANG=no_NO.ISO_8859-1 who
hanspbie ttyv0    2. jun 09:1

>Fix:
	
--- share/timedef/data/no_NO.ISO_8859-1.src.orig	Tue Jun  2 13:24:51 1998
+++ share/timedef/data/no_NO.ISO_8859-1.src	Tue Jun  2 13:25:02 1998
@@ -63,7 +63,7 @@
 #
 # c_fmt
 #
-%a %e. %b %X %Y
+%a %e %b %X %Y
 #
 # am
 #
>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?199806021132.NAA12964>