Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 03 Jun 1997 12:45:03 +0200
From:      Tor Egge <Tor.Egge@idi.ntnu.no>
To:        roberto@keltia.freenix.fr
Cc:        ports@FreeBSD.ORG, perhaps@yes.no
Subject:   Re: perl5.004
Message-ID:  <199706031045.MAA03640@pat.idi.ntnu.no>
In-Reply-To: Your message of "Sun, 1 Jun 1997 11:19:07 %2B0200"
References:  <19970601111907.20896@keltia.freenix.fr>

next in thread | previous in thread | raw e-mail | index | archive | help
----Next_Part(Tue_Jun__3_12:44:01_1997)--
Content-Type: Text/Plain; charset=us-ascii

> The following fail:
> 
> "ASCII"
> "es"
> "fi"
> "ja"
> "ko_KR.EUC"
> "lt_LN.*"
> "nl"
> "no"
> "sv"

This can be `fixed'. An example patch is appended.

- Tor Egge


----Next_Part(Tue_Jun__3_12:44:01_1997)--
Content-Type: Text/Plain; charset=iso-8859-1
Content-Description: "Norwegian time locale (1st try)"
Content-Transfer-Encoding: quoted-printable

Index: Makefile
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /home/ncvs/src/share/timedef/data/Makefile,v
retrieving revision 1.15
diff -c -r1.15 Makefile
*** Makefile	1997/03/25 16:16:56	1.15
--- Makefile	1997/06/02 01:52:10
***************
*** 13,18 ****
--- 13,19 ----
  		is_IS.ISO_8859-1 \
  		it_IT.ISO_8859-1 \
  		ko_KR.EUC        \
+ 		no_NO.ISO_8859-1 \
  		pt_PT.ISO_8859-1 \
  		ru_SU.CP866 	 \
  		ru_SU.KOI8-R =

*** /dev/null	Tue Jun  3 12:02:56 1997
--- no_NO.ISO_8859-1.src	Mon Jun  2 03:51:22 1997
***************
*** 0 ****
--- 1,78 ----
+ # $Id:$
+ #
+ # WARNING: spaces may be essential at the end of lines
+ # WARNING: empty lines are essential too
+ #
+ # Short months names
+ #
+ Jan
+ Feb
+ Mar
+ Apr
+ Mai
+ Jun
+ Jul
+ Aug
+ Sep
+ Okt
+ Nov
+ Des
+ #
+ # Long months names
+ #
+ Januar
+ Februar
+ Mars
+ April
+ Mai
+ Juni
+ Juli
+ August
+ September
+ Oktober
+ November
+ Desember
+ #
+ # Short weekdays names
+ # (padded with a space to conform with other languages)
+ S=F8n
+ Man
+ Tir
+ Ons
+ Tor
+ Fre
+ L=F8r
+ #
+ # Long weekdays names
+ #
+ S=F8ndag
+ Mandag
+ Tirsdag
+ Onsdag
+ Torsdag
+ Fredag
+ L=F8rdag
+ #
+ # 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 %b %Y %X %Z

----Next_Part(Tue_Jun__3_12:44:01_1997)----



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