From: Araki K. <j00...@ip...> - 2001-12-07 04:35:56
|
Hi, I retried to implement RTL character support using FriBidi. http://f-cubed.com/ken/mlterm/mlterm-2.1.0-pre20011207-rtl3.tar.gz Please test this and give us your comments:) <HOW TO> First of all , install the latest FriBidi library (http://fribidi.sourceforge.net/) to your system. and then , compile mlterm as follows. $ ./configure --enable-fribidi $ make $ make install $ mlterm -km utf8 -bi you can't use bidi support without -bi option. otherwise , you can also use bidi by adding use_bidi = true to ~/.mlterm/main. -- kiken j00...@ip... |