Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jul 2002 10:00:30 -0700 (PDT)
From:      Jonathan Chen <jon@spock.org>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: bin/23489: tcsh fails to do file completion on non-English characters
Message-ID:  <200207111700.g6BH0Use057062@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/23489; it has been noted by GNATS.

From: Jonathan Chen <jon@spock.org>
To: "Jin Guojun [DSD]" <j_guojun@lbl.gov>
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




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