Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Apr 2002 10:47:40 +0200 (CEST)
From:      Alex Dupre <sysadmin@alexdupre.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   misc/37479: [Patch] Italian timedef (long weekday names w/o accent)
Message-ID:  <200204260847.g3Q8leBt000286@vaio.alexdupre.com>

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

>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




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