#7055 closed enhancement (fixed)
BiDi complex text handlers
Reported by: | Adam Peller | Owned by: | Adam Peller |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | Dojox | Version: | 1.1.1 |
Keywords: | Cc: | [email protected]… | |
Blocked By: | Blocking: |
Description
This feature introduces routines to parse and process bidi complex strings, such as e-mail, url, and file paths, both for static strings as well as dynamic strings as they are entered in web controls. Integration with Dijit is also highly desirable.
"... Bidirectional text offers interesting challenges to presentation systems. For plain text, the Unicode Bidirectional Algorithm (UBA) generally specifies satisfactorily how to reorder Bidirectional text for display. This algorithm, or close to it, is implemented in the presentation systems of a number of platforms, giving them a good handle on Bidirectional support. However, all Bidirectional text is not necessarily plain text. There are also instances of text structured to follow a given syntax, which should be reflected in the display order. The general algorithm, which has no awareness of these special cases, often gives incorrect results when displaying such structured text. ..."
Matitiahu Allouche (Bidi architect) "Display of Complex Expressions Containing Bidirectional Text" at https://bugs.eclipse.org/bugs/attachment.cgi?id=63835
Attachments (1)
Change History (5)
Changed 13 years ago by
Attachment: | BidiComplex.zip added |
---|
comment:1 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [14159]) commit experimental BidiComplex? code from Hossam Katory (IBM, CCLA). Fixes #7055
Initial contribution from Hossam Katory (IBM, CCLA)