1DPROMDIC(1) General Commands Manual DPROMDIC(1)
2
3
4
5dpromdic - Convert the binary-form Romaji-to-Kana conversion table into the
6text-form table dpromdic [ file ]
7
9 dpromdic converts the binary-form Romaji-to-Kana conversion table into
10 the text-form table. It then outputs the result to the standard out‐
11 put.
12
13 After a dictionary table is converted into the binary dictionary by
14 using mkromdic(1), dpromdic can returns it to the text-form table.
15
16 The contents converted into binary dictionary from the text dictionary
17 by using mkromdic(1) is sorted in alphabetical order of Romaji. The
18 comment lines are deleted in this table.
19
21 % dpromdic test.kp
22 (The contents of test.kp are output, in text form, to the
23 standard output.)
24 % dpromdic test.kp > test1.kpdef
25 (Dictionary table test1.kpdef is created in text form.)
26
28 mkromdic(1)
29
30
31
32
33 DPROMDIC(1)