Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Jun 2001 11:02:00 +0900
From:      Motoyuki Konno <motoyuki@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
Subject:   Re: Patch for FreeBSD-current
Message-ID:  <200106160202.f5G220q25446@sakura.mk.bsdclub.org>
References:  <20010616014130.9052.ISSEI@issei.org> <20010616024521.A22793@nagual.pp.ru>

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


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?200106160202.f5G220q25446>