From owner-FreeBSD-tech-jp@jp.freebsd.org  Sat Jun 16 11:02:31 2001
Received: (from daemon@localhost)
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) id LAA98778;
	Sat, 16 Jun 2001 11:02:31 +0900 (JST)
	(envelope-from owner-FreeBSD-tech-jp@jp.FreeBSD.org)
Received: from tortoise.jp.freebsd.org (root@tortoise.jp.FreeBSD.ORG [210.157.158.41])
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) with ESMTP id LAA98767
	for <FreeBSD-tech-jp@jp.FreeBSD.org>; Sat, 16 Jun 2001 11:02:18 +0900 (JST)
	(envelope-from motoyuki@mk.bsdclub.org)
Received: from mail.mk.bsdclub.org (mserver.mk.bsdclub.org [3ffe:505:2022:0:290:27ff:fe51:c43e])
	by tortoise.jp.freebsd.org (8.11.3+3.4W/8.11.3) with ESMTP/inet6 id f5G22Do05603
	for <FreeBSD-tech-jp@jp.FreeBSD.org>; Sat, 16 Jun 2001 11:02:15 +0900 (JST)
	(envelope-from motoyuki@mk.bsdclub.org)
Received: from sakura.mk.bsdclub.org (sakura.mk.bsdclub.org [3ffe:505:2022:0:2a0:c9ff:fe20:9aff])
	by mail.mk.bsdclub.org (8.11.3+3.4W/3.7W/smtpfeed 1.12) with ESMTP/inet6 id f5G220L76751;
	Sat, 16 Jun 2001 11:02:00 +0900 (JST)
Received: from sakura.mk.bsdclub.org (localhost.mk.bsdclub.org [127.0.0.1])
	by sakura.mk.bsdclub.org (8.11.4/3.7W) with ESMTP/inet id f5G220q25446;
	Sat, 16 Jun 2001 11:02:00 +0900 (JST)
Message-Id: <200106160202.f5G220q25446@sakura.mk.bsdclub.org>
To: "Andrey A. Chernov" <ache@nagual.pp.ru>
Cc: Issei Suzuki <issei@issei.org>, tcsh@mx.gw.com,
        FreeBSD-tech-jp@jp.FreeBSD.org, i18n@FreeBSD.ORG
From: Motoyuki Konno <motoyuki@bsdclub.org>
X-Mailer: mh-e on Mule 2.3 / Emacs 19.34.1
References: <20010616014130.9052.ISSEI@issei.org>
	<20010616024521.A22793@nagual.pp.ru>
Mime-Version: 1.0 (generated by tm-edit 7.106)
Content-Type: text/plain; charset=US-ASCII
Date: Sat, 16 Jun 2001 11:02:00 +0900
Reply-To: FreeBSD-tech-jp@jp.freebsd.org
Precedence: list
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+010328
X-Sequence: FreeBSD-tech-jp 3106
Subject: [FreeBSD-tech-jp 3106] Re: Patch for FreeBSD-current
Errors-To: owner-FreeBSD-tech-jp@jp.freebsd.org
Sender: owner-FreeBSD-tech-jp@jp.freebsd.org
X-Originator: motoyuki@mk.bsdclub.org

Hi,

"Andrey A. Chernov" <ache@nagual.pp.ru> wrote:
> On Sat, Jun 16, 2001 at 01:57:17 +0900, Issei Suzuki wrote:
> > Recently, FreeBSD project has decided to rename their locale name,
> > so please apply the following patch.
> > 
> 
> Please don't, this patch is not yet ready for commit.
> 
> >  Char STRLANGEUCJPB[]	= { 'j', 'a', '_', 'J', 'P', '\0' };
> >  Char STRLANGEUCKRB[]	= { 'k', 'o', '_', 'K', 'R', '\0' };
> > +#   elif defined(__FreeBSD__)
> > +Char STRLANGEUCJPB[]	= { 'j', 'a', '_', 'J', 'P', '.', 'e', 'u', 'c'
, 'J', 'P', '\0' };
> > +Char STRLANGEUCKRB[]	= { 'k', 'o', '_', 'K', 'R', '.', 'e', 'u', 'c'
, 'K', 'R', '\0' };
> 
> 
> You shoud rely not on __FreeBSD__ only but on __FreeBSD_version, too
> ( >= 500020) because this change not planned to be merged to FreeBSD 4.x
> yet.

Issei-san's patch is *adding* support of new locale names of FreeBSD
(ja_JP.eucJP and ko_KR.eucKR), *not* deleting support of old locale
names (ja_JP.EUC and ko_KO.EUC).  tcsh with this patch works well
even of FreeBSD 4.x systems.

So, I think there is no problem with this patch.  Please commit!

--
------------------------------------------------------------------------
Motoyuki Konno                  motoyuki@bsdclub.org             (Home)
                                motoyuki@FreeBSD.ORG  (FreeBSD Project)
                                http://www.freebsd.org/~motoyuki/ (WWW)

