From owner-freebsd-bugs@FreeBSD.ORG Tue Jul 20 14:10:06 2010 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EBC17106567B for ; Tue, 20 Jul 2010 14:10:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B06778FC22 for ; Tue, 20 Jul 2010 14:10:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o6KEA5n4035183 for ; Tue, 20 Jul 2010 14:10:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o6KEA5ld035182; Tue, 20 Jul 2010 14:10:05 GMT (envelope-from gnats) Resent-Date: Tue, 20 Jul 2010 14:10:05 GMT Resent-Message-Id: <201007201410.o6KEA5ld035182@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Mathieu Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CE2C01065678 for ; Tue, 20 Jul 2010 14:09:45 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id BDC918FC15 for ; Tue, 20 Jul 2010 14:09:45 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o6KE9jCh076270 for ; Tue, 20 Jul 2010 14:09:45 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o6KE9j8u076257; Tue, 20 Jul 2010 14:09:45 GMT (envelope-from nobody) Message-Id: <201007201409.o6KE9j8u076257@www.freebsd.org> Date: Tue, 20 Jul 2010 14:09:45 GMT From: Mathieu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: misc/148792: Case of French days in timedef files X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2010 14:10:06 -0000 >Number: 148792 >Category: misc >Synopsis: Case of French days in timedef files >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: Tue Jul 20 14:10:05 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Mathieu >Release: 8-STABLE >Organization: >Environment: FreeBSD analord.breatheless.net 8.0-STABLE FreeBSD 8.0-STABLE #1: Tue Dec 1 17:14:23 CET 2009 root@analord.breatheless.net:/usr/obj/usr/src/sys/ANALORD i386 >Description: FreeBSD uses capitalized words for day names, whereas « L'académie Française » (and French grammar rules) says they do not take a capital. c.f. http://www.academie-francaise.fr/langue/questions.html#jourdelasemaine (FR) The patch attached corrects this problem. >How-To-Repeat: % LANG=fr_FR.ISO8859-1 date Mar 20 jul 2010 16:01:26 CEST % LANG=fr_FR.UTF-8 date Mar 20 jul 2010 16:01:32 CEST with a vanilla FreeBSD installation. >Fix: Using the patch attached: cd /usr/src ; patch -p0 < /path/to/the/patch/fr_FR.patch cd share/timedef ; make ; make install Patch attached with submission follows: --- share/timedef/fr_FR.UTF-8.src.old 2010-07-20 15:28:41.000000000 +0200 +++ share/timedef/fr_FR.UTF-8.src 2010-07-20 15:29:52.000000000 +0200 @@ -35,23 +35,23 @@ # # Short weekday names # -Dim -Lun -Mar -Mer -Jeu -Ven -Sam +dim +lun +mar +mer +jeu +ven +sam # # Long weekday names # -Dimanche -Lundi -Mardi -Mercredi -Jeudi -Vendredi -Samedi +dimanche +lundi +mardi +mercredi +jeudi +vendredi +samedi # # X_fmt # --- share/timedef/fr_FR.ISO8859-1.src.old 2010-07-20 15:28:29.000000000 +0200 +++ share/timedef/fr_FR.ISO8859-1.src 2010-07-20 15:29:21.000000000 +0200 @@ -35,23 +35,23 @@ # # Short weekday names # -Dim -Lun -Mar -Mer -Jeu -Ven -Sam +dim +lun +mar +mer +jeu +ven +sam # # Long weekday names # -Dimanche -Lundi -Mardi -Mercredi -Jeudi -Vendredi -Samedi +dimanche +lundi +mardi +mercredi +jeudi +vendredi +samedi # # X_fmt # >Release-Note: >Audit-Trail: >Unformatted: