.TH c2t 1 .SH Name c2t \- translates GB/Big5 encoding to tone pinyin et al (chinese) .SH Syntax .B c2t .I [-D dictionary] [-k|c file_name] [-m] .SH Description Translates from stdin chinese characters to stdout by default in pinyin. Programmed by Tommi Kaikkonen (tommi@phoenix.oulu.fi) in 1992. Improved by Katya Ta (ta_k@maths.su.oz.au). .IP \-D\ dictionary Seems to work fine for gb & big5 dictionaries with the corresponding input. Default: /usr/sbin/lib/cxterm/dicts/TONEPY.tit .IP \-k Keep - keep any characters not found ie. print them to stdio. Default: displays ??? .IP \-c\ file_name Character file of not found characters; not with -k! .IP \-m Multisearch - displays all possible matches of characters instead of just the first match. .SH Examples hz2gb < hzfile | c2t | cless c2t < gbfile > pinyinfile .SH Files .TP 15 .PN /usr/sbin/lib/cxterm/dicts/TONEPY.tit Used as translation dictionnary. Configured in c2t.c DICT string. Other dictionaries can be used instead of the default one with the command line switch -D dictionary_file_name. .SH See Also hz2gb(1)