1BICON(1) General Commands Manual BICON(1)
2
3
4
6 bicon - a bidirectional console
7
9 bicon [isocode] [command [arguments...]]
10
12 Bicon is a console program that supports bidirectional text display,
13 for languages like Arabic, Persian and Hebrew.
14
15 bicon uses bicon.bin(1) to do the real bidi/joining conversion after
16 loading a suitable keymap and font.
17
18 While using bicon you can switch between Arabic and English, or between
19 Persian and English, using the Alt-Shift key combination.
20
21
23 isocode
24 The two letter ISO country code, in small letters. If left
25 empty, the derived value from the LANG variable is used instead.
26
27
28 command
29 is executed by bicon after it loads. If omitted, bicon uses the
30 current SHELL , or /bin/sh if SHELL is undefined.
31
32
33 arguments
34 are passed to the command to run.
35
36
38 The following environment variables are utilized by bicon :
39
40
41 SHELL If the variable SHELL exists, the shell forked by bicon will be
42 that shell. If SHELL is not set, the Bourne shell is assumed.
43 (Most shells set this variable automatically).
44
45
46 LANG If isocode is not passed to bicon , it will examine LANG to
47 determine the desired language.
48
49
50 TERM Variable TERM is examined in case to determine how to set the
51 keymap and font. Recognized values are linux and xterm cur‐
52 rently.
53
54
55 DISPLAY
56 If the value of TERM is xterm, then DISPLAY is examined by bicon
57 to find the X server to contant to load the keymap.
58
59
61 bicon.bin(1), unicode_start(1), unicode_stop(1), loadkeys(1), dump‐
62 keys(1), kbd_mode(1), setfont(8), setxkbmap(1), xkbcomp(1).
63
64
66 This manual page was written by Muhammad Alkarouri, of the Arabeyes
67 project.
68
69
71 Please report bugs at http://bugs.arabeyes.org/cgi-
72 bin/bugzilla/enter_bug.cgi?product=BiCon.
73
74
76 Copyright © 2004 Arabeyes Project. This is free software; see the
77 source for copying conditions. There is NO warranty; not even for MER‐
78 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
79
80
81
82
83 March 28, 2004 BICON(1)