From alex@vaio.alexdupre.com  Fri Apr 26 01:42:41 2002
Return-Path: <alex@vaio.alexdupre.com>
Received: from vaio.alexdupre.com (212-41-211-209.adsl.galactica.it [212.41.211.209])
	by hub.freebsd.org (Postfix) with ESMTP id BA15637B416
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 26 Apr 2002 01:42:33 -0700 (PDT)
Received: from vaio.alexdupre.com (localhost [127.0.0.1])
	by vaio.alexdupre.com (8.12.2/8.12.2) with ESMTP id g3Q8le3A000287
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 26 Apr 2002 10:47:40 +0200 (CEST)
	(envelope-from alex@vaio.alexdupre.com)
Received: (from alex@localhost)
	by vaio.alexdupre.com (8.12.2/8.12.2/Submit) id g3Q8leBt000286;
	Fri, 26 Apr 2002 10:47:40 +0200 (CEST)
Message-Id: <200204260847.g3Q8leBt000286@vaio.alexdupre.com>
Date: Fri, 26 Apr 2002 10:47:40 +0200 (CEST)
From: Alex Dupre <sysadmin@alexdupre.com>
Reply-To: Alex Dupre <sysadmin@alexdupre.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [Patch] Italian timedef (long weekday names w/o accent)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         37479
>Category:       misc
>Synopsis:       [Patch] Italian timedef (long weekday names w/o accent)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 26 01:50:01 PDT 2002
>Closed-Date:    Wed May 01 17:34:26 PDT 2002
>Last-Modified:  Wed May 01 17:34:26 PDT 2002
>Originator:     Alex Dupre
>Release:        FreeBSD 4.5-ALEXDUPRE i386
>Organization:
>Environment:
System: FreeBSD vaio.alexdupre.com 4.5-ALEXDUPRE FreeBSD 4.5-ALEXDUPRE #0: Fri Apr 12 14:12:57 CEST 2002 alex@vaio.alexdupre.com:/usr/obj/usr/src/sys/VAIO i386


	
>Description:
Long weekday names for Italian timedef are incorrect: it's missing the accent.

src/share/timedef/it_IT-ISO8859-1.src

This replaces PR 37219
	
>How-To-Repeat:
$ ispell -d italian
@(#) International Ispell Version 3.2.06 08/01/01

word: lunedi
how about: luned

word: martedi
how about: marted

word: mercoledi
how about: mercoled

...
	
>Fix:

	

--- it.diff begins here ---
--- it_IT.ISO8859-1.src.orig	Fri Apr 26 10:35:08 2002
+++ it_IT.ISO8859-1.src	Fri Apr 26 10:36:23 2002
@@ -46,11 +46,11 @@
 # Long weekday names
 #
 Domenica
-Lunedi
-Martedi
-Mercoledi
-Giovedi
-Venerdi
+Luned
+Marted
+Mercoled
+Gioved
+Venerd
 Sabato
 #
 # X_fmt
--- it.diff ends here ---


>Release-Note:
>Audit-Trail:

From: Alex Dupre <sysadmin@alexdupre.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc:  
Subject: misc/37479: [Patch] Italian timedef (long weekday names w/o accent)
Date: Fri, 26 Apr 2002 10:47:40 +0200 (CEST)

 >Number:         37479
 >Category:       misc
 >Synopsis:       [Patch] Italian timedef (long weekday names w/o accent)
 >Confidential:   no
 >Severity:       serious
 >Priority:       medium
 >Responsible:    freebsd-bugs
 >State:          open
 >Quarter:        
 >Keywords:       
 >Date-Required:
 >Class:          update
 >Submitter-Id:   current-users
 >Arrival-Date:   Fri Apr 26 01:50:01 PDT 2002
 >Closed-Date:
 >Last-Modified:
 >Originator:     Alex Dupre
 >Release:        FreeBSD 4.5-ALEXDUPRE i386
 >Organization:
 >Environment:
 System: FreeBSD vaio.alexdupre.com 4.5-ALEXDUPRE FreeBSD 4.5-ALEXDUPRE #0: Fri Apr 12 14:12:57 CEST 2002 alex@vaio.alexdupre.com:/usr/obj/usr/src/sys/VAIO i386
 
 
 	
 >Description:
 Long weekday names for Italian timedef are incorrect: it's missing the accent.
 
 src/share/timedef/it_IT-ISO8859-1.src
 
 This replaces PR 37219
 	
 >How-To-Repeat:
 $ ispell -d italian
 @(#) International Ispell Version 3.2.06 08/01/01
 
 word: lunedi
 how about: luned
 
 word: martedi
 how about: marted
 
 word: mercoledi
 how about: mercoled
 
 ...
 	
 >Fix:
 
 	
 
 --- it.diff begins here ---
 --- it_IT.ISO8859-1.src.orig	Fri Apr 26 10:35:08 2002
 +++ it_IT.ISO8859-1.src	Fri Apr 26 10:36:23 2002
 @@ -46,11 +46,11 @@
  # Long weekday names
  #
  Domenica
 -Lunedi
 -Martedi
 -Mercoledi
 -Giovedi
 -Venerdi
 +Luned
 +Marted
 +Mercoled
 +Gioved
 +Venerd
  Sabato
  #
  # X_fmt
 --- it.diff ends here ---
 
 
 >Release-Note:
 >Audit-Trail:
 >Unformatted:
 
 To Unsubscribe: send mail to majordomo@FreeBSD.org
 with "unsubscribe freebsd-bugs" in the body of the message
 
State-Changed-From-To: open->closed 
State-Changed-By: johan 
State-Changed-When: Wed May 1 17:30:54 PDT 2002 
State-Changed-Why:  
Duplicate of PR 37219. 
Please send followups to the original PR instead of  
opening a new. BTW what is the difference between  
this diff and the one proposed in 37219, 
they seem identical to me. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=37479 
>Unformatted:
