Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 06 Jan 2002 02:05:44 +0900
From:      Hajimu UMEMOTO <ume@mahoroba.org>
To:        Alexey Zelkin <phantom@freebsd.org>
Cc:        stable@freebsd.org, re@freebsd.org
Subject:   Re: HEADSUP: several locale renames were MFCed
Message-ID:  <ygen0zszq1j.wl@mille.mahoroba.org>
In-Reply-To: <20020105183137.A79023@ark.cris.net>
References:  <20020105183137.A79023@ark.cris.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

>>>>> On Sat, 5 Jan 2002 18:31:37 +0200
>>>>> Alexey Zelkin <phantom@freebsd.org> said:

phantom> I've just MFCed following several locale renames

phantom> 1. ISO_* -> ISO*
phantom> 2. ru_SU* -> ru_RU*
phantom> 3. DIS_* -> ISO*-15
phantom> 4. *.EUC -> *.euc??
phantom> 5. *.ASCII -> *.US-ASCII

Current tcsh is not aware of ja_JP.eucJP locale.  I sent the patch to
the author of tcsh, before.  We need to merge it, too.  However, once
MFC is done, the patch becomes insufficient.  The patch I sent is
following:

Index: contrib/tcsh/tc.const.c
diff -u contrib/tcsh/tc.const.c.orig contrib/tcsh/tc.const.c
--- contrib/tcsh/tc.const.c.orig	Mon Oct  8 02:51:53 2001
+++ contrib/tcsh/tc.const.c	Wed Nov 28 05:06:45 2001
@@ -147,6 +147,11 @@
 #   elif defined(aix)
 Char STRLANGEUCJPB[]	= { 'j', 'a', '_', 'J', 'P', '\0' };
 Char STRLANGEUCKRB[]	= { 'k', 'o', '_', 'K', 'R', '\0' };
+#   elif defined(__FreeBSD__) && __FreeBSD__ >= 5
+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' };

--
Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan
ume@mahoroba.org  ume@bisd.hitachi.co.jp  ume@{,jp.}FreeBSD.org
http://www.imasy.org/~ume/

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




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