Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Jun 2001 01:57:17 +0900
From:      Issei Suzuki <issei@issei.org>
To:        tcsh@mx.gw.com
Cc:        FreeBSD-tech-jp@jp.FreeBSD.org, i18n@FreeBSD.org
Subject:   Patch for FreeBSD-current
Message-ID:  <20010616014130.9052.ISSEI@issei.org>

next in thread | raw e-mail | index | archive | help
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




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