mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-5243 add to comments for UBIDI_REORDER_RUNS_ONLY
X-SVN-Rev: 19896
This commit is contained in:
parent
6edbf4304e
commit
94e87e3036
1 changed files with 6 additions and 1 deletions
|
@ -605,7 +605,12 @@ typedef enum UBiDiReorderingMode {
|
|||
* @draft ICU 3.6 */
|
||||
UBIDI_REORDER_GROUP_NUMBERS_WITH_R,
|
||||
/** Reorder runs only to transform a Logical LTR string to the Logical RTL
|
||||
* string with the same display, or vice-versa.
|
||||
* string with the same display, or vice-versa.<br>
|
||||
* If this mode is set together with option
|
||||
* <code>UBIDI_OPTION_INSERT_MARKS</code>, some BiDi controls in the source
|
||||
* text may be removed and other controls may be added to produce the
|
||||
* minimum combination which has the required display.
|
||||
* @see UBIDI_OPTION_INSERT_MARKS
|
||||
* @draft ICU 3.6 */
|
||||
UBIDI_REORDER_RUNS_ONLY,
|
||||
/** Visual to Logical algorithm which handles numbers like L
|
||||
|
|
Loading…
Add table
Reference in a new issue