Converts other user dictionary to the AIX user dictionary. This command only applies to AIX Version 4.2 or higher.
twconvdict [ -i Type ] [ -v CodePage ] [ -f Source ] [ -t Target ]
The twconvdict command converts a dictionary to an AIX 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.
To convert the dictionary USRFONT.C12 to an AIX dictionary of code page of type SOPS and dictioanry 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. |