Package: translate Version: 0.6.0~debian0In a shell with ISO-8859-1/latin1 encoding translate triggers an iconv issue for some words, resulting in the output ending with:
iconv: illegal input sequence at position 560 or some other position.
This can be fixed by adding a '-c' to the translate script: echo $OPT "$1" | iconv -c -f UTF-8 -t $CHARSET Cheers, Markus