diff options
Diffstat (limited to 'intl/icu/source/data/xml')
35 files changed, 905 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> + diff --git a/intl/icu/source/data/xml/collation/root.xml b/intl/icu/source/data/xml/collation/root.xml new file mode 100644 index 000000000..6da1962b5 --- /dev/null +++ b/intl/icu/source/data/xml/collation/root.xml @@ -0,0 +1,23 @@ +<?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.5 $"/> + <language type="root"/> + </identity> + <special xmlns:icu="http://www.icu-project.org/"> + <icu:UCARules icu:uca_rules="../unidata/UCARules.txt"/> + <icu:depends icu:dependency="ucadata.icu"/> + </special> +</ldml> + diff --git a/intl/icu/source/data/xml/main/root.xml b/intl/icu/source/data/xml/main/root.xml new file mode 100644 index 000000000..73aad4feb --- /dev/null +++ b/intl/icu/source/data/xml/main/root.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.30 $"/> + <language type="root"/> + </identity> +</ldml> + diff --git a/intl/icu/source/data/xml/rbnf/be.xml b/intl/icu/source/data/xml/rbnf/be.xml new file mode 100644 index 000000000..e7000a894 --- /dev/null +++ b/intl/icu/source/data/xml/rbnf/be.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. +--> +<!DOCTYPE ldml SYSTEM "http://www.unicode.org/repos/cldr/trunk/common/dtd/ldml.dtd"> +<ldml> + <identity> + <version number="$Revision: 1.1 $"/> + <language type="be"/> + </identity> + <rbnf> + <rulesetGrouping type="SpelloutRules"> + <ruleset type="lenient-parse" access="private"> + <rbnfrule value="0">&[last primary ignorable ] ←← ' ' ←← ',' ←← '-' ←← '';</rbnfrule> + </ruleset> + </rulesetGrouping> + + </rbnf> +</ldml> diff --git a/intl/icu/source/data/xml/rbnf/bg.xml b/intl/icu/source/data/xml/rbnf/bg.xml new file mode 100644 index 000000000..49cddfe56 --- /dev/null +++ b/intl/icu/source/data/xml/rbnf/bg.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. +--> +<!DOCTYPE ldml SYSTEM "http://www.unicode.org/repos/cldr/trunk/common/dtd/ldml.dtd"> +<ldml> + <identity> + <version number="$Revision: 1.1 $"/> + <language type="bg"/> + </identity> + <rbnf> + <rulesetGrouping type="SpelloutRules"> + <ruleset type="lenient-parse" access="private"> + <rbnfrule value="0">&[last primary ignorable ] ←← ' ' ←← ',' ←← '-' ←← '';</rbnfrule> + </ruleset> + </rulesetGrouping> + + </rbnf> +</ldml> diff --git a/intl/icu/source/data/xml/rbnf/ca.xml b/intl/icu/source/data/xml/rbnf/ca.xml new file mode 100644 index 000000000..235ba1979 --- /dev/null +++ b/intl/icu/source/data/xml/rbnf/ca.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. +--> +<!DOCTYPE ldml SYSTEM "http://www.unicode.org/repos/cldr/trunk/common/dtd/ldml.dtd"> +<ldml> + <identity> + <version number="$Revision: 1.1 $"/> + <language type="ca"/> + </identity> + <rbnf> + <rulesetGrouping type="SpelloutRules"> + <ruleset type="lenient-parse" access="private"> + <rbnfrule value="0">&[last primary ignorable ] ←← ' ' ←← ',' ←← '-' ←← '';</rbnfrule> + </ruleset> + </rulesetGrouping> + + </rbnf> +</ldml> diff --git a/intl/icu/source/data/xml/rbnf/cy.xml b/intl/icu/source/data/xml/rbnf/cy.xml new file mode 100644 index 000000000..1688d544e --- /dev/null +++ b/intl/icu/source/data/xml/rbnf/cy.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. +--> +<!DOCTYPE ldml SYSTEM "http://www.unicode.org/repos/cldr/trunk/common/dtd/ldml.dtd"> +<ldml> + <identity> + <version number="$Revision: 1.1 $"/> + <language type="cy"/> + </identity> + <rbnf> + <rulesetGrouping type="SpelloutRules"> + <ruleset type="lenient-parse" access="private"> + <rbnfrule value="0">& ' ' , ',' ;</rbnfrule> + </ruleset> + </rulesetGrouping> + + </rbnf> +</ldml> diff --git a/intl/icu/source/data/xml/rbnf/da.xml b/intl/icu/source/data/xml/rbnf/da.xml new file mode 100644 index 000000000..275ac518f --- /dev/null +++ b/intl/icu/source/data/xml/rbnf/da.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. +--> +<!DOCTYPE ldml SYSTEM "http://www.unicode.org/repos/cldr/trunk/common/dtd/ldml.dtd"> +<ldml> + <identity> + <version number="$Revision: 1.1 $"/> + <language type="da"/> + </identity> + <rbnf> + <rulesetGrouping type="SpelloutRules"> + <ruleset type="lenient-parse" access="private"> + <rbnfrule value="0">&[last primary ignorable ] ←← ' ' ←← ',' ←← '-' ←← '';</rbnfrule> + </ruleset> + </rulesetGrouping> + + </rbnf> +</ldml> diff --git a/intl/icu/source/data/xml/rbnf/de.xml b/intl/icu/source/data/xml/rbnf/de.xml new file mode 100644 index 000000000..327a7d5f8 --- /dev/null +++ b/intl/icu/source/data/xml/rbnf/de.xml @@ -0,0 +1,22 @@ +<?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"> +<ldml> + <identity> + + <version number="$Revision: 1.4 $"/> + <language type="de"/> + </identity> + <rbnf> + <rulesetGrouping type="SpelloutRules"> + <ruleset type="lenient-parse" access="private"> + <rbnfrule value="0">&ue=ü&ae=ä&oe=ö&[last primary ignorable ] ←← ' ' ←← ',' ←← '-' ←← '';</rbnfrule> + </ruleset> + </rulesetGrouping> + + </rbnf> +</ldml> diff --git a/intl/icu/source/data/xml/rbnf/en.xml b/intl/icu/source/data/xml/rbnf/en.xml new file mode 100644 index 000000000..c4ad96e95 --- /dev/null +++ b/intl/icu/source/data/xml/rbnf/en.xml @@ -0,0 +1,54 @@ +<?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) 2013-2016 International Business Machines Corporation and others. All rights reserved. +--> +<!DOCTYPE ldml SYSTEM "http://www.unicode.org/repos/cldr/trunk/common/dtd/ldml.dtd"> +<ldml> + <identity> + + <version number="$Revision: 1.4 $"/> + <language type="en"/> + </identity> + <rbnf> + <rulesetGrouping type="DurationRules"> + <ruleset type="with-words"> + <rbnfrule value="0">0 seconds; 1 second; =0= seconds;</rbnfrule> + <rbnfrule value="60" radix="60">←%%min←[, →→];</rbnfrule> + <rbnfrule value="3600" radix="60">←%%hr←[, →→→];</rbnfrule> + </ruleset> + <ruleset type="min" access="private"> + <rbnfrule value="0">0 minutes; 1 minute; =0= minutes;</rbnfrule> + </ruleset> + <ruleset type="hr" access="private"> + <rbnfrule value="0">0 hours; 1 hour; =0= hours;</rbnfrule> + </ruleset> + <ruleset type="in-numerals"> + <rbnfrule value="0">=0= sec.;</rbnfrule> + <rbnfrule value="60">=%%min-sec=;</rbnfrule> + <rbnfrule value="3600">=%%hr-min-sec=;</rbnfrule> + </ruleset> + <ruleset type="min-sec" access="private"> + <rbnfrule value="0">:=00=;</rbnfrule> + <rbnfrule value="60" radix="60">←0←→→;</rbnfrule> + </ruleset> + <ruleset type="hr-min-sec" access="private"> + <rbnfrule value="0">:=00=;</rbnfrule> + <rbnfrule value="60" radix="60">←00←→→;</rbnfrule> + <rbnfrule value="3600" radix="60">←#,##0←:→→→;</rbnfrule> + </ruleset> + <ruleset type="duration"> + <rbnfrule value="0">=%in-numerals=;</rbnfrule> + </ruleset> + <ruleset type="lenient-parse" access="private"> + <rbnfrule value="0">& ':' = '.' = ' ' = '-';</rbnfrule> + </ruleset> + </rulesetGrouping> + <rulesetGrouping type="SpelloutRules"> + <ruleset type="lenient-parse" access="private"> + <rbnfrule value="0">&[last primary ignorable ] ←← ' ' ←← ',' ←← '-' ←← '';</rbnfrule> + </ruleset> + </rulesetGrouping> + </rbnf> +</ldml> diff --git a/intl/icu/source/data/xml/rbnf/fo.xml b/intl/icu/source/data/xml/rbnf/fo.xml new file mode 100644 index 000000000..a60fc102b --- /dev/null +++ b/intl/icu/source/data/xml/rbnf/fo.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. +--> +<!DOCTYPE ldml SYSTEM "http://www.unicode.org/repos/cldr/trunk/common/dtd/ldml.dtd"> +<ldml> + <identity> + <version number="$Revision: 1.1 $"/> + <language type="fo"/> + </identity> + <rbnf> + <rulesetGrouping type="SpelloutRules"> + <ruleset type="lenient-parse" access="private"> + <rbnfrule value="0">&[last primary ignorable ] ←← ' ' ←← ',' ←← '-' ←← '';</rbnfrule> + </ruleset> + </rulesetGrouping> + + </rbnf> +</ldml> diff --git a/intl/icu/source/data/xml/rbnf/ga.xml b/intl/icu/source/data/xml/rbnf/ga.xml new file mode 100644 index 000000000..6fe0d63d9 --- /dev/null +++ b/intl/icu/source/data/xml/rbnf/ga.xml @@ -0,0 +1,67 @@ +<?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) 2013-2015 International Business Machines Corporation and others. All rights reserved. +--> +<!DOCTYPE ldml SYSTEM "http://www.unicode.org/repos/cldr/trunk/common/dtd/ldml.dtd"> +<ldml> + <identity> + <version number="$Revision: 1.4 $"/> + <language type="ga"/> + </identity> + <rbnf> + <rulesetGrouping type="DurationRules"> + <ruleset type="with-words"> + <rbnfrule value="0">=0= soicind;</rbnfrule> + <rbnfrule value="60" radix="60">←%%min←[, →→];</rbnfrule> + <rbnfrule value="3600" radix="60">←%%hr←[, →→→];</rbnfrule> + </ruleset> + <ruleset type="min" access="private"> + <rbnfrule value="0">=0= nóiméad;</rbnfrule> + </ruleset> + <ruleset type="hr" access="private"> + <rbnfrule value="0">=0= uair;</rbnfrule> + <rbnfrule value="3">=0= huaire;</rbnfrule> + <rbnfrule value="5">=0= uaire;</rbnfrule> + <rbnfrule value="6">=0= huaire;</rbnfrule> + <rbnfrule value="7">=0= n-uaire;</rbnfrule> + <rbnfrule value="10">=0= n-uair;</rbnfrule> + <rbnfrule value="11">=0= →%%uaire→;</rbnfrule> + <rbnfrule value="20">=0= uair; =0= →%%uaire→;</rbnfrule> + </ruleset> + <ruleset type="uaire" access="private"> + <rbnfrule value="1">uair;</rbnfrule> + <rbnfrule value="3">huaire;</rbnfrule> + <rbnfrule value="5">uaire;</rbnfrule> + <rbnfrule value="6">huaire;</rbnfrule> + <rbnfrule value="7">n-uaire;</rbnfrule> + </ruleset> + <ruleset type="hms"> + <rbnfrule value="0">:=00=;</rbnfrule> + <rbnfrule value="60" radix="60">←00←→→→</rbnfrule> + <rbnfrule value="3600" radix="60">←#,##0←→→→;</rbnfrule> + </ruleset> + <ruleset type="in-numerals"> + <rbnfrule value="0">=0= sec.;</rbnfrule> + <rbnfrule value="60">=%%min-sec=;</rbnfrule> + <rbnfrule value="3600">=%%hr-min-sec=;</rbnfrule> + </ruleset> + <ruleset type="min-sec" access="private"> + <rbnfrule value="0">:=00=;</rbnfrule> + <rbnfrule value="60" radix="60">←0←→→;</rbnfrule> + </ruleset> + <ruleset type="hr-min-sec" access="private"> + <rbnfrule value="0">:=00=;</rbnfrule> + <rbnfrule value="60" radix="60">←00←→→;</rbnfrule> + <rbnfrule value="3600" radix="60">←#,##0←:→→→;</rbnfrule> + </ruleset> + <ruleset type="duration"> + <rbnfrule value="0">=%in-numerals=;</rbnfrule> + </ruleset> + <ruleset type="lenient-parse" access="private"> + <rbnfrule value="0">& ':' = '.' = ' ' = '-';</rbnfrule> + </ruleset> + </rulesetGrouping> + </rbnf> +</ldml> diff --git a/intl/icu/source/data/xml/rbnf/is.xml b/intl/icu/source/data/xml/rbnf/is.xml new file mode 100644 index 000000000..e8cd8ce72 --- /dev/null +++ b/intl/icu/source/data/xml/rbnf/is.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. +--> +<!DOCTYPE ldml SYSTEM "http://www.unicode.org/repos/cldr/trunk/common/dtd/ldml.dtd"> +<ldml> + <identity> + <version number="$Revision: 1.1 $"/> + <language type="is"/> + </identity> + <rbnf> + <rulesetGrouping type="SpelloutRules"> + <ruleset type="lenient-parse" access="private"> + <rbnfrule value="0">&[last primary ignorable ] ←← ' ' ←← ',' ←← '-' ←← '';</rbnfrule> + </ruleset> + </rulesetGrouping> + + </rbnf> +</ldml> diff --git a/intl/icu/source/data/xml/rbnf/mk.xml b/intl/icu/source/data/xml/rbnf/mk.xml new file mode 100644 index 000000000..3be92ef78 --- /dev/null +++ b/intl/icu/source/data/xml/rbnf/mk.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. +--> +<!DOCTYPE ldml SYSTEM "http://www.unicode.org/repos/cldr/trunk/common/dtd/ldml.dtd"> +<ldml> + <identity> + <version number="$Revision: 1.1 $"/> + <language type="mk"/> + </identity> + <rbnf> + <rulesetGrouping type="SpelloutRules"> + <ruleset type="lenient-parse" access="private"> + <rbnfrule value="0">&[last primary ignorable ] ←← ' ' ←← ',' ←← '-' ←← '';</rbnfrule> + </ruleset> + </rulesetGrouping> + + </rbnf> +</ldml> diff --git a/intl/icu/source/data/xml/rbnf/mt.xml b/intl/icu/source/data/xml/rbnf/mt.xml new file mode 100644 index 000000000..7aea5390b --- /dev/null +++ b/intl/icu/source/data/xml/rbnf/mt.xml @@ -0,0 +1,49 @@ +<?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) 2013-2015 International Business Machines Corporation and others. All rights reserved. +--> +<!DOCTYPE ldml SYSTEM "http://www.unicode.org/repos/cldr/trunk/common/dtd/ldml.dtd"> +<ldml> + <identity> + + <version number="$Revision: 1.4 $"/> + <language type="mt"/> + </identity> + <rbnf> + <rulesetGrouping type="DurationRules"> + <ruleset type="with-words"> + <rbnfrule value="0">0 sekondi; 1 sekonda; =0= sekondi;</rbnfrule> + <rbnfrule value="60" radix="60">←%%min←[, →→];</rbnfrule> + <rbnfrule value="3600" radix="60">←%%hr←[, →→→];</rbnfrule> + </ruleset> + <ruleset type="min" access="private"> + <rbnfrule value="0">0 minuti; 1 minuta; =0= minuti;</rbnfrule> + </ruleset> + <ruleset type="hr" access="private"> + <rbnfrule value="0">0 siegħat; 1 siegħa; =0= siegħat;</rbnfrule> + </ruleset> + <ruleset type="in-numerals"> + <rbnfrule value="0">=0= sek.;</rbnfrule> + <rbnfrule value="60">=%%min-sec=;</rbnfrule> + <rbnfrule value="3600">=%%hr-min-sec=;</rbnfrule> + </ruleset> + <ruleset type="min-sec" access="private"> + <rbnfrule value="0">:=00=;</rbnfrule> + <rbnfrule value="60" radix="60">←0←→→;</rbnfrule> + </ruleset> + <ruleset type="hr-min-sec" access="private"> + <rbnfrule value="0">:=00=;</rbnfrule> + <rbnfrule value="60" radix="60">←00←→→;</rbnfrule> + <rbnfrule value="3600" radix="60">←#,##0←:→→→;</rbnfrule> + </ruleset> + <ruleset type="duration"> + <rbnfrule value="0">=%in-numerals=;</rbnfrule> + </ruleset> + <ruleset type="lenient-parse" access="private"> + <rbnfrule value="0">& ':' = '.' = ' ' = '-';</rbnfrule> + </ruleset> + </rulesetGrouping> + </rbnf> +</ldml> diff --git a/intl/icu/source/data/xml/rbnf/nb.xml b/intl/icu/source/data/xml/rbnf/nb.xml new file mode 100644 index 000000000..ed22c82ac --- /dev/null +++ b/intl/icu/source/data/xml/rbnf/nb.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. +--> +<!DOCTYPE ldml SYSTEM "http://www.unicode.org/repos/cldr/trunk/common/dtd/ldml.dtd"> +<ldml> + <identity> + <version number="$Revision: 1.1 $"/> + <language type="nb"/> + </identity> + <rbnf> + <rulesetGrouping type="SpelloutRules"> + <ruleset type="lenient-parse" access="private"> + <rbnfrule value="0">&[last primary ignorable ] ←← ' ' ←← ',' ←← '-' ←← '';</rbnfrule> + </ruleset> + </rulesetGrouping> + + </rbnf> +</ldml> diff --git a/intl/icu/source/data/xml/rbnf/nn.xml b/intl/icu/source/data/xml/rbnf/nn.xml new file mode 100644 index 000000000..69fac5bc9 --- /dev/null +++ b/intl/icu/source/data/xml/rbnf/nn.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. +--> +<!DOCTYPE ldml SYSTEM "http://www.unicode.org/repos/cldr/trunk/common/dtd/ldml.dtd"> +<ldml> + <identity> + <version number="$Revision: 1.1 $"/> + <language type="nn"/> + </identity> + <rbnf> + <rulesetGrouping type="SpelloutRules"> + <ruleset type="lenient-parse" access="private"> + <rbnfrule value="0">&[last primary ignorable ] ←← ' ' ←← ',' ←← '-' ←← '';</rbnfrule> + </ruleset> + </rulesetGrouping> + + </rbnf> +</ldml> diff --git a/intl/icu/source/data/xml/rbnf/root.xml b/intl/icu/source/data/xml/rbnf/root.xml new file mode 100644 index 000000000..59d9ff37a --- /dev/null +++ b/intl/icu/source/data/xml/rbnf/root.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"> +<ldml> + <identity> + <version number="$Revision: 1.4 $"/> + <language type="root"/> + </identity> + <rbnf> + <rulesetGrouping type="DurationRules"> + <ruleset type="duration"> + <rbnfrule value="0">=#,##0=;</rbnfrule> + </ruleset> + </rulesetGrouping> + </rbnf> +</ldml> diff --git a/intl/icu/source/data/xml/rbnf/ru.xml b/intl/icu/source/data/xml/rbnf/ru.xml new file mode 100644 index 000000000..351c25261 --- /dev/null +++ b/intl/icu/source/data/xml/rbnf/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. +--> +<!DOCTYPE ldml SYSTEM "http://www.unicode.org/repos/cldr/trunk/common/dtd/ldml.dtd"> +<ldml> + <identity> + <version number="$Revision: 1.1 $"/> + <language type="ru"/> + </identity> + <rbnf> + <rulesetGrouping type="SpelloutRules"> + <ruleset type="lenient-parse" access="private"> + <rbnfrule value="0">&[last primary ignorable ] ←← ' ' ←← ',' ←← '-' ←← '';</rbnfrule> + </ruleset> + </rulesetGrouping> + + </rbnf> +</ldml> diff --git a/intl/icu/source/data/xml/rbnf/sr.xml b/intl/icu/source/data/xml/rbnf/sr.xml new file mode 100644 index 000000000..d1b54d27b --- /dev/null +++ b/intl/icu/source/data/xml/rbnf/sr.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. +--> +<!DOCTYPE ldml SYSTEM "http://www.unicode.org/repos/cldr/trunk/common/dtd/ldml.dtd"> +<ldml> + <identity> + <version number="$Revision: 1.1 $"/> + <language type="sr"/> + </identity> + <rbnf> + <rulesetGrouping type="SpelloutRules"> + <ruleset type="lenient-parse" access="private"> + <rbnfrule value="0">&[last primary ignorable ] ←← ' ' ←← ',' ←← '-' ←← '';</rbnfrule> + </ruleset> + </rulesetGrouping> + + </rbnf> +</ldml> diff --git a/intl/icu/source/data/xml/rbnf/uk.xml b/intl/icu/source/data/xml/rbnf/uk.xml new file mode 100644 index 000000000..d3220dc51 --- /dev/null +++ b/intl/icu/source/data/xml/rbnf/uk.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. +--> +<!DOCTYPE ldml SYSTEM "http://www.unicode.org/repos/cldr/trunk/common/dtd/ldml.dtd"> +<ldml> + <identity> + <version number="$Revision: 1.1 $"/> + <language type="uk"/> + </identity> + <rbnf> + <rulesetGrouping type="SpelloutRules"> + <ruleset type="lenient-parse" access="private"> + <rbnfrule value="0">&[last primary ignorable ] ←← ' ' ←← ',' ←← '-' ←← '';</rbnfrule> + </ruleset> + </rulesetGrouping> + + </rbnf> +</ldml> |