On 30 Oct 2001 00:14:46 -0800, Ben Pfaff <[EMAIL PROTECTED]> wrote: > To get the interface back to English, I then modified .xsession > so that LANG is unset after the kinput2 daemon is started. > Unfortunately, this also had the effect of disabling Japanese > input; shift+space doesn't do anything anymore.
Please try this: ---- export LANG=ja_JP.eucJP #export LC_CTYPE=C export LC_COLLATE=C export LC_MONETARY=C export LC_NUMERIC=C export LC_TIME=C export LC_MESSAGES=C #export LC_ALL=C #export LANGUAGE=C ---- (But some applications (e.g. Netscape 4) ignore LC_* setting...) P.S. The list [EMAIL PROTECTED]' discusses how to use Japanese on Debian system in English. -- Tatsuya Kinoshita

