ICU-5766 Remove Extended Grapheme Cluster from Break Iteration.
X-SVN-Rev: 22560
This commit is contained in:
parent
eedbe63b1b
commit
6a7d96026a
@ -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…
Reference in New Issue
Block a user