]>
Commit | Line | Data |
---|---|---|
73c04bcf A |
1 | // *************************************************************************** |
2 | // * | |
51004dcb | 3 | // * Copyright (C) 2013 International Business Machines |
73c04bcf A |
4 | // * Corporation and others. All Rights Reserved. |
5 | // * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java | |
6 | // * Source File:<path>/xml/brkitr/root.xml | |
7 | // * | |
8 | // *************************************************************************** | |
9 | root{ | |
10 | Version{"1.1"} | |
11 | boundaries{ | |
12 | grapheme:process(dependency){"char.brk"} | |
13 | line:process(dependency){"line.brk"} | |
14 | sentence:process(dependency){"sent.brk"} | |
15 | title:process(dependency){"title.brk"} | |
16 | word:process(dependency){"word.brk"} | |
17 | } | |
18 | dictionaries{ | |
51004dcb A |
19 | Hani:process(dependency){"cjdict.dict"} |
20 | Hira:process(dependency){"cjdict.dict"} | |
21 | Kata:process(dependency){"cjdict.dict"} | |
22 | Khmr:process(dependency){"khmerdict.dict"} | |
23 | Thai:process(dependency){"thaidict.dict"} | |
73c04bcf A |
24 | } |
25 | } |