From owner-FreeBSD-tech-jp@jp.freebsd.org  Sat Jun 16 07:45:44 2001
Received: (from daemon@localhost)
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) id HAA92549;
	Sat, 16 Jun 2001 07:45:44 +0900 (JST)
	(envelope-from owner-FreeBSD-tech-jp@jp.FreeBSD.org)
Received: from nagual.pp.ru (root@pobrecita.freebsd.ru [194.87.13.42])
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) with ESMTP id HAA92544
	for <FreeBSD-tech-jp@jp.FreeBSD.org>; Sat, 16 Jun 2001 07:45:42 +0900 (JST)
	(envelope-from ache@nagual.pp.ru)
Received: (from ache@localhost)
	by nagual.pp.ru (8.11.4/8.11.4) id f5FMjP322880;
	Sat, 16 Jun 2001 02:45:25 +0400 (MSD)
	(envelope-from ache)
Date: Sat, 16 Jun 2001 02:45:22 +0400
From: "Andrey A. Chernov" <ache@nagual.pp.ru>
To: Issei Suzuki <issei@issei.org>
Cc: tcsh@mx.gw.com, FreeBSD-tech-jp@jp.FreeBSD.org, i18n@FreeBSD.ORG
Message-ID: <20010616024521.A22793@nagual.pp.ru>
References: <20010616014130.9052.ISSEI@issei.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
In-Reply-To: <20010616014130.9052.ISSEI@issei.org>; from issei@issei.org on Sat, Jun 16, 2001 at 01:57:17AM +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 3104
Subject: [FreeBSD-tech-jp 3104] Re: Patch for FreeBSD-current
Errors-To: owner-FreeBSD-tech-jp@jp.freebsd.org
Sender: owner-FreeBSD-tech-jp@jp.freebsd.org
X-Originator: ache@nagual.pp.ru

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.

-- 
Andrey A. Chernov
http://ache.pp.ru/
