OLD | NEW |
1 // *************************************************************************** | 1 // *************************************************************************** |
2 // * | 2 // * |
3 // * Copyright (C) 2013 International Business Machines | 3 // * Copyright (C) 2014 International Business Machines |
4 // * Corporation and others. All Rights Reserved. | 4 // * Corporation and others. All Rights Reserved. |
5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter | 5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter |
6 // * Source File: <path>/xml/brkitr/root.xml | 6 // * Source File: <path>/common/segments/root.xml ../../xml/brkitr/root.xml |
7 // * | 7 // * |
8 // *************************************************************************** | 8 // *************************************************************************** |
9 root{ | 9 root{ |
10 Version{"1.1"} | 10 Version{"2.0.92.92"} |
11 boundaries{ | 11 boundaries{ |
12 grapheme:process(dependency){"char.brk"} | 12 grapheme:process(dependency){"char.brk"} |
13 line:process(dependency){"line.brk"} | 13 line:process(dependency){"line.brk"} |
14 sentence:process(dependency){"sent.brk"} | 14 sentence:process(dependency){"sent.brk"} |
15 title:process(dependency){"title.brk"} | 15 title:process(dependency){"title.brk"} |
16 word:process(dependency){"word.brk"} | 16 word:process(dependency){"word.brk"} |
17 } | 17 } |
18 dictionaries{ | 18 dictionaries{ |
19 Hani:process(dependency){"cjdict.dict"} | 19 Hani:process(dependency){"cjdict.dict"} |
20 Hira:process(dependency){"cjdict.dict"} | 20 Hira:process(dependency){"cjdict.dict"} |
21 Kata:process(dependency){"cjdict.dict"} | 21 Kata:process(dependency){"cjdict.dict"} |
22 Khmr:process(dependency){"khmerdict.dict"} | 22 Khmr:process(dependency){"khmerdict.dict"} |
23 Laoo:process(dependency){"laodict.dict"} | 23 Laoo:process(dependency){"laodict.dict"} |
| 24 Mymr:process(dependency){"burmesedict.dict"} |
24 Thai:process(dependency){"thaidict.dict"} | 25 Thai:process(dependency){"thaidict.dict"} |
25 } | 26 } |
26 } | 27 } |
OLD | NEW |