From owner-freebsd-i18n Fri Jun 15 9:55:20 2001 Delivered-To: freebsd-i18n@freebsd.org Received: from st41.arena.ne.jp (st41.arena.ne.jp [210.150.208.2]) by hub.freebsd.org (Postfix) with ESMTP id 2E33037B409 for ; Fri, 15 Jun 2001 09:55:10 -0700 (PDT) (envelope-from issei@issei.org) Received: (qmail 22758 invoked from network); 16 Jun 2001 01:55:08 +0900 Received: from unknown (HELO loki) (211.121.250.160) by issei.org with SMTP; 16 Jun 2001 01:55:08 +0900 Date: Sat, 16 Jun 2001 01:57:17 +0900 From: Issei Suzuki To: tcsh@mx.gw.com Subject: Patch for FreeBSD-current Cc: FreeBSD-tech-jp@jp.FreeBSD.org, i18n@FreeBSD.org Message-Id: <20010616014130.9052.ISSEI@issei.org> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.00.06 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, Recently, FreeBSD project has decided to rename their locale name, so please apply the following patch. c.f. http://docs.freebsd.org/mail/archive/2001/freebsd-i18n/20010603.freebsd-i18n.html http://docs.freebsd.org/mail/archive/2001/freebsd-i18n/20010610.freebsd-i18n.html Thanks, -- Issei.- diff -ur tcsh-6.10.01/tc.const.c tcsh-6.10.01-fbsd/tc.const.c --- tcsh-6.10.01/tc.const.c Sat Jun 16 01:20:26 2001 +++ tcsh-6.10.01-fbsd/tc.const.c Sat Jun 16 01:30:34 2001 @@ -147,6 +147,9 @@ # elif defined(aix) 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' }; # else Char STRLANGEUCJPB[] = { '\0' }; Char STRLANGEUCKRB[] = { '\0' }; To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-i18n" in the body of the message