From 4a005de2c63b9c4d694405427501045e1f9387bb Mon Sep 17 00:00:00 2001 From: Andy Heninger Date: Wed, 26 Nov 2003 03:04:38 +0000 Subject: [PATCH] ICU-2292 comments, minor update. X-SVN-Rev: 13895 --- icu4c/source/data/brkitr/line.txt | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/icu4c/source/data/brkitr/line.txt b/icu4c/source/data/brkitr/line.txt index 256a6be1726..da4f4fe77e1 100644 --- a/icu4c/source/data/brkitr/line.txt +++ b/icu4c/source/data/brkitr/line.txt @@ -146,10 +146,10 @@ $LB5Breaks = [$LB3Breaks $ZW]; ($HangulSyllable) $CM*; -# LB 7 Combining marks. TODO: get it right! -# $SP $CM needs to behave like $ID. -# X $CM needs to behave like X, where X is not $SP. -# $CM not covered by the above needs to behave like $AL +# LB 7 Combining marks. $SP $CM needs to behave like $ID. +# X $CM needs to behave like X, where X is not $SP. +# $CM not covered by the above needs to behave like $AL +# $LB5NonBreaks $CM+; # Stick together any combining sequences that don't match other rules. # LB 8 @@ -219,11 +219,7 @@ $CM* $ALcm+; # The $CM* is from rule 7C, and unattached CM is treated as AL # # Reverse Rules. -# TODO: Something more efficient. These rules just back up to hard breaks -# Note that the initial .. is to back over both halves of a CR/LF sequence -# at the current position. # - ## ------------------------------------------------- !!reverse; @@ -387,4 +383,4 @@ $CL $CM* $SP+; # LB 18 $HY $CM* $NU; -$IS $CM* $CL; \ No newline at end of file +$IS $CM* $CL;