
Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [tlug] Questions about Japanese input
- Date: Sat, 09 Aug 2003 20:21:59 +0900
- From: Doug Lerner <doug@example.com>
- Subject: Re: [tlug] Questions about Japanese input
- User-agent: Microsoft-Entourage/10.1.1.2418
On 8/9/03 8:15 PM, "Shawn" <javajunkie@example.com> wrote:
>
>> (2) creating the script
>>
>> In a text editor, create the following
>>
>> #!/bin/bash
>> export LC_ALL=ja_JP
>> export LANG=ja_JP.eucJP
>> export XMODIFIERS='@example.com=kinput2'
>> kinput2 -canna &
>>
>>
> I use #!/bin/bash
> XMODIFIERS=@example.com=kinput2 LANGUAGE=ja_JP LC_CTYPE=ja_JP LC_ALL=ja_JP ${1+"$@"}
>
> I never use a kterm, only an xterm
> echo $LANG is meaningless to how I do it, but in the past I experienced the
> same problem as you and settled on the script above. The one I posted
> earlier was from the web page and not the actual one I used
>>
>
>
In your method, how is kinput2 started up?
doug
Home |
Main Index |
Thread Index