emacs-bidi
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [emacs-bidi] reordering based on implicit levels


From: Eli Zaretskii
Subject: Re: [emacs-bidi] reordering based on implicit levels
Date: Tue, 13 Nov 2001 09:05:51 +0200

> From: Alex Schroeder <address@hidden>
> Date: Mon, 12 Nov 2001 22:43:03 +0100
> 
> (let ((str "car MEANS CAR."))
>    (bidi-resolve-implicit-levels
>     (bidi-resolve-weak-types
>      (bidi-get-types str))
>     (make-list (length str) 1)))
> 
>   => (2 2 2 2 1 1 1 1 1 1 1 1 1 2)
> 
> The final full-stop gets a level of 2.  I will investigate some more;
> it could be that the problem I am having is related to the sor/eor
> assumptions I am making.

A bug, I think.  End of paragraph needs special handling (UAX#9 says
that all embeddings end there).



reply via email to

[Prev in Thread] Current Thread [Next in Thread]