From owner-freebsd-bugs Thu Jul 11 10: 0:36 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8034437B400 for ; Thu, 11 Jul 2002 10:00:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3273043E09 for ; Thu, 11 Jul 2002 10:00:33 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6BH0UJU057073 for ; Thu, 11 Jul 2002 10:00:30 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6BH0Use057062; Thu, 11 Jul 2002 10:00:30 -0700 (PDT) Date: Thu, 11 Jul 2002 10:00:30 -0700 (PDT) Message-Id: <200207111700.g6BH0Use057062@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Jonathan Chen Subject: Re: bin/23489: tcsh fails to do file completion on non-English characters Reply-To: Jonathan Chen Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/23489; it has been noted by GNATS. From: Jonathan Chen To: "Jin Guojun [DSD]" Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: bin/23489: tcsh fails to do file completion on non-English characters Date: Thu, 11 Jul 2002 12:54:26 -0400 On Wed, Jul 10, 2002 at 01:43:08PM -0700, Jin Guojun [DSD] wrote: > Tried on both XFree86 4.2.0_1,1 under FreeBSD 4.6 and 3.3.6 under FreeBSD 4.5 > None of these ENV was set. I believe your problem was that none of the environment variables are set. Without them set, tcsh won't know that the 8-bit half characters are valid, and won't allow them. I recommend setting both LANG and LC_ALL (in your rc files if you like) to a chinese character set. I use zh_TW.Big5 but you can find out what other values are available by looking in /usr/share/locale. Please try this and let me know if it works. -Jon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message