On Wed, Jan 17, 2001 at 07:10:57PM +0200, Tzafrir Cohen wrote:
> alias iso2utf='uniconv -I 8859_8 -O UTF8'
> alias utf2iso='uniconv -O 8859_8 -I UTF8'

BTW, you can do that with glibc-supplied iconv as well.

iconv -f iso-8859-8 -t utf-8
iconv -f utf-8 -t iso-8859-8

-- 
Best regards,
Ilya Konstantinov

=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to