emacs-bidi
[Top][All Lists]
Advanced

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

Re: [emacs-bidi] debugging visual-to-logical


From: Alex Schroeder
Subject: Re: [emacs-bidi] debugging visual-to-logical
Date: Tue, 20 Nov 2001 14:56:49 +0100
User-agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1 (i686-pc-linux-gnu)

"Yair Friedman (Jerusalem)" <address@hidden> writes:

> So is the UAX#9 logical-to-visual of "MY NUMBER IS: 02-555-3210." is
> really ".02-555-3210 :SI REBMUN YM"?

Depends on the context; autodetection will determin that the context
is R2L in this case.

(bidi-logical-to-visual "MY NUMBER IS: 02-555-3210.")
".02-555-3210 :SI REBMUN YM"
(bidi-logical-to-visual "MY NUMBER IS: 02-555-3210." 'R2L)
".02-555-3210 :SI REBMUN YM"
(bidi-logical-to-visual "MY NUMBER IS: 02-555-3210." 'L2R)
"02-555-3210 :SI REBMUN YM."

Alex.
-- 
http://www.emacswiki.org/



reply via email to

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