| OLD | NEW |
| 1 // *************************************************************************** | 1 // *************************************************************************** |
| 2 // * | 2 // * |
| 3 // * Copyright (C) 2014 International Business Machines | 3 // * Copyright (C) 2015 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>/common/segments/root.xml ../../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{"2.0.92.92"} | 10 Version{"2.1.20.0"} |
| 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 line_loose:process(dependency){"line_loose.brk"} |
| 15 line_normal:process(dependency){"line_normal.brk"} |
| 16 line_strict:process(dependency){"line.brk"} |
| 14 sentence:process(dependency){"sent.brk"} | 17 sentence:process(dependency){"sent.brk"} |
| 15 title:process(dependency){"title.brk"} | 18 title:process(dependency){"title.brk"} |
| 16 word:process(dependency){"word.brk"} | 19 word:process(dependency){"word.brk"} |
| 17 } | 20 } |
| 18 dictionaries{ | 21 dictionaries{ |
| 19 Hani:process(dependency){"cjdict.dict"} | 22 Hani:process(dependency){"cjdict.dict"} |
| 20 Hira:process(dependency){"cjdict.dict"} | 23 Hira:process(dependency){"cjdict.dict"} |
| 21 Kata:process(dependency){"cjdict.dict"} | 24 Kana:process(dependency){"cjdict.dict"} |
| 22 Khmr:process(dependency){"khmerdict.dict"} | 25 Khmr:process(dependency){"khmerdict.dict"} |
| 23 Laoo:process(dependency){"laodict.dict"} | 26 Laoo:process(dependency){"laodict.dict"} |
| 24 Mymr:process(dependency){"burmesedict.dict"} | 27 Mymr:process(dependency){"burmesedict.dict"} |
| 25 Thai:process(dependency){"thaidict.dict"} | 28 Thai:process(dependency){"thaidict.dict"} |
| 26 } | 29 } |
| 27 } | 30 } |
| OLD | NEW |