Mailing List Archive

Support open source code!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: kinput2 & netscape



Hi

At Sun, 03 Dec 2000 02:10:14 +0100,
Tobias Diedrich <ranma@example.com> wrote:
> 
> Hi all,
> 
> I've been trying the whole day to get japanese input working with
> netscape...
> But I have been unable to get it working.
> 
> Japanese input is working with yudit and kterm.

If you use Debian 

# su
# apt-get -r install user-ja 
# user-ja-conf

In potato or more recent version,
this script make so so good Japanese env.
It inserted such fragment shown below into my
.xsession 

	XIM=skkinput
	XIM2=
	# start XIM server
	if type $XIM &> /dev/null
	then
		$XIM $XIM2 &
	fi

and It alse inserted such fragment shown below into my
.Xresources

	#define XIM skkinput
	i!Kinput2*conversionStartKeys: Shift<Key>space \n\
	!	Ctrl<Key>o \n\
	!	Ctrl<Key>backslash \n\
	!	Alt<Key>Zenkaku_Hankaku
	Kinput2*conversionStartKeys: Shift<Key>space
	skkinput*conversionStartKey: Shift<Key>space

and It alse inserted such fragment shown below into my
.bashrc

	XIM=skkinput
	if [ "$TERM" = "linux" -o "${TERM%-*}" = "xterm" ]
	then
	  export LANG=C
	  export JLESSCHARSET=latin1
	else
	  export LANG=ja_JP.ujis
	  export JLESSCHARSET=japanese
	fi
	if type less &>/dev/null
	then
	  export PAGER=less
	else
	  export PAGER=more
	fi

--

ken


Home | Main Index | Thread Index

Home Page Mailing List Linux and Japan TLUG Members Links