[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Yudit 2.0 Unicode editor
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 linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il