mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
ICU-5766 Remove Extended Grapheme Cluster from Break Iteration.
X-SVN-Rev: 22560
This commit is contained in:
parent
eedbe63b1b
commit
6a7d96026a
2 changed files with 0 additions and 2 deletions
|
@ -14,7 +14,6 @@ root{
|
|||
sentence:process(dependency){"sent.brk"}
|
||||
title:process(dependency){"title.brk"}
|
||||
word:process(dependency){"word.brk"}
|
||||
xgc:process(dependency){"xgc.brk"}
|
||||
}
|
||||
dictionaries{
|
||||
Thai:process(dependency){"thaidict.ctd"}
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
<icu:line icu:dependency="line.brk"/>
|
||||
<icu:sentence icu:dependency="sent.brk"/>
|
||||
<icu:title icu:dependency="title.brk"/>
|
||||
<icu:xgc icu:dependency="xgc.brk"/>
|
||||
</icu:boundaries>
|
||||
<icu:dictionaries>
|
||||
<icu:dictionary type="Thai" icu:dependency="thaidict.ctd"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue