Date: Mon, 9 Jun 2008 13:13:39 +0800 From: "Edward G.J. Lee" <edt1023@ms17.hinet.net> To: Yuri <yuri@rawbw.com> Cc: freebsd-questions <freebsd-questions@FreeBSD.ORG> Subject: Re: Input method doesn't work with QT applications. Anyone able to type Chinese into QT apps? Message-ID: <20080609051339.GA17338@lgj.amnesia.net> In-Reply-To: <484CB566.6050404@rawbw.com> References: <48498735.6030800@rawbw.com> <81a9e3840806070109g5605ca5ag52382cf100b454e6@mail.gmail.com> <484A4FDC.80308@rawbw.com> <81a9e3840806070228q440af610g94cec5599752048c@mail.gmail.com> <484A578A.5040008@rawbw.com> <20080609033309.GA12403@lgj.amnesia.net> <484CB566.6050404@rawbw.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Jun 08, 2008, Yuri wrote:
> Edward G.J. Lee wrote:
> >
> > unset LC_ALL
> > unset LANG
> > export LC_CTYPE=zh_TW.UTF-8
> >
>
> Thank you Edward,
>
> Now gcin menu is shown from QT app and all apps still speak English.
> But the problem is that selected Chinese character doesn't appear in the
> editbox in QT applications.
Your qt app and gcin must start via zh_TW.UTF-8 environment.
We don't have qt immodule in gcin ports yet.
Edward
ps. You need XIM when you use qt app. In ~/.bash_profile,
export QT_IM_MODULE=xim
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080609051339.GA17338>
