• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

bconsole/H03-May-2022-447382

bicon/H03-May-2022-666503

bin/H03-May-2022-274166

bjoining/H03-May-2022-1,001847

doc/H03-May-2022-201134

font/H03-May-2022-1,1901,043

keymap/H03-May-2022-330304

sbin/H20-Aug-2015-6647

testtext/H03-May-2022-5649

.indent.proH A D20-Aug-2015404 2625

AUTHORSH A D20-Aug-2015101 32

COPYINGH A D20-Aug-201529 KiB584484

HISTORYH A D20-Aug-20153 KiB8869

HISTORY.farsiH A D20-Aug-201520.6 KiB573400

Makefile.amH A D03-May-20221.4 KiB5033

NEWSH A D20-Aug-20151,007 2522

READMEH A D20-Aug-20151.1 KiB5033

THANKSH A D20-Aug-2015258 117

TODOH A D20-Aug-2015483 1513

autogen.shH A D20-Aug-2015612 2819

bicon.pc.inH A D20-Aug-2015267 1411

configure.acH A D20-Aug-20151.6 KiB6960

git.mkH A D20-Aug-20158.8 KiB286184

README

1=================================
2BiCon - The Bidirectional Console
3=================================
4
5Dependencies
6------------
7
8 - FriBiDi >= 0.10.4 (library AND headers)
9
10
11Installation
12------------
13
14You need the FriBidi library to compile this program. Probably
15you have it in your distribution. If not, get it from
16http://fribidi.org/
17
18Installation is simple, the usual steps:
19
20	./autogen.sh
21	./configure
22	make
23	make install
24
25Usage
26-----
27
28This program currently can be used under Linux console, or
29terminal emulators with basic Unicode rendering support, like
30gnome-terminal, xterm, or PuTTY.
31
32Simply run "bicon" to get a console supporting Arabic or Persian.
33The language used is chosen according to the LANG environment
34variable.
35
36You can also choose the language country by specifying the country on
37the country on the command line, e.g ::
38
39	bicon sa          # enables Arabic (Saudi Arabia) support
40	bicon ir          # for Persian (Iran)
41
42You can use the alt+shift combination to switch keyboard language.
43
44Of course, you have a man page bicon(1) to check.
45
46Reporting Bugs
47--------------
48
49Please report all bugs to http://github.com/behdad/bicon
50