On Tue, Feb 04, 2003, shlomo solomon wrote about "Hebrew *.doc and e-mail experiment": > everything was backward. I then cut-and-pasted into KMail's composer (again > out-of-the box Mandrake 9.0). And the document was correctly detected as > Hebrew - including the correct RTL direction.
But you lost all the formatting of the text. If text is enough for you, you can also use antiword, it's much easier and more automatic. I have the following script to which I pipe Hebrew MS-Word attachments I get: #!/bin/zsh # hebrew ms-word viewer antiword -m 8859-8.txt =(cat) | bidiv Which works quite nicely. It even keeps some of the text formating (with the limitations of ascii, of course). BTW, for the Debian users out there, thanks to Baruch Even bidiv is available as a package (see http://packages.debian.org/unstable/text/bidiv.html). -- Nadav Har'El | Tuesday, Feb 4 2003, 3 Adar I 5763 [EMAIL PROTECTED] |----------------------------------------- Phone: +972-53-245868, ICQ 13349191 |Boat: A hole in the water surrounded by http://nadav.harel.org.il |wood into which one pours money. ================================================================= 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]