OLD | NEW |
(Empty) | |
| 1 // *************************************************************************** |
| 2 // * |
| 3 // * Copyright (C) 2010 International Business Machines |
| 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{ |
| 19 Thai:process(dependency){"thaidict.ctd"} |
| 20 } |
| 21 } |
OLD | NEW |