summaryrefslogtreecommitdiffstats
path: root/intl/icu/source/data/xml/brkitr/root.xml
diff options
context:
space:
mode:
Diffstat (limited to 'intl/icu/source/data/xml/brkitr/root.xml')
-rw-r--r--intl/icu/source/data/xml/brkitr/root.xml42
1 files changed, 42 insertions, 0 deletions
diff --git a/intl/icu/source/data/xml/brkitr/root.xml b/intl/icu/source/data/xml/brkitr/root.xml
new file mode 100644
index 000000000..1aaf7b751
--- /dev/null
+++ b/intl/icu/source/data/xml/brkitr/root.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!--
+ Copyright (C) 2016 and later: Unicode, Inc. and others.
+ License & terms of use: http://www.unicode.org/copyright.html
+ Copyright (c) 2010-2015 International Business Machines Corporation and others. All rights reserved.
+-->
+<!DOCTYPE ldml SYSTEM "http://www.unicode.org/repos/cldr/trunk/common/dtd/ldml.dtd"
+[
+ <!ENTITY % icu SYSTEM "http://www.unicode.org/repos/cldr/trunk/common/dtd/ldmlICU.dtd">
+ %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"/>
+ <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"/>
+ <icu:sentence icu:dependency="sent.brk"/>
+ <icu:title icu:dependency="title.brk"/>
+ </icu:boundaries>
+ <icu:dictionaries>
+ <icu:dictionary type="Hani" icu:dependency="cjdict.dict"/>
+ <icu:dictionary type="Hira" icu:dependency="cjdict.dict"/>
+ <icu:dictionary type="Kana" icu:dependency="cjdict.dict"/>
+ <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"/>
+ </icu:dictionaries>
+ </icu:breakIteratorData>
+ </special>
+</ldml>
+