| OLD | NEW |
| 1 // *************************************************************************** | 1 // *************************************************************************** |
| 2 // * | 2 // * |
| 3 // * Copyright (C) 2010 International Business Machines | 3 // * Copyright (C) 2010 International Business Machines |
| 4 // * Corporation and others. All Rights Reserved. | 4 // * Corporation and others. All Rights Reserved. |
| 5 // * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java | 5 // * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java |
| 6 // * Source File:<path>/xml/brkitr/root.xml | 6 // * Source File:<path>/xml/brkitr/root.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 root{ | 9 root{ |
| 10 Version{"1.1"} | 10 Version{"1.1"} |
| 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 Thai:process(dependency){"thaidict.ctd"} | 19 Thai:process(dependency){"thaidict.ctd"} |
| 20 Hani:process(dependency){"cjdict.ctd"} |
| 21 Hira:process(dependency){"cjdict.ctd"} |
| 22 Kata:process(dependency){"cjdict.ctd"} |
| 20 } | 23 } |
| 21 } | 24 } |
| OLD | NEW |