view Wnn/manual.en/6.jutil/dtoa @ 13:778894f4449f

fixed typos
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Sun, 02 Mar 2008 19:47:09 +0900
parents bbc77ca4def5
children
line wrap: on
line source

DTOA(4)

NAME
   dtoa - To convert the binary form of dictionary back to UJIS format.

SYNOPSIS
    /usr/local/bin/Wnn4/dtoa [-n][-s][-e|E] <binary_dictionary> [frequency_file]

DESCRIPTION
    Dtoa converts the binary format dictionary to text format, and output to 
    standard output.  
    The second parameter can indicate more than one user usage frequency file 
    (for a particular user), which will be reflected in the text format
    dictionary. 

 * Function options 
	-s  Order the entries in text dictionary according to pronunciation.

	-n  Attach sequence numbers to the output.

	-e  To convert the special format. (There are space, tab and etc in
	    Kanji string) (default)

	-E  Don't convert the special format. (There are space, tab and etc in
	    Kanji string)

SEE ALSO
    atod(4), wnntouch(4), UJIS_format_dictionary(6)