• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

MakefileH A D03-May-2022173 106

READMEH A D24-Feb-1993719 2516

c2t.1H A D24-Feb-19931.1 KiB3732

c2t.cH A D03-May-20224.3 KiB159137

README

1c2t lets usual ASCII characters to pass-by, but the characters
2over 128 (decimal) will be translated according to their tone pinyin
3pronounciation. Tone pinyin is a way to write spoken chinese with
4roman characters.
5
6The gb2pinyin.el is intended to be used with MULE (MUltiLingual
7Extension to GNU Emacs). You can simply with one ESC-p see the
8pronounciation(s) of the current character in the minibuffer.
9Thanks to Dong-Ping Deng (deng@bnl.gov) for the gb2pinyin.el.
10
111. uudecode TONEPY.tit.Z.uu
12
132. uncompress TONEPY.tit
14
153. Configure the following line in c2t.c for your local system
16char *DICT="/usr/sbin/lib/cxterm/dicts/TONEPY.tit"
17
184. run make
19
205. Enjoy!
21
226. Mail (bug reports;-) to tommi@phoenix.oulu.fi
23
24Tommi
25