Converts other user dictionary to the operating system user dictionary. This command only applies to AIX 4.2 or higher.
twconvdict [ -i Type ] [ -v CodePage ] [ -f Source ] [ -t Target ]
The twconvdict command converts a dictionary to an operating system user dictionary. The supported code pages are SOPS, PS55 and ET. The dictionary type include both Tseng_Jye and Phonetic user dictionaries.
This command returns the following exit values:
0 | Successful completion. |
>0 | An error occurred. |
Access Control: You must have root authority to run this command.
Auditing Events: N/A
To convert the dictionary USRFONT.C12 to an operating system dictionary of code page of type SOPS and dictionary type of Tseng_Jye with the name aix, enter:
twconvdict -i TJ -v SOPS -f USRFONT.C12 -t aix
/usr/lpp/tls/bin/twconvdict | Contains the twconvdict command. |