summaryrefslogtreecommitdiffstats
path: root/intl/icu/source/data/xml/brkitr
diff options
context:
space:
mode:
authorMatt A. Tobin <mattatobin@localhost.localdomain>2018-02-02 04:16:08 -0500
committerMatt A. Tobin <mattatobin@localhost.localdomain>2018-02-02 04:16:08 -0500
commit5f8de423f190bbb79a62f804151bc24824fa32d8 (patch)
tree10027f336435511475e392454359edea8e25895d /intl/icu/source/data/xml/brkitr
parent49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff)
downloadUXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip
Add m-esr52 at 52.6.0
Diffstat (limited to 'intl/icu/source/data/xml/brkitr')
-rw-r--r--intl/icu/source/data/xml/brkitr/de.xml20
-rw-r--r--intl/icu/source/data/xml/brkitr/el.xml26
-rw-r--r--intl/icu/source/data/xml/brkitr/en.xml19
-rw-r--r--intl/icu/source/data/xml/brkitr/en_US.xml20
-rw-r--r--intl/icu/source/data/xml/brkitr/en_US_POSIX.xml28
-rw-r--r--intl/icu/source/data/xml/brkitr/es.xml21
-rw-r--r--intl/icu/source/data/xml/brkitr/fi.xml29
-rw-r--r--intl/icu/source/data/xml/brkitr/fr.xml21
-rw-r--r--intl/icu/source/data/xml/brkitr/it.xml21
-rw-r--r--intl/icu/source/data/xml/brkitr/ja.xml29
-rw-r--r--intl/icu/source/data/xml/brkitr/pt.xml21
-rw-r--r--intl/icu/source/data/xml/brkitr/root.xml42
-rw-r--r--intl/icu/source/data/xml/brkitr/ru.xml21
-rw-r--r--intl/icu/source/data/xml/brkitr/zh.xml30
-rw-r--r--intl/icu/source/data/xml/brkitr/zh_Hant.xml30
15 files changed, 378 insertions, 0 deletions
diff --git a/intl/icu/source/data/xml/brkitr/de.xml b/intl/icu/source/data/xml/brkitr/de.xml
new file mode 100644
index 000000000..23144d312
--- /dev/null
+++ b/intl/icu/source/data/xml/brkitr/de.xml
@@ -0,0 +1,20 @@
+<?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.
+
+ See http://bugs.icu-project.org/trac/ticket/10750#comment:5 - this file is needed to emit break iterator rules properly.
+-->
+<!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: 38848 $"/>
+ <language type="de"/>
+ </identity>
+</ldml>
diff --git a/intl/icu/source/data/xml/brkitr/el.xml b/intl/icu/source/data/xml/brkitr/el.xml
new file mode 100644
index 000000000..8d2db8530
--- /dev/null
+++ b/intl/icu/source/data/xml/brkitr/el.xml
@@ -0,0 +1,26 @@
+<?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="el"/>
+ </identity>
+ <special xmlns:icu="http://www.icu-project.org/">
+ <icu:breakIteratorData>
+ <icu:boundaries>
+ <icu:sentence icu:dependency="sent_el.brk"/>
+ </icu:boundaries>
+ </icu:breakIteratorData>
+ </special>
+</ldml>
+
diff --git a/intl/icu/source/data/xml/brkitr/en.xml b/intl/icu/source/data/xml/brkitr/en.xml
new file mode 100644
index 000000000..1be1296aa
--- /dev/null
+++ b/intl/icu/source/data/xml/brkitr/en.xml
@@ -0,0 +1,19 @@
+<?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="en"/>
+ </identity>
+</ldml>
+
diff --git a/intl/icu/source/data/xml/brkitr/en_US.xml b/intl/icu/source/data/xml/brkitr/en_US.xml
new file mode 100644
index 000000000..afa7207d8
--- /dev/null
+++ b/intl/icu/source/data/xml/brkitr/en_US.xml
@@ -0,0 +1,20 @@
+<?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="en"/>
+ <territory type="US"/>
+ </identity>
+</ldml>
+
diff --git a/intl/icu/source/data/xml/brkitr/en_US_POSIX.xml b/intl/icu/source/data/xml/brkitr/en_US_POSIX.xml
new file mode 100644
index 000000000..ec3370f5b
--- /dev/null
+++ b/intl/icu/source/data/xml/brkitr/en_US_POSIX.xml
@@ -0,0 +1,28 @@
+<?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="en"/>
+ <territory type="US"/>
+ <variant type="POSIX"/>
+ </identity>
+ <special xmlns:icu="http://www.icu-project.org/">
+ <icu:breakIteratorData>
+ <icu:boundaries>
+ <icu:word icu:dependency="word_POSIX.brk"/>
+ </icu:boundaries>
+ </icu:breakIteratorData>
+ </special>
+</ldml>
+
diff --git a/intl/icu/source/data/xml/brkitr/es.xml b/intl/icu/source/data/xml/brkitr/es.xml
new file mode 100644
index 000000000..3465f1981
--- /dev/null
+++ b/intl/icu/source/data/xml/brkitr/es.xml
@@ -0,0 +1,21 @@
+<?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.
+
+ See http://bugs.icu-project.org/trac/ticket/10750#comment:5 - this file is needed to emit break iterator rules properly.
+-->
+<!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: 38848 $"/>
+ <language type="es"/>
+ </identity>
+</ldml>
+
diff --git a/intl/icu/source/data/xml/brkitr/fi.xml b/intl/icu/source/data/xml/brkitr/fi.xml
new file mode 100644
index 000000000..8f1e18bb0
--- /dev/null
+++ b/intl/icu/source/data/xml/brkitr/fi.xml
@@ -0,0 +1,29 @@
+<?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: 28903 $"/>
+ <language type="fi"/>
+ </identity>
+ <special xmlns:icu="http://www.icu-project.org/">
+ <icu:breakIteratorData>
+ <icu:boundaries>
+ <icu:line icu:dependency="line_fi.brk"/>
+ <icu:line alt="loose" icu:dependency="line_loose_fi.brk"/>
+ <icu:line alt="normal" icu:dependency="line_normal_fi.brk"/>
+ <icu:line alt="strict" icu:dependency="line_fi.brk"/>
+ </icu:boundaries>
+ </icu:breakIteratorData>
+ </special>
+</ldml>
+
diff --git a/intl/icu/source/data/xml/brkitr/fr.xml b/intl/icu/source/data/xml/brkitr/fr.xml
new file mode 100644
index 000000000..af51689f9
--- /dev/null
+++ b/intl/icu/source/data/xml/brkitr/fr.xml
@@ -0,0 +1,21 @@
+<?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.
+
+ See http://bugs.icu-project.org/trac/ticket/10750#comment:5 - this file is needed to emit break iterator rules properly.
+-->
+<!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: 38848 $"/>
+ <language type="fr"/>
+ </identity>
+</ldml>
+
diff --git a/intl/icu/source/data/xml/brkitr/it.xml b/intl/icu/source/data/xml/brkitr/it.xml
new file mode 100644
index 000000000..4d078d0e9
--- /dev/null
+++ b/intl/icu/source/data/xml/brkitr/it.xml
@@ -0,0 +1,21 @@
+<?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.
+
+ See http://bugs.icu-project.org/trac/ticket/10750#comment:5 - this file is needed to emit break iterator rules properly.
+-->
+<!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: 38848 $"/>
+ <language type="it"/>
+ </identity>
+</ldml>
+
diff --git a/intl/icu/source/data/xml/brkitr/ja.xml b/intl/icu/source/data/xml/brkitr/ja.xml
new file mode 100644
index 000000000..fe1f3bc3c
--- /dev/null
+++ b/intl/icu/source/data/xml/brkitr/ja.xml
@@ -0,0 +1,29 @@
+<?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) 2006-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="ja"/>
+ </identity>
+ <special xmlns:icu="http://www.icu-project.org/">
+ <icu:breakIteratorData>
+ <icu:boundaries>
+ <icu:line icu:dependency="line_normal.brk"/>
+ <icu:line alt="loose" icu:dependency="line_loose_cj.brk"/>
+ <icu:line alt="normal" icu:dependency="line_normal_cj.brk"/>
+ <icu:line alt="strict" icu:dependency="line.brk"/>
+ </icu:boundaries>
+ </icu:breakIteratorData>
+ </special>
+</ldml>
+
diff --git a/intl/icu/source/data/xml/brkitr/pt.xml b/intl/icu/source/data/xml/brkitr/pt.xml
new file mode 100644
index 000000000..153f0550a
--- /dev/null
+++ b/intl/icu/source/data/xml/brkitr/pt.xml
@@ -0,0 +1,21 @@
+<?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) 2014-2015 International Business Machines Corporation and others. All rights reserved.
+
+ See http://bugs.icu-project.org/trac/ticket/10750#comment:5 - this file is needed to emit break iterator rules properly.
+-->
+<!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: 38848 $"/>
+ <language type="pt"/>
+ </identity>
+</ldml>
+
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>
+
diff --git a/intl/icu/source/data/xml/brkitr/ru.xml b/intl/icu/source/data/xml/brkitr/ru.xml
new file mode 100644
index 000000000..45026ee70
--- /dev/null
+++ b/intl/icu/source/data/xml/brkitr/ru.xml
@@ -0,0 +1,21 @@
+<?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.
+
+ See http://bugs.icu-project.org/trac/ticket/10750#comment:5 - this file is needed to emit break iterator rules properly.
+-->
+<!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: 38848 $"/>
+ <language type="ru"/>
+ </identity>
+</ldml>
+
diff --git a/intl/icu/source/data/xml/brkitr/zh.xml b/intl/icu/source/data/xml/brkitr/zh.xml
new file mode 100644
index 000000000..992d5ddb3
--- /dev/null
+++ b/intl/icu/source/data/xml/brkitr/zh.xml
@@ -0,0 +1,30 @@
+<?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) 2006-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="$ $"/>
+ <generation date="$ $"/>
+ <language type="zh"/>
+ </identity>
+ <special xmlns:icu="http://www.icu-project.org/">
+ <icu:breakIteratorData>
+ <icu:boundaries>
+ <icu:line icu:dependency="line.brk"/>
+ <icu:line alt="loose" icu:dependency="line_loose_cj.brk"/>
+ <icu:line alt="normal" icu:dependency="line_normal_cj.brk"/>
+ <icu:line alt="strict" icu:dependency="line.brk"/>
+ </icu:boundaries>
+ </icu:breakIteratorData>
+ </special>
+</ldml>
+
diff --git a/intl/icu/source/data/xml/brkitr/zh_Hant.xml b/intl/icu/source/data/xml/brkitr/zh_Hant.xml
new file mode 100644
index 000000000..cc2ee75c3
--- /dev/null
+++ b/intl/icu/source/data/xml/brkitr/zh_Hant.xml
@@ -0,0 +1,30 @@
+<?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) 2006-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="$ $"/>
+ <generation date="$ $"/>
+ <language type="zh_Hant"/>
+ </identity>
+ <special xmlns:icu="http://www.icu-project.org/">
+ <icu:breakIteratorData>
+ <icu:boundaries>
+ <icu:line icu:dependency="line.brk"/>
+ <icu:line alt="loose" icu:dependency="line_loose_cj.brk"/>
+ <icu:line alt="normal" icu:dependency="line_normal_cj.brk"/>
+ <icu:line alt="strict" icu:dependency="line.brk"/>
+ </icu:boundaries>
+ </icu:breakIteratorData>
+ </special>
+</ldml>
+