Re: japanese character on roxterm

2015-05-31 Thread Tuyosi Takesima
hi all .

at last i find the xfce4-terminal as th best japanese terminal .
even menu is japanized .

see
http://openbsd-akita.blogspot.jp/2015/04/56-57-snapshot.html

$ ./comment-out.bat .xinitrc
export GTK_IM_MODULE=ibus
export XMODIFIERS=@im=ibus
export QT_IM_MODULE=ibus
export LC_CTYPE=en_US.UTF-8  <-- related ?
/usr/local/bin/ibus-daemon -d -x -r
jwm


$ ./comment-out.bat .profile
PATH=$HOME/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sb$
export PATH HOME TERM
export LANG=ja_JP.UTF-8 <--- related ?
export PKG_PATH=http://ftp.jaist.ac.jp/pub/OpenBSD/5.7/packages/i386

---
regards



Re: japanese character on roxterm

2015-04-10 Thread Tuyosi Takesima
in addtion.

in case of japanese file name , uxterm is not OK.
namely it cannot ' touch 'japanese-name.txt'
roxterm goes well .--->touch にほん語.txt

and
$ cat
/usr/local/bin/lll
ls $1 | cat -

this lll is goes well.
---
regards