Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 06 Jan 2002 02:05:42 +0900
From:      Hiroo Ono <hiroo@oikumene.gcd.org>
To:        Alexey Zelkin <phantom@freebsd.org>
Cc:        stable@freebsd.org
Subject:   Re: HEADSUP: several locale renames were MFCed
Message-ID:  <86u1u0zq1l.wl@chrysanthe.oikumene.gcd.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
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




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