From 3987d747abc2c538be81ecbaca4ef1f4e3bbb017 Mon Sep 17 00:00:00 2001 From: miwi Date: Fri, 28 Aug 2009 19:15:02 +0000 Subject: TECkit (Text Encoding Conversion toolkit) is a toolkit for converting data between 8-bit legacy encodings and Unicode. It can also be used for transliteration of Unicode between different scripts. TECkit uses a mapping description language (mapping byte encodings to Unicode). Mapping rules can be extended by (1) the use of character sequences rather than single characters on either side; (2) by the addition of contextual constraints (environments) determining when a rule should apply; (3) and by the use of character classes, optional and repeatable elements, grouping and alternation to express more complex patterns to be matched and processed. TECkit is particularly useful with XeTeX (Unicode-aware derivate of TeX). The following binaries are provided: teckit_compile mapping compiler that allows binary mapping tables (.tec) to be built from TECkit description files (.map) sfconv a tool for converting Standard Format (SF) files txtconv a utility to apply TECkit mappings to plain-text files WWW: http://scripts.sil.org/TECkit PR: ports/138212 Submitted by: Nikola Lecic --- textproc/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'textproc/Makefile') diff --git a/textproc/Makefile b/textproc/Makefile index 3b5920bb1bb..0785cc41da5 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1120,6 +1120,7 @@ SUBDIR += tclExpat SUBDIR += tdtd.el SUBDIR += te-aspell + SUBDIR += teckit SUBDIR += tei-guidelines-p3 SUBDIR += tei-guidelines-p4 SUBDIR += tei-lite -- cgit