From nobody  Fri Jan  2 02:18:01 1998
Received: (from nobody@localhost)
          by hub.freebsd.org (8.8.7/8.8.7) id CAA22954;
          Fri, 2 Jan 1998 02:18:01 -0800 (PST)
          (envelope-from nobody)
Message-Id: <199801021018.CAA22954@hub.freebsd.org>
Date: Fri, 2 Jan 1998 02:18:01 -0800 (PST)
From: jose@we.lc.ehu.es
To: freebsd-gnats-submit@freebsd.org
Subject: the spanish locale and others don't have the LC_TIME file
X-Send-Pr-Version: www-1.0

>Number:         5409
>Category:       conf
>Synopsis:       the spanish locale and others don't have the LC_TIME file
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan  2 02:20:00 PST 1998
>Closed-Date:    Sun Jan 4 16:22:05 PST 1998
>Last-Modified:  Sun Jan  4 16:35:19 PST 1998
>Originator:     Jose M. Alcaide
>Release:        2.2.5-RELEASE
>Organization:
Universidad del Pais Vasco - Dept. de Electricidad y Electronica
>Environment:
FreeBSD tiburon.we.lc.ehu.es 2.2.5-RELEASE FreeBSD 2.2.5-RELEASE #0: Wed Oct 29 15:20:18 CET 1997     root@tiburon.we.lc.ehu.es:/usr/src/sys/compile/TIBURON  i386

>Description:
In some locale directories, such as /usr/share/locale/es_ES.ISO_8859-1,
the file LC_TIME is missing. This causes the call setlocale(LC_ALL, "")
to fail, which affects some applications: vi (nvi) does not display
correctly ISO extended characters; xterm displays a warning on startup,
etc.

>How-To-Repeat:
cd /usr/share/locale/es_ES.ISO_8859-1; ls   :-)

>Fix:
Obviously an LC_TIME file has to be created for each locale, and
this work requires knowledge of the languages involved. I have
created the LC_TIME file for the spanish locale es_ES.ISO_8859-1,
which should be included in /usr/src/share/timedef/data; the Makefile
in this directory should be modified acordingly, of course:

------ BEGIN /usr/src/share/timedef/data/es_ES.ISO_8859-1.src---------
# $Id: es_ES.ISO_8859-1.src,v 1.1 1998/01/01 17:30:21 jmas Exp $
#
# WARNING: spaces may be essential at the end of lines
# WARNING: empty lines are essential too
#
# Short months names
#
ene
feb
mar
abr
may
jun
jul
ago
sep
oct
nov
dic
#
# Long months names
#
enero
febrero
marzo
abril
mayo
junio
julio
agosto
septiembre
octubre
noviembre
diciembre
#
# Short weekdays names
#
Dom
Lun
Mar
Mi
Jue
Vie
Sb
#
# Long weekdays names
#
Domingo
Lunes
Martes
Mircoles
Jueves
Viernes
Sbado
#
# X_fmt
#
%H:%M:%S
#
# x_fmt
#
%d/%m/%y
#
# c_fmt
#
%a %e %b %X %Y
#
# am
#
AM
#
# pm
#
PM
#
# date_fmt
#
%A, %e de %B de %Y %X %Z
------------------------------- END ----------------------------
>Release-Note:
>Audit-Trail:

The Spanish LC_TIME file is installed. Thanks, Jose.
These locales still miss the LC_TIME file:
fi_FI.ISO_8859-1
lt_LN.ASCII
lt_LN.ISO_8859-1
lt_LN.ISO_8859-2
nl_BE.ISO_8859-1
nl_NL.ISO_8859-1
sv_SE.ISO_8859-1

So I leave this problem open, asking people from Finland, Belgium,
the Netherlands and Sweden to provide the file.

Thanks,

Wolfgang


From: helbig@FreeBSD.ORG
To: freebsd-gnats-submit@freebsd.org, jose@we.lc.ehu.es
Cc:  Subject: Re:conf/5409
Date: Fri, 2 Jan 1998 20:18:35 +0100 (MET)

 Meanwhile Peter Olsson submitted the Swedish LC_TIME file.
 (Thanks!)
 So Finland, Belgium and the Netherlands still need an LC_TIME file.
 
 Wolfgang
 
State-Changed-From-To: open->closed 
State-Changed-By: helbig 
State-Changed-When: Sun Jan 4 16:22:05 PST 1998 
State-Changed-Why:  
All missing LC_TIME files where provided by: 
Arjan de Vet (nl_NL and nl_BE) 
Jose M. Alcaide (es_ES) 
Peter Olsson (sv_SE) 
Ville Eerola (fi_FI) 

Thanks again, 

Wolfgang 

>Unformatted:
