From owner-freebsd-questions@FreeBSD.ORG Thu Jan 31 05:10:43 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7CA5416A41A for ; Thu, 31 Jan 2008 05:10:43 +0000 (UTC) (envelope-from edt1023@ms17.hinet.net) Received: from msr23.hinet.net (msr23.hinet.net [168.95.4.123]) by mx1.freebsd.org (Postfix) with ESMTP id DE74013C467 for ; Thu, 31 Jan 2008 05:10:42 +0000 (UTC) (envelope-from edt1023@ms17.hinet.net) Received: from ms17.hinet.net (61-223-69-80.dynamic.hinet.net [61.223.69.80]) by msr23.hinet.net (8.9.3/8.9.3) with SMTP id MAA13365; Thu, 31 Jan 2008 12:33:39 +0800 (CST) Received: by ms17.hinet.net (sSMTP sendmail emulation); Thu, 31 Jan 2008 12:30:00 +0800 Date: Thu, 31 Jan 2008 12:30:00 +0800 From: "Edward G.J. Lee" To: Tsu-Fan Cheng Message-ID: <20080131043000.GA3989@lgj.amnesia.net> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: GNU/Linux/*BSD Dreamer Club User-Agent: Mutt/1.5.17 (2007-11-01) Cc: FreeBSD Questions Subject: Re: vi+urxvt8.9+oxim for traditional chinese, HOW?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jan 2008 05:10:43 -0000 On Wed, Jan 30, 2008, Tsu-Fan Cheng wrote: > Hi, > I use rxvt-unicode8.9+oxim, want to vi a text document in > tradictional chinese. I have locale set as LC_CTYPE=zh_TW.UT-8. I > first have my input looks like xx/xx/. Then I set LC_CTYPE to > en_US.ISO8859-1, I got nothing. How should I get this done?? thank > you!! Try, env LC_ALL=en_US.ISO8859-1 vi or if you are using sh/bash LC_ALL=en_US.ISO8859-1 vi Edward