On Sat, Jan 26, 2002, Tzafrir Cohen wrote about "Re: kde3 hebrew bugs (hebrew only)":
> And what about the rest of us?
>
> I happen to read this message in pine run on solaris. It is run inside an
> xterm (I decided to try to run it this time with '-u8, but I'm not sure I
> got the font right) and I can't read your message.
Just use bidiv (in a good-old-iso8859-8 xterm, e.g. "xterm -fn heb8x13").
It will convert the unicode to iso8859-8 for you, and do all the reversing
and alignment you need.
(bidiv is available from ftp.ivrix.org.il, and uses the Fribidi library to
do the actual tough work).
In my .muttrc I have
set pager="bidi_pager"
where bidi_pager is
#!/bin/sh
exec bidiv "$@" | less -c
And I see Hebrew emails (including that one) beautifully :)
P.S. When I finally release the next version of bidiv, it will also check
the LC_CTYPE and generate utf8 (rather than iso8859-8) for utf8 terminals.
--
Nadav Har'El | Saturday, Jan 26 2002, 14 Shevat 5762
[EMAIL PROTECTED] |-----------------------------------------
Phone: +972-53-245868, ICQ 13349191 |Cats aren't clean, they're just covered
http://nadav.harel.org.il |with cat spit.
=================================================================
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]