On Mon, Aug 30, 2004 at 09:27:03AM +0300, Kfir Lavi wrote: > ls -1|od -tx1 > 0000200 ן?½ _ ן?½ ן?½ ן?½ ן?½ - ן?½ ן?½ ן?½ _ ן?½ > ן?½ ן?½ ן?½ \n > ls -1|od -c > 0000200 e4 5f e4 e9 ec e3 2d e6 ee ef 5f f1 e5 eb f8 0a
I think you switched the commands and their outputs - the first is '-c' and the second '-tx1'. The data itself seems like iso8859-8 to me, not utf-8. Open an xterm with a 8859-8 font (e.g. heb6x13) and ls -l should work well. -- Didi ================================================================= 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]