From owner-freebsd-questions@FreeBSD.ORG Wed Jan 30 13:02:04 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 227E216A41B for ; Wed, 30 Jan 2008 13:02:04 +0000 (UTC) (envelope-from tfcheng@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.229]) by mx1.freebsd.org (Postfix) with ESMTP id C81B813C448 for ; Wed, 30 Jan 2008 13:02:03 +0000 (UTC) (envelope-from tfcheng@gmail.com) Received: by wr-out-0506.google.com with SMTP id 68so94376wri.3 for ; Wed, 30 Jan 2008 05:02:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=reoZeAcTMvFHiscyR+zBn6ELtAlZ1iUD2R2+ak04Mhc=; b=JnHXAXrKj6Gd0hdH1/38nV2QXfPe8swXyJnW0SdhhwU+yqqQ0V8gjPefhl2JzGOwZuv3KbK2ZE1iaKlf5jVZrU1KsnL0a6qe/fvQQ9na9HUwCOze4U24mGHWHzCYI72THyklYshlH8LkPTVfwGB1/wswdezecP5V6AwYSibQmZs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=WmXeK5DRrNBhpNKv4Hg8RV9tvF70eRW45SPQn18BgHlDPNUBH2iQyZ7929GpIJjZ58SC6Pq38bdnYr52KN/pE563gVwvZ15NroUx0TIBy52rgydzPNFpi5VT/x98rbQWGdb6Wmm0r6c3RGufJMmWs3AEKverRnZzjaSe1QdNYKA= Received: by 10.142.251.9 with SMTP id y9mr263239wfh.43.1201698121501; Wed, 30 Jan 2008 05:02:01 -0800 (PST) Received: by 10.143.167.1 with HTTP; Wed, 30 Jan 2008 05:02:01 -0800 (PST) Message-ID: Date: Wed, 30 Jan 2008 08:02:01 -0500 From: "Tsu-Fan Cheng" To: "FreeBSD Questions" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: 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: Wed, 30 Jan 2008 13:02:04 -0000 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!! (freebsd 6.2) TFC