rev |
line source |
hackdorte@20011
|
1 This program currently can be used under Linux console, or terminal emulators
|
hackdorte@20011
|
2 with basic Unicode rendering support, like gnome-terminal, xterm, or PuTTY.
|
hackdorte@20011
|
3
|
hackdorte@20011
|
4 Simply run "bicon" to get a console supporting Arabic or Persian. The language
|
hackdorte@20011
|
5 used is chosen according to the LANG environment variable.
|
hackdorte@20011
|
6
|
hackdorte@20011
|
7 You can also choose the language country by specifying the country on the
|
hackdorte@20011
|
8 country on the command line, e.g ::
|
hackdorte@20011
|
9
|
hackdorte@20011
|
10 bicon sa # enables Arabic (Saudi Arabia) support
|
hackdorte@20011
|
11 bicon ir # for Persian (Iran)
|
hackdorte@20011
|
12
|
hackdorte@20011
|
13 You can use the alt+shift combination to switch keyboard language.
|
hackdorte@20011
|
14
|
hackdorte@20011
|
15 Of course, you have a man page bicon(1) to check.
|
hackdorte@20011
|
16
|
hackdorte@20011
|
17 Please report all bugs to http://github.com/behdad/bicon
|