[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bidirectional text and URLs
From: |
Eli Zaretskii |
Subject: |
Re: Bidirectional text and URLs |
Date: |
Tue, 02 Dec 2014 16:17:45 +0200 |
> From: Lars Magne Ingebrigtsen <address@hidden>
> Cc: address@hidden
> Date: Mon, 01 Dec 2014 19:28:31 +0100
>
> Eli Zaretskii <address@hidden> writes:
>
> > (defun bidi-find-overridden-directionality (from to)
> > "Return position between FROM and TO where directionality was
> > overridden.
> >
> > This function returns the first character position in the specified
> > region where there is a character whose `bidi-class' property is `L',
> > but which was forced to display as `R' by a directional override,
> > and likewise with characters whose `bidi-class' is `R' or `AL'
> > that were forced to display as `L'.
> >
> > Strong directional characters `L', `R', and `AL' can have their
> > intrinsic directionality overridden by directional override
> > control characters RLO \(u+202e) and LRO \(u+202d)."
> >
> > OK?
>
> Yes, that sounds perfect.
It is now implemented on master. (Please read the doc string, as I
did slightly more than I promised, hope you will find those additions
useful.)
Re: Bidirectional text and URLs, Lars Magne Ingebrigtsen, 2014/12/01
Re: Bidirectional text and URLs, Richard Stallman, 2014/12/01
Re: Bidirectional text and URLs, Richard Stallman, 2014/12/02
Re: Bidirectional text and URLs, Eli Zaretskii, 2014/12/02
Re: Bidirectional text and URLs, Richard Stallman, 2014/12/03