/tchars

Troff pre-processor to translate a subset of betacode to utf8 polytonic greek.

Primary LanguageCOtherNOASSERTION

tchars - Translate characters for Troff.

Presentation
------------

Tchars is a troff pre-processor which translates a simple coded
information to complex utf-8 characters.  Actually, it can only
translate a subset of betacode to polytonic greek.

Example
-------

	echo ".CW fu/sis ." > f
	tchars f 
	#.CW φύσις .

Build
-----

To build and install tchars and its manual page, run :

    make
    make install

To uninstall and clean, run :

    make uninstall
    make clean


License
-------

Tchars and its man page are distributed under a the ISC license.