On Monday 20 May 2002 12:20, Nadav Har'El wrote:
> This was exactly my point. When you have a iso-8859-8-i email, what
> are "blocks"? If the mail reader and writer don't agree on the same
> definition of blocks, there can be problems.
in kde3, lars fixed the hebrew output of kmail, to what you see now. Blocks in 
his implementation are paragraphs, which he counted as 2 <cr>. I patched the 
sources so the blocks are now "lines" so it will look similar to what you see 
in the editor, this code will be available in next release.

> My bidiv heuristics are as follows: a new "block" on an empty line. All
> the lines in a block are given the same base direction, determined by the
> first character that has a direction in the first line of the block. If
> none of the characters of that first line has a direction, I use the
> previous block's direction for that line, and continue to the next line.
I need to implement "neutral" lines/blocks but the only difference between 
both implementations are one empty line against 2.

> These heuristics are necessary for sensibly formatting email (or other
> plain text) that might contain blocks of English text, such as headers,
> signatures, included code, and so on. I have no idea what heuristics
> Microsoft Outlook uses, for example.
none. You may try CTRL-SHIFT to switch the direction, but it has been a while 
since I used that program.

 - diego

-- 
The longer the title, the less important the job.


=================================================================
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