From owner-freebsd-questions@FreeBSD.ORG Sat Jun 7 09:40:27 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E311B1065673 for ; Sat, 7 Jun 2008 09:40:27 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell.rawbw.com (shell.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id AC72A8FC17 for ; Sat, 7 Jun 2008 09:40:27 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from eagle.syrec.org (ip224.carlyle.sfo.ygnition.net [24.219.144.224]) (authenticated bits=0) by shell.rawbw.com (8.13.6/8.13.6) with ESMTP id m579eRNS052893; Sat, 7 Jun 2008 02:40:27 -0700 (PDT) Message-ID: <484A578A.5040008@rawbw.com> Date: Sat, 07 Jun 2008 02:40:26 -0700 From: Yuri User-Agent: Thunderbird 2.0.0.14 (X11/20080505) MIME-Version: 1.0 To: Jyun-Yi Liou <7yuny1@gmail.com> References: <48498735.6030800@rawbw.com> <81a9e3840806070109g5605ca5ag52382cf100b454e6@mail.gmail.com> <484A4FDC.80308@rawbw.com> <81a9e3840806070228q440af610g94cec5599752048c@mail.gmail.com> In-Reply-To: <81a9e3840806070228q440af610g94cec5599752048c@mail.gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Input method doesn't work with QT applications. Anyone able to type Chinese into QT apps? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: yuri@rawbw.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Jun 2008 09:40:28 -0000 Hi Jyun-Yi, With these environment variables prompt window pops up from QT apps but editboxes don't get selected word. Also all GTK applications begin to speak Chinese. Yuri Jyun-Yi Liou wrote: > Hi Yuri, > try this below, > > export LANG=zh_TW.UTF-8 > export LC_CTYPE=zh_TW.UTF-8 > export LC_MESSAGES en_US.ISO8859-1 > export LC_TIME en_US.ISO8859-1 > > this may let your gcin working and keep your system speak in english > > further more, you may want to read this doc > http://chinsan2.twbbs.org/zh-tut/ > > Regards, > jyuny1 >