Skip site navigation (1)Skip section navigation (2)
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
Subject:   Re: Patch for FreeBSD-current
Message-ID:  <20010616024521.A22793@nagual.pp.ru>
In-Reply-To: <20010616014130.9052.ISSEI@issei.org>; from issei@issei.org on Sat, Jun 16, 2001 at 01:57:17AM %2B0900
References:  <20010616014130.9052.ISSEI@issei.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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/

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-i18n" in the body of the message




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