From: Richard Wordingham
Message: 3439
Date: 2004-08-17
> Richard Wordingham wrote:contains
> > So how do you do visual order?
>
> In order to correctly display Indic text, the controlling software should
> have two copies of the string being edited: the "back store", which
> characters in logical order, and the "visual store", which containsYou make it sound as though one needs to rewrite the operating system!
> character (or, rather, glyphs codes) in visual order.
> etc.
> In logical-order input, when a reordrant character is typed, thesoftware
> inserts it in the "back store" and generates a fresh "visual store".character
>
> In visual-order input, the process is reverted: when a reordrant
> is typed, the software inserts it in the "visual store" and generates aWhat would be done to the "back store" once you had entered a pre-
> fresh "back store".
> Logical-order input only needs one function to generate a "visual store"Richard.
> from a "back store" (i.e., to turn logical into visual order). Visual-order
> input needs that function as well (to initialize the display at the
> beginning of editing) but also needs the reverse function, to generate a
> "back store" from a "visual store" (i.e., to turn visual into logical
> order), and that's why visual order is more complicated.