[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [emacs-bidi] improve visual-to-logical
From: |
Eli Zaretskii |
Subject: |
Re: [emacs-bidi] improve visual-to-logical |
Date: |
Tue, 13 Nov 2001 15:03:11 +0200 (IST) |
On Tue, 13 Nov 2001, Alex Schroeder wrote:
> I assume that ?\375 is LRM only in 8859-8
Yes. To convert that to the Mule codepoint, use this:
(make-char 'hebrew-iso8859-9 (- ?\375 128))
> -- but what is the real UCS code-point? Since
> Emacs 21 has mule-unicode charsets, perhaps I can use that instance of
> LRM.
See the mail by Takahashi-san. Note that you will need to use
decode-char to convert to the mule-unicode-0100-24ff codepoints.
I don't recomment using the latter: it's not a good idea to mix two
different charsets in Emacs. If you use hebrew-iso8859-8 charset, stick
to it all the way. If you want to use the Unicode characters, stick to
them, but then your current code should be rewritten a bit (the tables,
mostly).
- Re: [emacs-bidi] bidi categories, (continued)
- 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, 2001/11/13
- Re: [emacs-bidi] improve visual-to-logical,
Eli Zaretskii <=
- 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
- Re: [emacs-bidi] adding LRM in visual-to-logical transform, Alex Schroeder, 2001/11/16