| 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/ja.xml ../../xml/brkitr/ja.xml | 6 // * Source File: <path>/common/segments/ja.xml ../../xml/brkitr/ja.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 ja{ | 9 ja{ |
| 10 Version{"2.0.82.42"} | 10 Version{"2.1.19.14"} |
| 11 boundaries{ | 11 boundaries{ |
| 12 line:process(dependency){"line_ja.brk"} | 12 line:process(dependency){"line_normal.brk"} |
| 13 line_loose:process(dependency){"line_loose_cj.brk"} |
| 14 line_normal:process(dependency){"line_normal_cj.brk"} |
| 15 line_strict:process(dependency){"line.brk"} |
| 13 } | 16 } |
| 14 } | 17 } |
| OLD | NEW |