File: titdic-cnv.el.html
Convert cxterm dictionary (of TIT format) to quail-package.
Usage (within Emacs):
M-x titdic-convert<CR>CXTERM-DICTIONARY-NAME<CR>
Usage (from shell):
% emacs -batch -l titdic-cnv -f batch-titdic-convert\
[-dir DIR] [DIR | FILE] ...
When you run titdic-convert within Emacs, you have a chance to
modify arguments of quail-define-package before saving the
converted file. For instance, you are likely to modify TITLE,
DOCSTRING, and KEY-BINDINGS.
Cxterm dictionary file (*.tit) is a line-oriented text (English,
Chinese, Japanese, and Korean) file. The whole file contains of
two parts, the definition part (header here after) followed by
the dictionary part (body here after). All lines begin with
leading '#' are ignored.
Each line in the header part has two fields, KEY and VALUE. These fields are separated by one or more white characters.
Each line in the body part has two fields, KEYSEQ and TRANSLATIONS. These fields are separated by one or more white characters.
See the manual page of tit2cit of cxterm distribution for more
detail.
Near the end of this file, we also have a few other tools to convert miscellaneous dictionaries.
Defined variables (0)
Defined functions (19)
batch-miscdic-convert | () |
batch-titdic-convert | (&optional FORCE) |
ctlau-b5-converter | (DICBUF) |
ctlau-converter | (DICBUF DESCRIPTION) |
ctlau-gb-converter | (DICBUF) |
miscdic-convert | (FILENAME &optional DIRNAME) |
pinyin-convert | () |
py-converter | (DICBUF) |
quick-b5-converter | (DICBUF) |
quick-cns-converter | (DICBUF) |
tit-flush-translations | (KEY TRANSLATIONS) |
tit-generate-key-bindings | (KEYS FUNCTION-SYMBOL) |
tit-make-quail-package-file-name | (FILENAME &optional DIRNAME) |
tit-process-header | (FILENAME) |
titdic-convert | (FILENAME &optional DIRNAME) |
tsang-b5-converter | (DICBUF) |
tsang-cns-converter | (DICBUF) |
tsang-quick-converter | (DICBUF TSANG-P BIG5-P) |
ziranma-converter | (DICBUF) |