]>
Commit | Line | Data |
---|---|---|
73c04bcf A |
1 | <?xml version="1.0" encoding="UTF-8" ?> |
2 | <!-- | |
f3c0d7a5 A |
3 | Copyright (C) 2016 and later: Unicode, Inc. and others. |
4 | License & terms of use: http://www.unicode.org/copyright.html | |
b331163b | 5 | Copyright (c) 2010-2015 International Business Machines Corporation and others. All rights reserved. |
73c04bcf | 6 | --> |
729e4ab9 | 7 | <!DOCTYPE ldml SYSTEM "http://www.unicode.org/repos/cldr/trunk/common/dtd/ldml.dtd" |
73c04bcf | 8 | [ |
729e4ab9 | 9 | <!ENTITY % icu SYSTEM "http://www.unicode.org/repos/cldr/trunk/common/dtd/ldmlICU.dtd"> |
73c04bcf A |
10 | %icu; |
11 | ] | |
12 | > | |
13 | <ldml> | |
14 | <identity> | |
3d1f044b | 15 | <version number="$Revision$"/> |
73c04bcf A |
16 | <language type="root"/> |
17 | </identity> | |
18 | <special xmlns:icu="http://www.icu-project.org/"> | |
19 | <icu:breakIteratorData> | |
20 | <icu:boundaries> | |
21 | <icu:grapheme icu:dependency="char.brk"/> | |
22 | <icu:word icu:dependency="word.brk"/> | |
23 | <icu:line icu:dependency="line.brk"/> | |
b331163b A |
24 | <icu:line alt="loose" icu:dependency="line_loose.brk"/> |
25 | <icu:line alt="normal" icu:dependency="line_normal.brk"/> | |
26 | <icu:line alt="strict" icu:dependency="line.brk"/> | |
73c04bcf A |
27 | <icu:sentence icu:dependency="sent.brk"/> |
28 | <icu:title icu:dependency="title.brk"/> | |
29 | </icu:boundaries> | |
30 | <icu:dictionaries> | |
51004dcb A |
31 | <icu:dictionary type="Hani" icu:dependency="cjdict.dict"/> |
32 | <icu:dictionary type="Hira" icu:dependency="cjdict.dict"/> | |
2ca993e8 | 33 | <icu:dictionary type="Kana" icu:dependency="cjdict.dict"/> |
b331163b A |
34 | <icu:dictionary type="Khmr" icu:dependency="khmerdict.dict"/> |
35 | <icu:dictionary type="Laoo" icu:dependency="laodict.dict"/> | |
36 | <icu:dictionary type="Mymr" icu:dependency="burmesedict.dict"/> | |
37 | <icu:dictionary type="Thai" icu:dependency="thaidict.dict"/> | |
73c04bcf A |
38 | </icu:dictionaries> |
39 | </icu:breakIteratorData> | |
40 | </special> | |
41 | </ldml> | |
42 |