diff options
Diffstat (limited to 'intl/icu/source/data/xml/brkitr')
-rw-r--r-- | intl/icu/source/data/xml/brkitr/de.xml | 20 | ||||
-rw-r--r-- | intl/icu/source/data/xml/brkitr/el.xml | 26 | ||||
-rw-r--r-- | intl/icu/source/data/xml/brkitr/en.xml | 19 | ||||
-rw-r--r-- | intl/icu/source/data/xml/brkitr/en_US.xml | 20 | ||||
-rw-r--r-- | intl/icu/source/data/xml/brkitr/en_US_POSIX.xml | 28 | ||||
-rw-r--r-- | intl/icu/source/data/xml/brkitr/es.xml | 21 | ||||
-rw-r--r-- | intl/icu/source/data/xml/brkitr/fi.xml | 29 | ||||
-rw-r--r-- | intl/icu/source/data/xml/brkitr/fr.xml | 21 | ||||
-rw-r--r-- | intl/icu/source/data/xml/brkitr/it.xml | 21 | ||||
-rw-r--r-- | intl/icu/source/data/xml/brkitr/ja.xml | 29 | ||||
-rw-r--r-- | intl/icu/source/data/xml/brkitr/pt.xml | 21 | ||||
-rw-r--r-- | intl/icu/source/data/xml/brkitr/root.xml | 42 | ||||
-rw-r--r-- | intl/icu/source/data/xml/brkitr/ru.xml | 21 | ||||
-rw-r--r-- | intl/icu/source/data/xml/brkitr/zh.xml | 30 | ||||
-rw-r--r-- | intl/icu/source/data/xml/brkitr/zh_Hant.xml | 30 |
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> + |