Next Previous Contents

10. idp2text

Wordtrans supports the dictionaries from The Internet Dictionary Project (IDP) available at http://www.june29.com/IDP/IDPfiles.html, but the format of these dictionaries code some characters in a special way, so it's needed a conversion so wordtrans can display those characters correctly.

This program makes that conversion (it also can do the opposite operation). It reads from the standard input the original file and writes the converted file to the standart output.

10.1 Usage

idp2text [--help] [-c]

--help

Show a helping message

-c

Encode from latin1 to the IDP format

10.2 Typical usage

idp2text < idp_file.txt > output_file.txt


Next Previous Contents