2006-04-21 00:55:24 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
|
|
|
<!--
|
2016-06-15 18:58:17 +00:00
|
|
|
Copyright (C) 2016 and later: Unicode, Inc. and others.
|
|
|
|
License & terms of use: http://www.unicode.org/copyright.html
|
2016-05-31 21:45:07 +00:00
|
|
|
Copyright (c) 2010-2015 International Business Machines Corporation and others. All rights reserved.
|
2006-04-21 00:55:24 +00:00
|
|
|
-->
|
2010-03-01 23:13:18 +00:00
|
|
|
<!DOCTYPE ldml SYSTEM "http://www.unicode.org/repos/cldr/trunk/common/dtd/ldml.dtd"
|
2006-04-21 00:55:24 +00:00
|
|
|
[
|
2010-03-01 23:13:18 +00:00
|
|
|
<!ENTITY % icu SYSTEM "http://www.unicode.org/repos/cldr/trunk/common/dtd/ldmlICU.dtd">
|
2006-04-21 00:55:24 +00:00
|
|
|
%icu;
|
|
|
|
]
|
|
|
|
>
|
|
|
|
<ldml>
|
|
|
|
<identity>
|
|
|
|
<version number="$Revision: 1.1 $"/>
|
|
|
|
<language type="root"/>
|
|
|
|
</identity>
|
|
|
|
<special xmlns:icu="http://www.icu-project.org/">
|
|
|
|
<icu:breakIteratorData>
|
|
|
|
<icu:boundaries>
|
|
|
|
<icu:grapheme icu:dependency="char.brk"/>
|
|
|
|
<icu:word icu:dependency="word.brk"/>
|
|
|
|
<icu:line icu:dependency="line.brk"/>
|
2015-03-06 22:58:33 +00:00
|
|
|
<icu:line alt="loose" icu:dependency="line_loose.brk"/>
|
|
|
|
<icu:line alt="normal" icu:dependency="line_normal.brk"/>
|
|
|
|
<icu:line alt="strict" icu:dependency="line.brk"/>
|
2006-04-21 00:55:24 +00:00
|
|
|
<icu:sentence icu:dependency="sent.brk"/>
|
|
|
|
<icu:title icu:dependency="title.brk"/>
|
|
|
|
</icu:boundaries>
|
|
|
|
<icu:dictionaries>
|
2012-08-16 23:01:49 +00:00
|
|
|
<icu:dictionary type="Hani" icu:dependency="cjdict.dict"/>
|
|
|
|
<icu:dictionary type="Hira" icu:dependency="cjdict.dict"/>
|
2015-06-10 18:38:06 +00:00
|
|
|
<icu:dictionary type="Kana" icu:dependency="cjdict.dict"/>
|
2014-09-08 22:16:21 +00:00
|
|
|
<icu:dictionary type="Khmr" icu:dependency="khmerdict.dict"/>
|
|
|
|
<icu:dictionary type="Laoo" icu:dependency="laodict.dict"/>
|
|
|
|
<icu:dictionary type="Mymr" icu:dependency="burmesedict.dict"/>
|
|
|
|
<icu:dictionary type="Thai" icu:dependency="thaidict.dict"/>
|
2006-04-21 00:55:24 +00:00
|
|
|
</icu:dictionaries>
|
|
|
|
</icu:breakIteratorData>
|
|
|
|
</special>
|
|
|
|
</ldml>
|
|
|
|
|