
Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [tlug] Questions about Japanese input (evolution)
Tried and failed using 1.2.2-5
> #!/bin/sh
> killev
> oaf-slay
> kinput2x -atok
> LANG=en_US LC_CTYPE=ja_JP.ujis LC_MESSAGES=en_US XMODIFIERS="@example.com=kinput2"
> evolution &
Menu's were English but couldn't get kanji to display using any encoding,
using and LANG setting etc. Input wouldn't.
Thanks anyway. I am happy with Opera but the wife....well you know those
corporate types!
--
Shawn
Ps Used:
#!/bin/sh
killev
oaf-slay
kinput2 -canna &
export XMODIFIERS="@example.com=kinput2";
export LANGUAGE=en_US.UTF-8;
export LANG=ja_JP;
export LC_ALL=ja_JP;
evolution &
and
#!/bin/sh
killev
oaf-slay
kinput2 -canna &
XMODIFIERS=@example.com=kinput2 LANGUAGE=en_US LC_CTYPE=ja_JP.eucJP LANG=ja_JP.eucJP
LC_ALL=ja_JP.eucJP ${1+"$@"}
Happily using M2, Opera's revolutionary e-mail client:
http://www.opera.com/m2/
Home |
Main Index |
Thread Index