[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[emacs-bidi] improve visual-to-logical
From: |
Alex Schroeder |
Subject: |
[emacs-bidi] improve visual-to-logical |
Date: |
Tue, 13 Nov 2001 13:14:09 +0100 |
User-agent: |
Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1 (i686-pc-linux-gnu) |
"Ehud Karni" <address@hidden> writes:
> 1. Some visual text can not be put into logical order without
> formatting characters.
You are right. I didn't fully appreciate this.
> 2. The adding of formatting characters makes it easier to convert
> visual text to logical order.
Slowly I'm getting there. :)
>>> A simple way to do it is: 1. Add LRM at both ends of any SLS
>>> (strong L string). 2. For left to right reading paragraph -
>>> inverse each of the SLSs. For right to left reading paragraph -
>>> inverse each of the strings that are NOT SLS. The optimization is
>>> to get rid of the redundant LRMs.
I must be missing something related to the LRM character. In your
hebeng.el I find a unicode LRM, but when I look it up ?\375 is 00FD,
which is "LATIN SMALL LETTER Y WITH ACUTE". I assume that ?\375 is
LRM only in 8859-8 -- but what is the real UCS code-point? Since
Emacs 21 has mule-unicode charsets, perhaps I can use that instance of
LRM.
Alex.
--
http://www.emacswiki.org/
- Re: [emacs-bidi] bidi categories, (continued)
- Re: [emacs-bidi] bidi categories, Eli Zaretskii, 2001/11/08
- Re: [emacs-bidi] bidi categories, Alex Schroeder, 2001/11/09
- Re: [emacs-bidi] bidi categories, Alex Schroeder, 2001/11/09
- Re: [emacs-bidi] bidi categories, Eli Zaretskii, 2001/11/09
- Re: [emacs-bidi] bidi categories, derived from Unicode data, Alex Schroeder, 2001/11/09
- Re: [emacs-bidi] bidi categories, derived from Unicode data, Eli Zaretskii, 2001/11/10
- Re: [emacs-bidi] bidi categories, derived from Unicode data, Alex Schroeder, 2001/11/10
- Re: [emacs-bidi] bidi categories, Ehud Karni, 2001/11/10
- Re: [emacs-bidi] bidi categories, Alex Schroeder, 2001/11/10
- Re: [emacs-bidi] bidi categories, Ehud Karni, 2001/11/12
- [emacs-bidi] improve visual-to-logical,
Alex Schroeder <=
- Re: [emacs-bidi] improve visual-to-logical, Eli Zaretskii, 2001/11/13
- Re: [emacs-bidi] improve visual-to-logical, Alex Schroeder, 2001/11/13
- Re: [emacs-bidi] improve visual-to-logical, Eli Zaretskii, 2001/11/13
- Re: [emacs-bidi] improve visual-to-logical, Alex Schroeder, 2001/11/13
- Re: [emacs-bidi] improve visual-to-logical, Eli Zaretskii, 2001/11/13
- Re: [emacs-bidi] improve visual-to-logical, Ehud Karni, 2001/11/13
- Re: [emacs-bidi] improve visual-to-logical, Eli Zaretskii, 2001/11/13
- Re: [emacs-bidi] bidi categories, Alex Schroeder, 2001/11/13
- Re: [emacs-bidi] bidi categories, Ehud Karni, 2001/11/13
- Re: [emacs-bidi] adding LRM in visual-to-logical transform, Alex Schroeder, 2001/11/15