1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
.\" makeedict.1 2000/07/28
.TH makeedict 1 "July 28th, 2000" "Phil\'s Software"
.SH NAME
makeedict \- Utility program for generating your own "edict" style dictionaries
.SH USAGE
makeedict OUTPUTFILE < inputfile
.SH input format
makeedict expects:
one line JIS encoding of up to two characters, in hex, with spaces between
the two, if you have two characters
one line english translation
[repeat until done]
It outputs in edict format.
.SH SEE ALSO
kdrill
.SH AUTHOR
Philip P. Brown
Philip Brown
July 28th, 2000
phil@bolthole.com
http://www.bolthole.com/kdrill/
|