• Stars
    star
    160
  • Rank 234,703 (Top 5 %)
  • Language
    C
  • License
    Other
  • Created over 11 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

BiCon—The Bidirectional Console
=================================
BiCon - The Bidirectional Console
=================================

Dependencies
------------

 - FriBiDi >= 0.10.4 (library AND headers)


Installation
------------

You need the FriBidi library to compile this program. Probably
you have it in your distribution. If not, get it from
http://fribidi.org/

Installation is simple, the usual steps:

	./autogen.sh
	./configure
	make
	make install

Usage
-----

This program currently can be used under Linux console, or
terminal emulators with basic Unicode rendering support, like
gnome-terminal, xterm, or PuTTY.

Simply run "bicon" to get a console supporting Arabic or Persian.
The language used is chosen according to the LANG environment
variable.

You can also choose the language country by specifying the country on
the country on the command line, e.g ::

	bicon sa          # enables Arabic (Saudi Arabia) support
	bicon ir          # for Persian (Iran)

You can use the alt+shift combination to switch keyboard language.

Of course, you have a man page bicon(1) to check.

Reporting Bugs
--------------

Please report all bugs to http://github.com/behdad/bicon

More Repositories

1

glyphy

GLyphy is a signed-distance-field (SDF) text renderer using OpenGL ES2 shading language.
C++
646
star
2

color-emoji

Tool to build color fonts using Google color-font format
Python
56
star
3

fontconfig

FontConfig
C
34
star
4

git.mk

Makefile to automatically generate .gitignore files for autotools-based projects
Makefile
31
star
5

slippy

Simple PyCairo-based presentation tool
Python
23
star
6

cairo

Clone of cairo graphics library
C
13
star
7

freetype

My FreeType playground; most patches make it upstream within days
C
11
star
8

rira-www

RiRa—Persian Digital Library: Website frontend
PHP
9
star
9

ftthread

Test case for FreeType thread-safety (or lack thereof)
C
8
star
10

generate-avar2

Build script for RobotoFlex with avar2 table
Python
6
star
11

glyphy-emscripten

GLyphy compiled via emscripten
HTML
5
star
12

waveflag

Tool to "wave" PNG flag images
C
5
star
13

glossy

GLossy is a limited OpenGL ES2 pipeline implementation in C++
C++
4
star
14

matrix4x4-c

Basic set of 4x4 matrix operations. Can be used to replace OpenGL fixed-pipeline matrix operations.
C
4
star
15

state-of-text-rendering

This is the "source" for http://behdad.org/text whitepaper
HTML
3
star
16

pascalalgs

Miscellaneous algorithms and data structures implemented in Pascal from 2000 / 2001!
Pascal
3
star
17

box2d

Automatically exported from code.google.com/p/box2d
C
2
star
18

playground

Misc stuff
Python
2
star
19

use-syllables

Use Universal Shaping Engine code from HarfBuzz to segment text into syllables
C++
2
star
20

fribidi-vs-unicode

Tool to test GNU FriBidi against Unicode's BidiTest.txt test suite
C
2
star
21

colrv2-playground

COLR templatizer ala https://github.com/googlefonts/colr-gradients-spec/issues/371
Python
1
star
22

bprobe

bprobe is a simple tool to probe shared-library calls
C
1
star
23

fc-monitor

Piece of code to monitor fontconfig font directories and configuration for changes
C
1
star
24

glyphcoords

Test repo for optimizing glyph outline coordinate storage in Python
Python
1
star
25

googlefontdirectory

Automatically exported from code.google.com/p/googlefontdirectory
1
star
26

behdadcalendar

Temporary repo for testing Taghvim
PHP
1
star
27

noto-color-emoji-svg-test

Test fonts for NotoColorEmoji in SVG and SVGZ format in OpenType
HTML
1
star
28

google-fonts-ofl-interpolatable-results

Test results of `fonttools var.Libinterpolatable` on Google Fonts OFL collection
Shell
1
star
29

noto-nastaliq-urdu-test-page

Source for http://behdad.org/urdu test page
HTML
1
star
30

pangox-compat

This is a compatibility library providing the obsolete pangox library
C
1
star
31

malloc-stats

Small LD_PRELOAD library to show allocation stats
C
1
star
32

mlo

Sketch of a meta loop optimizer; ignore for now, nothing useful right now
C++
1
star