From owner-freebsd-i18n Fri Jun 15 19: 2: 7 2001 Delivered-To: freebsd-i18n@freebsd.org Received: from mail.mk.bsdclub.org (adsl2180.ea.rim.or.jp [202.247.148.180]) by hub.freebsd.org (Postfix) with ESMTP id 91AA637B406 for ; Fri, 15 Jun 2001 19:02:03 -0700 (PDT) (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" Cc: Issei Suzuki , tcsh@mx.gw.com, FreeBSD-tech-jp@jp.FreeBSD.org, i18n@FreeBSD.ORG Subject: Re: Patch for FreeBSD-current From: Motoyuki Konno 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 Sender: owner-freebsd-i18n@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, "Andrey A. Chernov" 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