ICU-2093 clean up comments in break rule files.

X-SVN-Rev: 12197
This commit is contained in:
Andy Heninger 2003-05-30 16:07:39 +00:00
parent 1d4ef75826
commit e0e7b8f937
4 changed files with 9 additions and 8 deletions
icu4c/source/data/brkitr

View file

@ -1,12 +1,12 @@
#
# Copyright (C) 2002, International Business Machines Corporation and others.
# Copyright (C) 2002-2003, International Business Machines Corporation and others.
# All Rights Reserved.
#
# file: char.txt
#
# ICU Character Break Rules, also known as Grapheme Cluster Boundaries
# See Unicode Technical Report #29.
# These rules are based on the proposed draft dated 2002-08-06
# See Unicode Standard Annex #29.
# These rules are based on TR29 Version 4.0.0
#
#
@ -31,6 +31,9 @@ $LVT = [:Hangul_Syllable_Type = LVT:];
$HangulSyllable = $L+ | ($L* ($LV? $V+ | $LV | $LVT) $T*) | $T+;
#
# Forward Break Rules
#
$CR $LF;
([^$Control] | $HangulSyllable) $Extend*;
.;

View file

@ -1,4 +1,4 @@
# Copyright (c) 2002, 2003 International Business Machines Corporation and
# Copyright (c) 2002-2003 International Business Machines Corporation and
# others. All Rights Reserved.
#
# file: line.txt
@ -58,8 +58,6 @@ $ALPlus = $AL | $AI | $SA;
#
# Combining Marks. X $CM* behaves as if it were X. Rule LB6.
# TODO: This is going to produce some odd results, because of the non-combining
# chars that are included in $CM. Use $Extend instead, where possible.
#
$ALcm = $ALPlus $CM*;
$IDcm = ($ID $CM* | $SP $CM+);

View file

@ -6,7 +6,7 @@
#
# ICU Sentence Break Rules
# See Unicode Standard Annex #29.
# These rules are based on the draft dated 2003-03-31
# These rules are based on TR 29 version 4.0.0
#

View file

@ -1,4 +1,4 @@
# Copyright (c) 2002, International Business Machines Corporation and
# Copyright (c) 2002-2003, International Business Machines Corporation and
# others. All Rights Reserved.
#
# Title Casing Break Rules