From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 25 18:00:36 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B714016A4D5 for ; Sat, 25 Sep 2004 18:00:36 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B89343D31 for ; Sat, 25 Sep 2004 18:00:36 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8PI0anX061507 for ; Sat, 25 Sep 2004 18:00:36 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8PI0abf061506; Sat, 25 Sep 2004 18:00:36 GMT (envelope-from gnats) Resent-Date: Sat, 25 Sep 2004 18:00:36 GMT Resent-Message-Id: <200409251800.i8PI0abf061506@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Peter Wullinger Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B158716A4CE for ; Sat, 25 Sep 2004 17:51:44 +0000 (GMT) Received: from mout2.freenet.de (mout2.freenet.de [194.97.50.155]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4685843D48 for ; Sat, 25 Sep 2004 17:51:44 +0000 (GMT) (envelope-from dhke@freenet.de) Received: from [194.97.50.135] (helo=mx2.freenet.de) by mout2.freenet.de with esmtpa (Exim 4.42) id 1CBGhz-0001M7-AT for FreeBSD-gnats-submit@freebsd.org; Sat, 25 Sep 2004 19:51:43 +0200 Received: from p5091dacf.dip.t-dialin.net ([80.145.218.207] helo=peter.home.wul) by mx2.freenet.de with esmtpa (ID dhke@freenet.de) (Exim 4.42 #1) id 1CBGhs-0006rN-D1 for FreeBSD-gnats-submit@freebsd.org; Sat, 25 Sep 2004 19:51:43 +0200 Received: (qmail 3855 invoked by uid 1001); 25 Sep 2004 17:51:09 -0000 Message-Id: <20040925175109.3854.qmail@peter.home.wul> Date: 25 Sep 2004 17:51:09 -0000 From: Peter Wullinger To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: Hye-Shik Chang Subject: ports/72084: [patch] German locales use old %d.%m.%y date format instead of newer ISO date X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Peter Wullinger List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Sep 2004 18:00:36 -0000 >Number: 72084 >Category: ports >Synopsis: [patch] German locales use old %d.%m.%y date format instead of newer ISO date >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Sep 25 18:00:35 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Peter Wullinger >Release: FreeBSD 5.2-CURRENT i386 >Organization: >Environment: System: FreeBSD peter 5.2-CURRENT FreeBSD 5.2-CURRENT #4: Mon Sep 20 13:56:33 CEST 2004 root@peter:/usr/src/sys/i386/compile/PETER i386 Any machine with misc/utf8locale port installed. >Description: This is the same update as PR/72076 (http://www.freebsd.org/cgi/query-pr.cgi?pr=72076), but for the utf8locale port. DIN 5008 (German norm for text processing) defines the old date format (%d.%m.%Y) to be obsolete and to be used only, if unambigous. In international communications the new format (%Y-%m-%d) is now required and FreeBSD should respect this. References: - DIN 5008 - EN 28 601 - ISO 8601 Thanks to Oliver Lietz for bringing this to my attention. >How-To-Repeat: % export LC_ALL=de_DE.UTF-8 % date +%x >Fix: Apply the following patch to utf8locale-1.5: diff -ru utf8locale-1.5.orig/timedef/de_DE.UTF-8.src utf8locale-1.5/timedef/de_DE.UTF-8.src --- utf8locale-1.5.orig/timedef/de_DE.UTF-8.src Sat Nov 2 05:57:11 2002 +++ utf8locale-1.5/timedef/de_DE.UTF-8.src Sat Sep 25 19:28:43 2004 @@ -59,7 +59,7 @@ # # x_fmt # -%d.%m.%Y +%Y-%m-%d # # c_fmt # >Release-Note: >Audit-Trail: >Unformatted: