From owner-freebsd-stable Sat Jan 5 9:12:13 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mail502.nifty.com (mail502.nifty.com [202.248.37.210]) by hub.freebsd.org (Postfix) with ESMTP id 1ACFC37B41C for ; Sat, 5 Jan 2002 09:12:11 -0800 (PST) Received: from mail.oikumene.gcd.org by mail502.nifty.com (8.11.6+3.4W/3.7W-09/06/01) with SMTP id g05H5iD06533 for ; Sun, 6 Jan 2002 02:05:45 +0900 Received: (qmail 2082 invoked from network); 5 Jan 2002 17:05:42 -0000 Received: from chrysanthe.oikumene.gcd.org (192.168.0.12) by mail.oikumene.gcd.org with SMTP; 5 Jan 2002 17:05:42 -0000 Date: Sun, 06 Jan 2002 02:05:42 +0900 Message-ID: <86u1u0zq1l.wl@chrysanthe.oikumene.gcd.org> From: Hiroo Ono To: Alexey Zelkin Cc: stable@freebsd.org Subject: Re: HEADSUP: several locale renames were MFCed In-Reply-To: <20020105183137.A79023@ark.cris.net> References: <20020105183137.A79023@ark.cris.net> User-Agent: Wanderlust/2.6.1 (Upside Down) SEMI/1.14.3 (Ushinoya) FLIM/1.14.3 (=?ISO-8859-4?Q?Unebigory=F2mae?=) APEL/10.3 Emacs/21.1 (i386--freebsd) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At Sat, 5 Jan 2002 18:31:37 +0200, Alexey Zelkin wrote: > I've just MFCed following several locale renames > 4. *.EUC -> *.euc?? Is the relevant change in tcsh planned? > In case if you'll experience any problems in locale > specific areas please notice me immidiately. for example, src/contrib/tcsh/tc.const.c rev.1.1.1.2.2.3 knows only those two entries for EUC. It won't understand the new locale ja_JP.eucJP and ko_KR.eucKR. # if defined(__FreeBSD__) || defined(__uxps__) || defined(sgi) || defined(aix) Char STRLANGEUCJP[] = { 'j', 'a', '_', 'J', 'P', '.', 'E', 'U', 'C', '\0' }; Char STRLANGEUCKR[] = { 'k', 'o', '_', 'K', 'R', '.', 'E', 'U', 'C', '\0' }; # To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message