From 8c669a4c0f6641d1fe2e598ab8bd02b4545d74eb Mon Sep 17 00:00:00 2001 From: Matitiahu Allouche Date: Mon, 31 Jul 2006 15:03:50 +0000 Subject: [PATCH] ICU-5243 add a comment X-SVN-Rev: 19928 --- icu4c/source/common/ubidiln.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/icu4c/source/common/ubidiln.c b/icu4c/source/common/ubidiln.c index dc0fa2bbc8e..31866b4764d 100644 --- a/icu4c/source/common/ubidiln.c +++ b/icu4c/source/common/ubidiln.c @@ -612,8 +612,11 @@ ubidi_getRuns(UBiDi *pBiDi) { } /* set the runs */ - /* this could be optimized, e.g.: 464->444, 484->444, 575->555, 595->555 */ - /* however, that would take longer and make other functions more complicated */ + /* FOOD FOR THOUGHT: this could be optimized, e.g.: + * 464->444, 484->444, 575->555, 595->555 + * However, that would take longer. Check also how it would + * interact with BiDi control removal and inserting Marks. + */ runIndex=0; /* search for the run limits and initialize visualLimit values with the run lengths */