mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-2093 clean up comments in break rule files.
X-SVN-Rev: 12197
This commit is contained in:
parent
1d4ef75826
commit
e0e7b8f937
4 changed files with 9 additions and 8 deletions
|
@ -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*;
|
||||
.;
|
||||
|
|
|
@ -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+);
|
||||
|
|
|
@ -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
|
||||
#
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue