ICU-2292 comments, minor update.

X-SVN-Rev: 13895
This commit is contained in:
Andy Heninger 2003-11-26 03:04:38 +00:00
parent 0b4240125e
commit 4a005de2c6

View File

@ -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;
$IS $CM* $CL;