8265315: Support for CLDR version 41

Reviewed-by: joehw, iris, ihse
This commit is contained in:
Naoto Sato 2022-04-11 15:59:12 +00:00
parent abfd2f98dc
commit 523899e36c
859 changed files with 128248 additions and 36058 deletions

View File

@ -1,4 +1,4 @@
CLDR - Unicode Common Locale Data Repository
http://cldr.unicode.org
CLDR version installed: 39
CLDR version installed: 41

View File

@ -0,0 +1,50 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldmlBCP47 SYSTEM "../../common/dtd/ldmlBCP47.dtd">
<!--
Copyright © 1991-2015 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
For terms of use, see http://www.unicode.org/copyright.html
-->
<ldmlBCP47>
<version number="$Revision$"/>
<keyword>
<key name="ca" description="Calendar algorithm key" valueType="incremental" alias="calendar">
<type name="buddhist" description="Thai Buddhist calendar"/>
<type name="chinese" description="Traditional Chinese calendar"/>
<type name="coptic" description="Coptic calendar"/>
<type name="dangi" description="Traditional Korean calendar" since="22.1"/>
<type name="ethioaa" description="Ethiopic calendar, Amete Alem (epoch approx. 5493 B.C.E)" alias="ethiopic-amete-alem"/>
<type name="ethiopic" description="Ethiopic calendar, Amete Mihret (epoch approx, 8 C.E.)"/>
<type name="gregory" description="Gregorian calendar" alias="gregorian"/>
<type name="hebrew" description="Traditional Hebrew calendar"/>
<type name="indian" description="Indian calendar"/>
<type name="islamic" description="Islamic calendar"/>
<type name="islamic-umalqura" description="Islamic calendar, Umm al-Qura" since="24"/>
<type name="islamic-tbla" description="Islamic calendar, tabular (intercalary years [2,5,7,10,13,16,18,21,24,26,29] - astronomical epoch)" since="24"/>
<type name="islamic-civil" description="Islamic calendar, tabular (intercalary years [2,5,7,10,13,16,18,21,24,26,29] - civil epoch)" since="24"/>
<type name="islamic-rgsa" description="Islamic calendar, Saudi Arabia sighting" since="24"/>
<type name="iso8601" description="ISO calendar (Gregorian calendar using the ISO 8601 calendar week rules)" since="2.0"/>
<type name="japanese" description="Japanese Imperial calendar"/>
<type name="persian" description="Persian calendar"/>
<type name="roc" description="Republic of China calendar"/>
<type name="islamicc" description="Civil (algorithmic) Arabic calendar" deprecated="true" preferred="islamic-civil" alias="islamic-civil"/>
</key>
<key name="fw" description="First day of week" since="28">
<type name="sun" description="Sunday" since="28" />
<type name="mon" description="Monday" since="28" />
<type name="tue" description="Tuesday" since="28" />
<type name="wed" description="Wednesday" since="28" />
<type name="thu" description="Thursday" since="28" />
<type name="fri" description="Friday" since="28" />
<type name="sat" description="Saturday" since="28" />
</key>
<key name="hc" description="Hour cycle (12 vs 24)" alias="hours" since="28">
<type name="h12" description="Hour system using 112; 'h' in patterns" since="28" />
<type name="h23" description="Hour system using 023; 'H' in patterns" since="28" />
<type name="h11" description="Hour system using 011; 'K' in patterns" since="28" />
<type name="h24" description="Hour system using 124; 'k' in patterns" since="28" />
</key>
</keyword>
</ldmlBCP47>

View File

@ -0,0 +1,97 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldmlBCP47 SYSTEM "../../common/dtd/ldmlBCP47.dtd">
<!--
Copyright © 1991-2014 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
For terms of use, see http://www.unicode.org/copyright.html
-->
<ldmlBCP47>
<version number="$Revision$"/>
<keyword>
<key name="co" description="Collation type key" alias="collation">
<type name="big5han" description="Pinyin ordering for Latin, big5 charset ordering for CJK characters (used in Chinese)"/>
<type name="compat" description="A previous version of the ordering, for compatibility" since="26"/>
<type name="dict" description="Dictionary style ordering (such as in Sinhala)" alias="dictionary"/>
<type name="direct" description="Binary code point order (used in Hindi)" deprecated="true"/>
<type name="ducet" description="The default Unicode collation element table order" since="2.0.1"/>
<type name="emoji" description="Recommended ordering for emoji characters" since="27"/>
<type name="eor" description="European ordering rules" since="24"/>
<type name="gb2312" description="Pinyin ordering for Latin, gb2312han charset ordering for CJK characters (used in Chinese)" alias="gb2312han"/>
<type name="phonebk" description="Phonebook style ordering (such as in German)" alias="phonebook"/>
<type name="phonetic" description="Phonetic ordering (sorting based on pronunciation)"/>
<type name="pinyin" description="Pinyin ordering for Latin and for CJK characters (used in Chinese)"/>
<type name="reformed" description="Reformed ordering (such as in Swedish)"/>
<type name="search" description="Special collation type for string search" since="1.9"/>
<type name="searchjl" description="Special collation type for Korean initial consonant search" since="2.0.1"/>
<type name="standard" description="Default ordering for each language"/>
<type name="stroke" description="Pinyin ordering for Latin, stroke order for CJK characters (used in Chinese)"/>
<type name="trad" description="Traditional style ordering (such as in Spanish)" alias="traditional"/>
<type name="unihan" description="Pinyin ordering for Latin, Unihan radical-stroke ordering for CJK characters (used in Chinese)"/>
<type name="zhuyin" description="Pinyin ordering for Latin, zhuyin order for Bopomofo and CJK characters (used in Chinese)" since="22"/>
</key>
<key name="ka" description="Collation parameter key for alternate handling" alias="colAlternate">
<type name="noignore" description="Variable collation elements are not reset to ignorable" alias="non-ignorable"/>
<type name="shifted" description="Variable collation elements are reset to zero at levels one through three"/>
</key>
<key name="kb" description="Collation parameter key for backward collation weight" alias="colBackwards">
<type name="true" description="The second level to be backwards" alias="yes"/>
<type name="false" description="No backwards (the second level to be forwards)" alias="no"/>
</key>
<key name="kc" description="Collation parameter key for case level" alias="colCaseLevel">
<type name="true" description="The case level is inserted in front of tertiary" alias="yes"/>
<type name="false" description="No special case level handling" alias="no"/>
</key>
<key name="kf" description="Collation parameter key for ordering by case" alias="colCaseFirst">
<type name="upper" description="Upper case to be sorted before lower case"/>
<type name="lower" description="Lower case to be sorted before upper case"/>
<type name="false" description="No special case ordering" alias="no"/>
</key>
<key name="kh" deprecated="true" description="Collation parameter key for special Hiragana handling" alias="colHiraganaQuaternary">
<type name="true" description="Hiragana to be sorted before all non-variable on quaternary level" alias="yes"/>
<type name="false" description="No special handling for Hiragana" alias="no"/>
</key>
<key name="kk" description="Collation parameter key for normalization" alias="colNormalization">
<type name="true" description="Convert text into Normalization Form D before calculating collation weights" alias="yes"/>
<type name="false" description="Skip normalization" alias="no"/>
</key>
<key name="kn" description="Collation parameter key for numeric handling" alias="colNumeric">
<type name="true" description="A sequence of decimal digits is sorted at primary level with its numeric value" alias="yes"/>
<type name="false" description="No special handling for numeric ordering" alias="no"/>
</key>
<key name="kr" description="Collation reorder codes" valueType="multiple" alias="colReorder" since="21">
<type name="space" description="Whitespace reordering code, see LDML Part 5: Collation" since="21"/>
<type name="punct" description="Punctuation reordering code, see LDML Part 5: Collation" since="21"/>
<type name="symbol" description="Symbol reordering code (other than currency), see LDML Part 5: Collation" since="21"/>
<type name="currency" description="Currency reordering code, see LDML Part 5: Collation" since="21"/>
<type name="digit" description="Digit (number) reordering code, see LDML Part 5: Collation" since="21"/>
<type name="REORDER_CODE" description="Other collation reorder code — for script, see LDML Part 5: Collation" since="21"/>
</key>
<key name="ks" description="Collation parameter key for collation strength" alias="colStrength">
<type name="level1" description="The primary level" alias="primary"/>
<type name="level2" description="The secondary level" alias="secondary"/>
<type name="level3" description="The tertiary level" alias="tertiary"/>
<type name="level4" description="The quaternary level" alias="quaternary quarternary"/>
<type name="identic" description="The identical level" alias="identical"/>
</key>
<key name="kv" description="Collation parameter key for maxVariable, the last reordering group to be affected by ka-shifted" since="25">
<type name="space" description="Only spaces are affected by ka-shifted" since="25"/>
<type name="punct" description="Spaces and punctuation are affected by ka-shifted (CLDR default)" since="25"/>
<type name="symbol" description="Spaces, punctuation and symbols except for currency symbols are affected by ka-shifted (UCA default)" since="25"/>
<type name="currency" description="Spaces, punctuation and all symbols are affected by ka-shifted" since="25"/>
</key>
<key name="vt" deprecated="true" description="Collation parameter key for variable top" valueType="multiple" alias="variableTop">
<type name="CODEPOINTS" description="The variable top (one or more Unicode code points: LDML Appendix Q)"/>
</key>
</keyword>
</ldmlBCP47>

View File

@ -0,0 +1,324 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldmlBCP47 SYSTEM "../../common/dtd/ldmlBCP47.dtd">
<!--
Copyright © 1991-2013 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
For terms of use, see http://www.unicode.org/copyright.html
-->
<ldmlBCP47>
<version number="$Revision$"/>
<keyword>
<key name="cf" description="Currency format key" since="28">
<type name="standard" description="Standard currency format" since="28"/>
<type name="account" description="Accounting currency format" since="28"/>
</key>
<key name="cu" description="Currency type key" alias="currency">
<type name="adp" description="Andorran Peseta" since="1.9"/>
<type name="aed" description="United Arab Emirates Dirham" since="1.9"/>
<type name="afa" description="Afghan Afghani (1927-2002)" since="1.9"/>
<type name="afn" description="Afghan Afghani"/>
<type name="alk" description="Albanian Lek (1946-1965)" since="1.9"/>
<type name="all" description="Albanian Lek" since="1.9"/>
<type name="amd" description="Armenian Dram" since="1.9"/>
<type name="ang" description="Netherlands Antillean Guilder"/>
<type name="aoa" description="Angolan Kwanza"/>
<type name="aok" description="Angolan Kwanza (1977-1991)" since="1.9"/>
<type name="aon" description="Angolan New Kwanza (1990-2000)" since="1.9"/>
<type name="aor" description="Angolan Readjusted Kwanza (1995-1999)" since="1.9"/>
<type name="ara" description="Argentine Austral"/>
<type name="arl" description="Argentine Peso Ley (1970-1983)"/>
<type name="arm" description="Argentine Peso (1881-1970)"/>
<type name="arp" description="Argentine Peso (1983-1985)" since="1.9"/>
<type name="ars" description="Argentine Peso"/>
<type name="ats" description="Austrian Schilling" since="1.9"/>
<type name="aud" description="Australian Dollar"/>
<type name="awg" description="Aruban Florin"/>
<type name="azm" description="Azerbaijani Manat (1993-2006)" since="1.9"/>
<type name="azn" description="Azerbaijani Manat"/>
<type name="bad" description="Bosnia-Herzegovina Dinar (1992-1994)" since="1.9"/>
<type name="bam" description="Bosnia-Herzegovina Convertible Mark"/>
<type name="ban" description="Bosnia-Herzegovina New Dinar (1994-1997)" since="1.9"/>
<type name="bbd" description="Barbadian Dollar"/>
<type name="bdt" description="Bangladeshi Taka"/>
<type name="bec" description="Belgian Franc (convertible)" since="1.9"/>
<type name="bef" description="Belgian Franc"/>
<type name="bel" description="Belgian Franc (financial)" since="1.9"/>
<type name="bgl" description="Bulgarian Hard Lev" since="1.9"/>
<type name="bgm" description="Bulgarian Socialist Lev" since="1.9"/>
<type name="bgn" description="Bulgarian Lev" since="1.9"/>
<type name="bgo" description="Bulgarian Lev (1879-1952)" since="1.9"/>
<type name="bhd" description="Bahraini Dinar"/>
<type name="bif" description="Burundian Franc"/>
<type name="bmd" description="Bermudan Dollar"/>
<type name="bnd" description="Brunei Dollar"/>
<type name="bob" description="Bolivian Boliviano"/>
<type name="bol" description="Bolivian Boliviano (1863-1963)" since="1.9"/>
<type name="bop" description="Bolivian Peso"/>
<type name="bov" description="Bolivian Mvdol" since="1.9"/>
<type name="brb" description="Brazilian New Cruzeiro (1967-1986)" since="1.9"/>
<type name="brc" description="Brazilian Cruzado (1986-1989)" since="1.9"/>
<type name="bre" description="Brazilian Cruzeiro (1990-1993)" since="1.9"/>
<type name="brl" description="Brazilian Real"/>
<type name="brn" description="Brazilian New Cruzado (1989-1990)" since="1.9"/>
<type name="brr" description="Brazilian Cruzeiro (1993-1994)" since="1.9"/>
<type name="brz" description="Brazilian Cruzeiro (1942-1967)" since="1.9"/>
<type name="bsd" description="Bahamian Dollar"/>
<type name="btn" description="Bhutanese Ngultrum"/>
<type name="buk" description="Burmese Kyat" since="1.9"/>
<type name="bwp" description="Botswanan Pula"/>
<type name="byb" description="Belarusian New Ruble (1994-1999)" since="1.9"/>
<type name="byn" description="Belarusian Ruble" since="31"/>
<type name="byr" description="Belarusian Ruble (20002016)" since="1.9"/>
<type name="bzd" description="Belize Dollar"/>
<type name="cad" description="Canadian Dollar"/>
<type name="cdf" description="Congolese Franc"/>
<type name="che" description="WIR Euro" since="1.9"/>
<type name="chf" description="Swiss Franc"/>
<type name="chw" description="WIR Franc" since="1.9"/>
<type name="cle" description="Chilean Escudo"/>
<type name="clf" description="Chilean Unit of Account (UF)" since="1.9"/>
<type name="clp" description="Chilean Peso"/>
<type name="cnh" description="Chinese Yuan (offshore)" since="32"/>
<type name="cnx" description="Chinese Peoples Bank Dollar" since="1.9"/>
<type name="cny" description="Chinese Yuan"/>
<type name="cop" description="Colombian Peso"/>
<type name="cou" description="Colombian Real Value Unit" since="1.9"/>
<type name="crc" description="Costa Rican Colón"/>
<type name="csd" description="Serbian Dinar (2002-2006)" since="1.9"/>
<type name="csk" description="Czechoslovak Hard Koruna" since="1.9"/>
<type name="cuc" description="Cuban Convertible Peso"/>
<type name="cup" description="Cuban Peso"/>
<type name="cve" description="Cape Verdean Escudo"/>
<type name="cyp" description="Cypriot Pound"/>
<type name="czk" description="Czech Koruna"/>
<type name="ddm" description="East German Mark" since="1.9"/>
<type name="dem" description="German Mark"/>
<type name="djf" description="Djiboutian Franc"/>
<type name="dkk" description="Danish Krone"/>
<type name="dop" description="Dominican Peso"/>
<type name="dzd" description="Algerian Dinar"/>
<type name="ecs" description="Ecuadorian Sucre" since="1.9"/>
<type name="ecv" description="Ecuadorian Unit of Constant Value" since="1.9"/>
<type name="eek" description="Estonian Kroon"/>
<type name="egp" description="Egyptian Pound"/>
<type name="ern" description="Eritrean Nakfa"/>
<type name="esa" description="Spanish Peseta (A account)" since="1.9"/>
<type name="esb" description="Spanish Peseta (convertible account)" since="1.9"/>
<type name="esp" description="Spanish Peseta"/>
<type name="etb" description="Ethiopian Birr"/>
<type name="eur" description="Euro"/>
<type name="fim" description="Finnish Markka"/>
<type name="fjd" description="Fijian Dollar"/>
<type name="fkp" description="Falkland Islands Pound"/>
<type name="frf" description="French Franc"/>
<type name="gbp" description="British Pound Sterling"/>
<type name="gek" description="Georgian Kupon Larit" since="1.9"/>
<type name="gel" description="Georgian Lari" since="1.9"/>
<type name="ghc" description="Ghanaian Cedi (1979-2007)"/>
<type name="ghs" description="Ghanaian Cedi"/>
<type name="gip" description="Gibraltar Pound"/>
<type name="gmd" description="Gambian Dalasi"/>
<type name="gnf" description="Guinean Franc"/>
<type name="gns" description="Guinean Syli" since="1.9"/>
<type name="gqe" description="Equatorial Guinean Ekwele" since="1.9"/>
<type name="grd" description="Greek Drachma"/>
<type name="gtq" description="Guatemalan Quetzal"/>
<type name="gwe" description="Portuguese Guinea Escudo" since="1.9"/>
<type name="gwp" description="Guinea-Bissau Peso" since="1.9"/>
<type name="gyd" description="Guyanaese Dollar"/>
<type name="hkd" description="Hong Kong Dollar"/>
<type name="hnl" description="Honduran Lempira"/>
<type name="hrd" description="Croatian Dinar" since="1.9"/>
<type name="hrk" description="Croatian Kuna"/>
<type name="htg" description="Haitian Gourde"/>
<type name="huf" description="Hungarian Forint"/>
<type name="idr" description="Indonesian Rupiah"/>
<type name="iep" description="Irish Pound"/>
<type name="ilp" description="Israeli Pound"/>
<type name="ilr" description="Israeli Sheqel (1980-1985)" since="1.9"/>
<type name="ils" description="Israeli New Sheqel"/>
<type name="inr" description="Indian Rupee"/>
<type name="iqd" description="Iraqi Dinar" since="1.9"/>
<type name="irr" description="Iranian Rial" since="1.9"/>
<type name="isj" description="Icelandic Króna (1918-1981)" since="1.9"/>
<type name="isk" description="Icelandic Króna"/>
<type name="itl" description="Italian Lira"/>
<type name="jmd" description="Jamaican Dollar"/>
<type name="jod" description="Jordanian Dinar"/>
<type name="jpy" description="Japanese Yen"/>
<type name="kes" description="Kenyan Shilling"/>
<type name="kgs" description="Kyrgystani Som" since="1.9"/>
<type name="khr" description="Cambodian Riel" since="1.9"/>
<type name="kmf" description="Comorian Franc"/>
<type name="kpw" description="North Korean Won" since="1.9"/>
<type name="krh" description="South Korean Hwan (1953-1962)" since="1.9"/>
<type name="kro" description="South Korean Won (1945-1953)" since="1.9"/>
<type name="krw" description="South Korean Won"/>
<type name="kwd" description="Kuwaiti Dinar"/>
<type name="kyd" description="Cayman Islands Dollar"/>
<type name="kzt" description="Kazakhstani Tenge" since="1.9"/>
<type name="lak" description="Laotian Kip"/>
<type name="lbp" description="Lebanese Pound"/>
<type name="lkr" description="Sri Lankan Rupee"/>
<type name="lrd" description="Liberian Dollar"/>
<type name="lsl" description="Lesotho Loti"/>
<type name="ltl" description="Lithuanian Litas"/>
<type name="ltt" description="Lithuanian Talonas" since="1.9"/>
<type name="luc" description="Luxembourgian Convertible Franc" since="1.9"/>
<type name="luf" description="Luxembourgian Franc" since="1.9"/>
<type name="lul" description="Luxembourg Financial Franc" since="1.9"/>
<type name="lvl" description="Latvian Lats"/>
<type name="lvr" description="Latvian Ruble" since="1.9"/>
<type name="lyd" description="Libyan Dinar"/>
<type name="mad" description="Moroccan Dirham" since="1.9"/>
<type name="maf" description="Moroccan Franc" since="1.9"/>
<type name="mcf" description="Monegasque Franc" since="1.9"/>
<type name="mdc" description="Moldovan Cupon" since="1.9"/>
<type name="mdl" description="Moldovan Leu" since="1.9"/>
<type name="mga" description="Malagasy Ariary" since="1.9"/>
<type name="mgf" description="Malagasy Franc" since="1.9"/>
<type name="mkd" description="Macedonian Denar" since="1.9"/>
<type name="mkn" description="Macedonian Denar (1992-1993)" since="1.9"/>
<type name="mlf" description="Malian Franc" since="1.9"/>
<type name="mmk" description="Myanma Kyat"/>
<type name="mnt" description="Mongolian Tugrik"/>
<type name="mop" description="Macanese Pataca"/>
<type name="mro" description="Mauritanian Ouguiya (1973-2017)"/>
<type name="mru" description="Mauritanian Ouguiya" since="33"/>
<type name="mtl" description="Maltese Lira"/>
<type name="mtp" description="Maltese Pound"/>
<type name="mur" description="Mauritian Rupee"/>
<type name="mvp" description="Maldivian Rupee" since="1.9"/>
<type name="mvr" description="Maldivian Rufiyaa" since="1.9"/>
<type name="mwk" description="Malawian Kwacha" since="1.9"/>
<type name="mxn" description="Mexican Peso" since="1.9"/>
<type name="mxp" description="Mexican Silver Peso (1861-1992)"/>
<type name="mxv" description="Mexican Investment Unit" since="1.9"/>
<type name="myr" description="Malaysian Ringgit"/>
<type name="mze" description="Mozambican Escudo" since="1.9"/>
<type name="mzm" description="Mozambican Metical (1980-2006)"/>
<type name="mzn" description="Mozambican Metical"/>
<type name="nad" description="Namibian Dollar"/>
<type name="ngn" description="Nigerian Naira"/>
<type name="nic" description="Nicaraguan Córdoba (1988-1991)" since="1.9"/>
<type name="nio" description="Nicaraguan Córdoba"/>
<type name="nlg" description="Dutch Guilder"/>
<type name="nok" description="Norwegian Krone"/>
<type name="npr" description="Nepalese Rupee"/>
<type name="nzd" description="New Zealand Dollar"/>
<type name="omr" description="Omani Rial" since="1.9"/>
<type name="pab" description="Panamanian Balboa"/>
<type name="pei" description="Peruvian Inti"/>
<type name="pen" description="Peruvian Nuevo Sol"/>
<type name="pes" description="Peruvian Sol (1863-1965)" since="1.9"/>
<type name="pgk" description="Papua New Guinean Kina"/>
<type name="php" description="Philippine Peso"/>
<type name="pkr" description="Pakistani Rupee"/>
<type name="pln" description="Polish Zloty"/>
<type name="plz" description="Polish Zloty (1950-1995)" since="1.9"/>
<type name="pte" description="Portuguese Escudo"/>
<type name="pyg" description="Paraguayan Guarani"/>
<type name="qar" description="Qatari Rial"/>
<type name="rhd" description="Rhodesian Dollar"/>
<type name="rol" description="Romanian Leu (1952-2006)" since="1.9"/>
<type name="ron" description="Romanian Leu"/>
<type name="rsd" description="Serbian Dinar"/>
<type name="rub" description="Russian Ruble" since="1.9"/>
<type name="rur" description="Russian Ruble (1991-1998)" since="1.9"/>
<type name="rwf" description="Rwandan Franc" since="1.9"/>
<type name="sar" description="Saudi Riyal"/>
<type name="sbd" description="Solomon Islands Dollar"/>
<type name="scr" description="Seychellois Rupee"/>
<type name="sdd" description="Sudanese Dinar (1992-2007)"/>
<type name="sdg" description="Sudanese Pound" since="1.9"/>
<type name="sdp" description="Sudanese Pound (1957-1998)" since="1.9"/>
<type name="sek" description="Swedish Krona"/>
<type name="sgd" description="Singapore Dollar"/>
<type name="shp" description="Saint Helena Pound"/>
<type name="sit" description="Slovenian Tolar" since="1.9"/>
<type name="skk" description="Slovak Koruna"/>
<type name="sle" description="Sierra Leonean New Leone"/>
<type name="sll" description="Sierra Leonean Leone"/>
<type name="sos" description="Somali Shilling"/>
<type name="srd" description="Surinamese Dollar"/>
<type name="srg" description="Surinamese Guilder"/>
<type name="ssp" description="South Sudanese Pound" since="21"/>
<type name="std" description="São Tomé and Príncipe Dobra (1977-2017)"/>
<type name="stn" description="São Tomé and Príncipe Dobra" since="32"/>
<type name="sur" description="Soviet Rouble" since="1.9"/>
<type name="svc" description="Salvadoran Colón"/>
<type name="syp" description="Syrian Pound"/>
<type name="szl" description="Swazi Lilangeni"/>
<type name="thb" description="Thai Baht"/>
<type name="tjr" description="Tajikistani Ruble" since="1.9"/>
<type name="tjs" description="Tajikistani Somoni" since="1.9"/>
<type name="tmm" description="Turkmenistani Manat (1993-2009)"/>
<type name="tmt" description="Turkmenistani Manat" since="1.9"/>
<type name="tnd" description="Tunisian Dinar"/>
<type name="top" description="Tongan Paʻanga"/>
<type name="tpe" description="Timorese Escudo" since="1.9"/>
<type name="trl" description="Turkish Lira (1922-2005)"/>
<type name="try" description="Turkish Lira"/>
<type name="ttd" description="Trinidad and Tobago Dollar"/>
<type name="twd" description="New Taiwan Dollar"/>
<type name="tzs" description="Tanzanian Shilling"/>
<type name="uah" description="Ukrainian Hryvnia"/>
<type name="uak" description="Ukrainian Karbovanets" since="1.9"/>
<type name="ugs" description="Ugandan Shilling (1966-1987)" since="1.9"/>
<type name="ugx" description="Ugandan Shilling"/>
<type name="usd" description="US Dollar"/>
<type name="usn" description="US Dollar (Next day)" since="1.9"/>
<type name="uss" description="US Dollar (Same day)" since="1.9"/>
<type name="uyi" description="Uruguayan Peso (Indexed Units)" since="1.9"/>
<type name="uyp" description="Uruguayan Peso (1975-1993)" since="1.9"/>
<type name="uyu" description="Uruguayan Peso"/>
<type name="uyw" description="Uruguayan Nominal Wage Index Unit" since="34"/>
<type name="uzs" description="Uzbekistan Som" since="1.9"/>
<type name="veb" description="Venezuelan Bolívar (1871-2008)" since="1.9"/>
<type name="vef" description="Venezuelan Bolívar (2008-2018)"/>
<type name="ves" description="Venezuelan Bolívar" since="34"/>
<type name="ved" description="Bolívar Soberano" since="41"/>
<type name="vnd" description="Vietnamese Dong"/>
<type name="vnn" description="Vietnamese Dong (1978-1985)" since="1.9"/>
<type name="vuv" description="Vanuatu Vatu"/>
<type name="wst" description="Samoan Tala"/>
<type name="xaf" description="CFA Franc BEAC"/>
<type name="xag" description="Silver" since="1.9"/>
<type name="xau" description="Gold" since="1.9"/>
<type name="xba" description="European Composite Unit" since="1.9"/>
<type name="xbb" description="European Monetary Unit" since="1.9"/>
<type name="xbc" description="European Unit of Account 9" since="1.9"/>
<type name="xbd" description="European Unit of Account 17" since="1.9"/>
<type name="xcd" description="East Caribbean Dollar"/>
<type name="xdr" description="Special Drawing Rights" since="1.9"/>
<type name="xeu" description="European Currency Unit" since="1.9"/>
<type name="xfo" description="French Gold Franc" since="1.9"/>
<type name="xfu" description="French UIC-Franc" since="1.9"/>
<type name="xof" description="CFA Franc BCEAO"/>
<type name="xpd" description="Palladium" since="1.9"/>
<type name="xpf" description="CFP Franc"/>
<type name="xpt" description="Platinum" since="1.9"/>
<type name="xre" description="RINET Funds" since="1.9"/>
<type name="xsu" description="Sucre" since="21"/>
<type name="xts" description="Testing Currency Code" since="1.9"/>
<type name="xua" description="ADB Unit of Account" since="21"/>
<type name="xxx" description="Unknown Currency" since="1.9"/>
<type name="ydd" description="Yemeni Dinar" since="1.9"/>
<type name="yer" description="Yemeni Rial"/>
<type name="yud" description="Yugoslavian Hard Dinar (1966-1990)" since="1.9"/>
<type name="yum" description="Yugoslavian New Dinar (1994-2002)" since="1.9"/>
<type name="yun" description="Yugoslavian Convertible Dinar (1990-1992)" since="1.9"/>
<type name="yur" description="Yugoslavian Reformed Dinar (1992-1993)" since="1.9"/>
<type name="zal" description="South African Rand (financial)" since="1.9"/>
<type name="zar" description="South African Rand"/>
<type name="zmk" description="Zambian Kwacha (1968-2012)"/>
<type name="zmw" description="Zambian Kwacha" since="23"/>
<type name="zrn" description="Zairean New Zaire (1993-1998)"/>
<type name="zrz" description="Zairean Zaire (1971-1993)"/>
<type name="zwd" description="Zimbabwean Dollar (1980-2008)"/>
<type name="zwl" description="Zimbabwean Dollar (2009)" since="1.9"/>
<type name="zwr" description="Zimbabwean Dollar (2008)" since="1.9"/>
</key>
</keyword>
</ldmlBCP47>

View File

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldmlBCP47 SYSTEM "../../common/dtd/ldmlBCP47.dtd">
<!-- Copyright © 1991-2015 Unicode, Inc. CLDR data files are interpreted according to the LDML specification
(http://unicode.org/reports/tr35/) For terms of use, see http://www.unicode.org/copyright.html -->
<ldmlBCP47>
<version number="$Revision$" />
<keyword>
<key name="ms" description="Measurement System" alias="measure" since="28">
<type name="metric" description="Metric System" since="28" />
<type name="ussystem" description="US System of measurement: feet, pints, etc.; pints are 16oz"
since="28" />
<type name="uksystem" description="UK System of measurement: feet, pints, etc.; pints are 20oz"
alias="imperial" since="28" />
</key>
</keyword>
</ldmlBCP47>

View File

@ -0,0 +1,104 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldmlBCP47 SYSTEM "../../common/dtd/ldmlBCP47.dtd">
<!--
Copyright © 1991-2016 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
For terms of use, see http://www.unicode.org/copyright.html
-->
<ldmlBCP47>
<version number="$Revision$"/>
<keyword>
<key name="nu" description="Numbering system type key" alias="numbers">
<type name="adlm" description="Adlam digits" since="30"/>
<type name="ahom" description="Ahom digits" since="28"/>
<type name="arab" description="Arabic-Indic digits"/>
<type name="arabext" description="Extended Arabic-Indic digits"/>
<type name="armn" description="Armenian upper case numerals — algorithmic"/>
<type name="armnlow" description="Armenian lower case numerals — algorithmic"/>
<type name="bali" description="Balinese digits" since="21"/>
<type name="beng" description="Bengali digits"/>
<type name="bhks" description="Bhaiksuki digits" since="30"/>
<type name="brah" description="Brahmi digits" since="21"/>
<type name="cakm" description="Chakma digits" since="21"/>
<type name="cham" description="Cham digits" since="21"/>
<type name="cyrl" description="Cyrillic numerals — algorithmic" since="28"/>
<type name="deva" description="Devanagari digits"/>
<type name="diak" description="Dives Akuru digits" since="36.1"/>
<type name="ethi" description="Ethiopic numerals — algorithmic"/>
<type name="finance" description="Financial numerals — may be algorithmic" since="21"/>
<type name="fullwide" description="Full width digits"/>
<type name="geor" description="Georgian numerals — algorithmic"/>
<type name="gong" description="Gunjala Gondi digits" since="33.1"/>
<type name="gonm" description="Masaram Gondi digits" since="32"/>
<type name="grek" description="Greek upper case numerals — algorithmic"/>
<type name="greklow" description="Greek lower case numerals — algorithmic"/>
<type name="gujr" description="Gujarati digits"/>
<type name="guru" description="Gurmukhi digits"/>
<type name="hanidays" description="Han-character day-of-month numbering for lunar/other traditional calendars" since="25"/>
<type name="hanidec" description="Positional decimal system using Chinese number ideographs as digits" since="1.9"/>
<type name="hans" description="Simplified Chinese numerals — algorithmic"/>
<type name="hansfin" description="Simplified Chinese financial numerals — algorithmic"/>
<type name="hant" description="Traditional Chinese numerals — algorithmic"/>
<type name="hantfin" description="Traditional Chinese financial numerals — algorithmic"/>
<type name="hebr" description="Hebrew numerals — algorithmic"/>
<type name="hmng" description="Pahawh Hmong digits" since="28"/>
<type name="hmnp" description="Nyiakeng Puachue Hmong digits" since="35"/>
<type name="java" description="Javanese digits" since="21"/>
<type name="jpan" description="Japanese numerals — algorithmic"/>
<type name="jpanfin" description="Japanese financial numerals — algorithmic"/>
<type name="jpanyear" description="Japanese first-year Gannen numbering for Japanese calendar" since="35"/>
<type name="kali" description="Kayah Li digits" since="21"/>
<type name="khmr" description="Khmer digits"/>
<type name="knda" description="Kannada digits"/>
<type name="lana" description="Tai Tham Hora (secular) digits" since="21"/>
<type name="lanatham" description="Tai Tham Tham (ecclesiastical) digits" since="21"/>
<type name="laoo" description="Lao digits"/>
<type name="latn" description="Latin digits"/>
<type name="lepc" description="Lepcha digits" since="21"/>
<type name="limb" description="Limbu digits" since="21"/>
<type name="mathbold" description="Mathematical bold digits" since="28"/>
<type name="mathdbl" description="Mathematical double-struck digits" since="28"/>
<type name="mathmono" description="Mathematical monospace digits" since="28"/>
<type name="mathsanb" description="Mathematical sans-serif bold digits" since="28"/>
<type name="mathsans" description="Mathematical sans-serif digits" since="28"/>
<type name="mlym" description="Malayalam digits"/>
<type name="modi" description="Modi digits" since="28"/>
<type name="mong" description="Mongolian digits"/>
<type name="mroo" description="Mro digits" since="28"/>
<type name="mtei" description="Meetei Mayek digits" since="21"/>
<type name="mymr" description="Myanmar digits"/>
<type name="mymrshan" description="Myanmar Shan digits" since="21"/>
<type name="mymrtlng" description="Myanmar Tai Laing digits" since="28"/>
<type name="native" description="Native digits" since="21"/>
<type name="newa" description="Newa digits" since="30"/>
<type name="nkoo" description="N'Ko digits" since="21"/>
<type name="olck" description="Ol Chiki digits" since="21"/>
<type name="orya" description="Oriya digits"/>
<type name="osma" description="Osmanya digits" since="21"/>
<type name="rohg" description="Hanifi Rohingya digits" since="33.1"/>
<type name="roman" description="Roman upper case numerals — algorithmic"/>
<type name="romanlow" description="Roman lowercase numerals — algorithmic"/>
<type name="saur" description="Saurashtra digits" since="21"/>
<type name="segment" description="Legacy computing segmented digits" since="37"/>
<type name="shrd" description="Sharada digits" since="21"/>
<type name="sind" description="Khudawadi digits" since="28"/>
<type name="sinh" description="Sinhala Lith digits" since="28"/>
<type name="sora" description="Sora_Sompeng digits" since="21"/>
<type name="sund" description="Sundanese digits" since="21"/>
<type name="takr" description="Takri digits" since="21"/>
<type name="talu" description="New Tai Lue digits" since="21"/>
<type name="taml" description="Tamil numerals — algorithmic"/>
<type name="tamldec" description="Modern Tamil decimal digits" since="2.0.1"/>
<type name="tnsa" description="Tangsa digits" since="40"/>
<type name="telu" description="Telugu digits"/>
<type name="thai" description="Thai digits"/>
<type name="tirh" description="Tirhuta digits" since="28"/>
<type name="tibt" description="Tibetan digits"/>
<type name="traditio" description="Traditional numerals — may be algorithmic" alias="traditional" since="21"/>
<type name="vaii" description="Vai digits" since="21"/>
<type name="wara" description="Warang Citi digits" since="28"/>
<type name="wcho" description="Wancho digits" since="35"/>
</key>
</keyword>
</ldmlBCP47>

View File

@ -0,0 +1,35 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldmlBCP47 SYSTEM "../../common/dtd/ldmlBCP47.dtd">
<!--
Copyright © 1991-2020 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
For terms of use, see http://www.unicode.org/copyright.html
-->
<ldmlBCP47>
<version number="$Revision$"/>
<keyword>
<key name="dx" description="Scripts to exclude from dictionary break" valueType="multiple" since="38">
<type name="SCRIPT_CODE" description="ISO 15924 script code"/>
</key>
<key name="lb" description="Line break type key" since="27">
<type name="strict" description="CSS level 3 line-break=strict, e.g. treat CJ as NS"/>
<type name="normal" description="CSS level 3 line-break=normal, e.g. treat CJ as ID, break before hyphens for ja,zh"/>
<type name="loose" description="CSS lev 3 line-break=loose"/>
</key>
<key name="lw" description="Line break key for CSS lev 3 word-break options" since="28">
<type name="normal" description="CSS lev 3 word-break=normal, normal script/language behavior for midword breaks"/>
<type name="breakall" description="CSS lev 3 word-break=break-all, allow midword breaks unless forbidden by lb setting"/>
<type name="keepall" description="CSS lev 3 word-break=keep-all, prohibit midword breaks except for dictionary breaks"/>
<type name="phrase" description="Prioritize keeping natural phrases (of multiple words) together when breaking, used in short text like title and headline"/>
</key>
<key name="ss" description="Sentence break parameter key to control use of suppressions data" since="28">
<type name="none" description="Don't use segmentation suppressions data"/>
<type name="standard" description="Use segmentation suppressions data of type standard"/>
</key>
</keyword>
</ldmlBCP47>

View File

@ -176,7 +176,8 @@ For terms of use, see http://www.unicode.org/copyright.html
<type name="fotho" description="Faroe Islands" alias="Atlantic/Faeroe Atlantic/Faroe"/>
<type name="frpar" description="Paris, France" alias="Europe/Paris"/>
<type name="galbv" description="Libreville, Gabon" alias="Africa/Libreville"/>
<type name="gaza" description="Gaza Strip, Palestinian Territories" alias="Asia/Gaza"/>
<type name="gaza" description="Gaza Strip, Palestinian Territories" deprecated="true" preferred="gazastrp"/>
<type name="gazastrp" description="Gaza Strip, Palestinian Territories" alias="Asia/Gaza"/>
<type name="gblon" description="London, United Kingdom" alias="Europe/London Europe/Belfast GB GB-Eire"/>
<type name="gdgnd" description="Grenada" alias="America/Grenada"/>
<type name="getbs" description="Tbilisi, Georgia" alias="Asia/Tbilisi"/>
@ -228,7 +229,7 @@ For terms of use, see http://www.unicode.org/copyright.html
<type name="kgfru" description="Bishkek, Kyrgyzstan" alias="Asia/Bishkek"/>
<type name="khpnh" description="Phnom Penh, Cambodia" alias="Asia/Phnom_Penh"/>
<type name="kicxi" description="Kiritimati, Kiribati" alias="Pacific/Kiritimati"/>
<type name="kipho" description="Enderbury Island, Kiribati" alias="Pacific/Enderbury"/>
<type name="kipho" description="Enderbury Island, Kiribati" alias="Pacific/Enderbury Pacific/Kanton"/>
<type name="kitrw" description="Tarawa, Kiribati" alias="Pacific/Tarawa"/>
<type name="kmyva" description="Comoros" alias="Indian/Comoro"/>
<type name="knbas" description="Saint Kitts" alias="America/St_Kitts"/>
@ -393,7 +394,7 @@ For terms of use, see http://www.unicode.org/copyright.html
<type name="tvfun" description="Funafuti, Tuvalu" alias="Pacific/Funafuti"/>
<type name="twtpe" description="Taipei, Taiwan" alias="Asia/Taipei ROC"/>
<type name="tzdar" description="Dar es Salaam, Tanzania" alias="Africa/Dar_es_Salaam"/>
<type name="uaiev" description="Kiev, Ukraine" alias="Europe/Kiev"/>
<type name="uaiev" description="Kyiv, Ukraine" alias="Europe/Kiev"/>
<type name="uaozh" description="Zaporizhia (Zaporozhye), Ukraine" alias="Europe/Zaporozhye"/>
<type name="uasip" description="Simferopol, Ukraine" alias="Europe/Simferopol"/>
<type name="uauzh" description="Uzhhorod (Uzhgorod), Ukraine" alias="Europe/Uzhgorod"/>

View File

@ -0,0 +1,45 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldmlBCP47 SYSTEM "../../common/dtd/ldmlBCP47.dtd">
<!-- Copyright © 1991-2015 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
For terms of use, see http://www.unicode.org/copyright.html
-->
<ldmlBCP47>
<version number="$Revision$"/>
<keyword>
<key extension="t" name="d0" description="Transform destination for non-languages/scripts." since="29">
<type name="ascii" description="map as many characters to the closest ASCII character as possible" since="29"/>
<type name="accents" description="map base + punctuation, etc to accented characters" since="29"/>
<type name="publish" description="map to preferred forms for publishing, such as “, ”, —" since="29" alias="publishing"/>
<type name="casefold" description="apply Unicode case folding" since="29"/>
<type name="lower" description="apply Unicode full lowercase mapping" since="29"/>
<type name="upper" description="apply Unicode full uppercase mapping" since="29"/>
<type name="title" description="apply Unicode full titlecase mapping" since="29"/>
<type name="digit" description="convert to digit form of accent" since="29"/>
<type name="fwidth" description="map characters to their fullwidth equivalents" since="29" alias="fullwidth"/>
<type name="hwidth" description="map characters to their halfwidth equivalents" since="29" alias="halfwidth"/>
<type name="hex" description="map characters to a hex equivalents, eg 'a' to '\u0061'; for hex variants see transform.xml" since="29"/>
<type name="nfc" description="map string to the Unicode NFC format" since="29"/>
<type name="nfd" description="map string to the Unicode NFD format" since="29"/>
<type name="nfkc" description="map string to the Unicode NFKC format" since="29"/>
<type name="nfkd" description="map string to the Unicode NFKD format" since="29"/>
<type name="fcd" description="map string to the FCD format; http://unicode.org/notes/tn5" since="29"/>
<type name="fcc" description="map string to the FCC format; http://unicode.org/notes/tn5" since="29"/>
<type name="charname" description="map each character to its Unicode name" since="29" alias="name"/>
<type name="npinyin" description="map pinyin written with tones to the numeric form" since="29" alias="numericPinyin"/>
<type name="null" description="make no change in the string" since="29"/>
<type name="remove" description="remove every character in the string" since="29"/>
<type name="zawgyi" description="map Unicode to Zawgyi Myanmar encoding" since="34"/>
<type name="morse" description="map Unicode to Morse Code encoding" since="41"/>
</key>
<key extension="t" name="s0" description="Transform source for non-languages/scripts." since="29">
<type name="accents" description="accented characters to map base + punctuation, etc" since="29"/>
<type name="ascii" description="map from ASCII to the target, perhaps using different conventions" since="29"/>
<type name="publish" description="map publishing characters, such as “, ”, —, to from vanilla characters" since="29" alias="publishing"/>
<type name="hex" description="map characters from hex equivalents, trying all variants, eg 'U+0061' to 'a'; for hex variants see transform.xml" since="29"/>
<type name="npinyin" description="map the numeric form of pinyin to the tone format" since="29" alias="numericPinyin"/>
<type name="zawgyi" description="map Zawgyi Myanmar encoding to Unicode" since="30"/>
<type name="morse" description="map Morse Code to Unicode encoding" since="41"/>
</key>
</keyword>
</ldmlBCP47>

View File

@ -0,0 +1,48 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldmlBCP47 SYSTEM "../../common/dtd/ldmlBCP47.dtd">
<!--
Copyright © 1991-2013 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
For terms of use, see http://www.unicode.org/copyright.html
-->
<ldmlBCP47>
<version number="$Revision$" />
<keyword>
<key extension="t" name="m0" description="Transform extension mechanism:
to reference an authority or rules for a type of transformation" since="21">
<type name="alaloc" description="American Library Association-Library of Congress" since="21"/>
<type name="bgn" description="US Board on Geographic Names" since="21"/>
<type name="buckwalt" description="Buckwalter Arabic transliteration system" since="22.1"/>
<type name="din" description="Deutsches Institut für Normung" since="21"/>
<type name="gost" description="Euro-Asian Council for Standardization, Metrology and Certification" since="21"/>
<type name="iso" description="International Organization for Standardization" since="21"/>
<type name="mcst" description="Korean Ministry of Culture, Sports and Tourism" since="21"/>
<type name="mns" description="Mongolian National Standard" since="29"/>
<type name="satts" description="Standard Arabic Technical Transliteration System (SATTS)" since="22.1"/>
<type name="ungegn" description="United Nations Group of Experts on Geographical Names" since="21"/>
<type name="c11" description="for hex transforms, using the C11 syntax: \u0061\U0001F4D6" since="29" alias="c"/>
<type name="css" description="for hex transforms, using the CSS syntax: \61 \01F4D6, spacing where necessary" since="29"/>
<type name="java" description="for hex transforms, using the Java syntax: \u0061\uD83D\uDCD6" since="29"/>
<type name="percent" description="for hex transforms, using the percent syntax: %61%F0%9F%93%96" since="29"/>
<type name="perl" description="for hex transforms, using the perl syntax: \x{61}\x{1F4D6}" since="29"/>
<type name="plain" description="for hex transforms, with no surrounding syntax, spacing where necessary: 0061 1F4D6" since="29"/>
<type name="unicode" description="to hex with the Unicode syntax: U+0061 U+1F4D6, spacing where necessary" since="29"/>
<type name="xml" description="for hex transforms, using the xml syntax: &amp;#x61;&amp;#x1F4D6;" since="29"/>
<type name="xml10" description="for hex transforms, using the xml decimal syntax: &amp;#97;&amp;#128214;" since="29"/>
<type name="prprname" description="transform variant for proper names" since="29" alias="names"/>
<type name="iast" description="International Alphabet of Sanskrit Transliteration" since="35"/>
<type name="ewts" description="Extended Wylie Transliteration Scheme" since="35"/>
<type name="aethiopi" description="Encylopedia Aethiopica Transliteration" since="41"/>
<type name="betamets" description="Beta Maṣāḥǝft Transliteration" since="41" alias="beta-metsehaf"/>
<type name="iesjes" description="IES/JES Amharic Transliteration" since="41" alias="ies-jes"/>
<type name="es3842" description="Ethiopian Standards Agency ES 3842:2014 Ethiopic-Latin Transliteration" since="41"/>
<type name="lambdin" description="Thomas Oden Lambdin Ethiopic-Latin Transliteration" since="41"/>
<type name="gurage" description="Gurage Legacy to Modern Transliteration" since="41"/>
<type name="gutgarts" description="Yaros Gutgarts Ethiopic-Cyrillic Transliteration" since="41"/>
<type name="sera" description="System for Ethiopic Representation in ASCII" since="41"/>
<type name="tekieali" description="Tekie Alibekit Blin-Latin Transliteration" since="41" alias="tekie-alibekit"/>
<type name="xaleget" description="Eritrean Ministry of Education Blin-Latin Transliteration" since="41"/>
</key>
</keyword>
</ldmlBCP47>

View File

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldmlBCP47 SYSTEM "../../common/dtd/ldmlBCP47.dtd">
<!--
Copyright © 1991-2017 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
For terms of use, see http://www.unicode.org/copyright.html
-->
<ldmlBCP47>
<version number="$Revision$" />
<keyword>
<key extension="t" name="h0" description="Language mixed in to form hybrid language tag.
See http://unicode.org/reports/tr35/#Hybrid_Locale" valueType="single" since="31">
<type name="hybrid" description="indicates hybrid language" since="31"/>
</key>
</keyword>
</ldmlBCP47>

View File

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldmlBCP47 SYSTEM "../../common/dtd/ldmlBCP47.dtd">
<!--
Copyright © 1991-2013 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
For terms of use, see http://www.unicode.org/copyright.html
-->
<ldmlBCP47>
<version number="$Revision$" />
<keyword>
<key extension="t" name="i0" description="Input Method Engine transform:
Used to indicate an input method transformation, such as one used by
a client-side input method. The first subfield in a sequence would
typically be a 'platform' or vendor designation." since="21.0.2">
<type name="handwrit" description="Handwriting input: Used when the only information known (or requested) is that the text was (or is to be) converted using an handwriting input." since="21.0.2" />
<type name="pinyin" description="Pinyin input: for simplified Chinese characters. See also http://en.wikipedia.org/wiki/Pinyin_method." since="21.0.2" />
<type name="wubi" description="Wubi input: for simplified Chinese characters. For background information, see http://en.wikipedia.org/wiki/Wubi_method" since="21.0.2" />
<type name="und" description="The choice of input method is not specified. Used when the only information known (or requested) is that the text was (or is to be) converted using an input method engine" since="21.0.2" />
</key>
</keyword>
</ldmlBCP47>

View File

@ -0,0 +1,48 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldmlBCP47 SYSTEM "../../common/dtd/ldmlBCP47.dtd">
<!--
Copyright © 1991-2013 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
For terms of use, see http://www.unicode.org/copyright.html
-->
<ldmlBCP47>
<version number="$Revision$" />
<keyword>
<key extension="t" name="k0" description="Keyboard transform:
Used to indicate a keyboard transformation, such as one used by a client-side virtual keyboard.
The first subfield in a sequence would typically be a 'platform' designation,
representing the platform that the keyboard is intended for.
The keyboard might or might not correspond to a keyboard mapping shipped by the vendor for the platform.
One or more subsequent fields may occur, but are only added where needed to distinguish from others." since="21.0.2">
<type name="osx" description="Mac OSX keyboard." since="21.0.2" />
<type name="windows" description="Windows keyboard." since="21.0.2" />
<type name="chromeos" description="ChromeOS keyboard." since="21.0.2" />
<type name="android" description="Android keyboard." since="21.0.2" />
<type name="googlevk" description="Google virtual keyboard." since="21.0.2" />
<type name="101key" description="101 key layout." since="21.0.2" />
<type name="102key" description="102 key layout." since="21.0.2" />
<type name="dvorak" description="Dvorak keyboard layout. See also http://en.wikipedia.org/wiki/Dvorak_Simplified_Keyboard." since="21.0.2" />
<type name="dvorakl" description="Dvorak left-handed keyboard layout. See also http://en.wikipedia.org/wiki/File:KB_Dvorak_Left.svg." since="21.0.2" />
<type name="dvorakr" description="Dvorak right-handed keyboard layout. See also http://en.wikipedia.org/wiki/File:KB_Dvorak_Right.svg." since="21.0.2" />
<type name="el220" description="Greek 220 keyboard. See also http://www.microsoft.com/resources/msdn/goglobal/keyboards/kbdhela2.html." since="21.0.2" />
<type name="el319" description="Greek 319 keyboard. See also ftp://ftp.software.ibm.com/software/globalization/keyboards/KBD319.pdf." since="21.0.2" />
<type name="extended" description="A keyboard that has been enhanced with a large number of extra characters." since="21.0.2" />
<type name="isiri" description="Persian ISIRI keyboard. Based on ISIRI 2901:1994 standard. See also http://behdad.org/download/Publications/persiancomputing/a007.pdf." since="21.0.2" />
<type name="nutaaq" description="Inuktitut Nutaaq keyboard. See also http://www.pirurvik.ca/en/webfm_send/15." since="21.0.2" />
<type name="legacy" description="A keyboard that has been replaced with a newer standard but is kept for legacy purposes." since="21.0.2" />
<type name="lt1205" description="Lithuanian standard keyboard, based on the LST 1205:1992 standard. See also http://www.kada.lt/litwin/." since="21.0.2" />
<type name="lt1582" description="Lithuanian standard keyboard, based on the LST 1582:2000 standard. See also http://www.kada.lt/litwin/." since="21.0.2" />
<type name="patta" description="Thai Pattachote keyboard. This is a less frequently used layout in Thai (Kedmanee layout is more popular). See also http://www.nectec.or.th/it-standards/keyboard_layout/thai-key.htm." since="21.0.2" />
<type name="qwerty" description="QWERTY-based keyboard or one that approximates QWERTY in a different script." since="21.0.2" />
<type name="qwertz" description="QWERTZ-based keyboard or one that approximates QWERTZ in a different script." since="21.0.2" />
<type name="var" description="A keyboard layout with small variations from the default." since="21.0.2" />
<type name="viqr" description="Vietnamese VIQR layout, based on http://tools.ietf.org/html/rfc1456." since="21.0.2" />
<type name="ta99" description="Tamil 99 keyboard. See also http://www.tamilvu.org/Tamilnet99/annex1.htm." since="21.0.2" />
<type name="colemak" description="Colemak keyboard layout. The Colemak keyboard is an alternative to the QWERTY and dvorak keyboards. http://colemak.com/." since="21.0.2" />
<type name="600dpi" description="Keyboard for a 600 dpi device." since="21.0.2" />
<type name="768dpi" description="Keyboard for a 768 dpi device." since="21.0.2" />
<type name="azerty" description="A AZERTY-based keyboard or one that approximates AZERTY in a different script." since="21.0.2" />
<type name="und" description="The vender for the keyboard is not specified. Used when the only information known (or requested) is that the text was (or is to be) converted using an keyboard." since="21.0.2" />
</key>
</keyword>
</ldmlBCP47>

View File

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldmlBCP47 SYSTEM "../../common/dtd/ldmlBCP47.dtd">
<!--
Copyright © 1991-2013 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
For terms of use, see http://www.unicode.org/copyright.html
-->
<ldmlBCP47>
<version number="$Revision$" />
<keyword>
<key extension="t" name="t0" description="Machine Translation:
Used to indicate content that has been machine translated, or a request for a particular type of machine translation of content.
The first subfield in a sequence would typically be a 'platform' or vendor designation." since="21.0.2">
<type name="und" description="The choice of machine translation is not specified. Used when the only information known (or requested) is that the text was machine translated." since="21.0.2" />
</key>
</keyword>
</ldmlBCP47>

View File

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldmlBCP47 SYSTEM "../../common/dtd/ldmlBCP47.dtd">
<!--
Copyright © 1991-2013 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
For terms of use, see http://www.unicode.org/copyright.html
-->
<ldmlBCP47>
<version number="$Revision$" />
<keyword>
<key extension="t" name="x0" valueType="any" description="Private use transform type key." since="21.0.2">
<type name="PRIVATE_USE" description="Private use transform identifier. All subfields consistent with rfc6497 (that is, subtags of 3-8 alphanum characters) are valid, and do not require registration." since="21.0.2"/>
</key>
</keyword>
</ldmlBCP47>

View File

@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldmlBCP47 SYSTEM "../../common/dtd/ldmlBCP47.dtd">
<!-- Copyright © 1991-2016 Unicode, Inc. CLDR data files are interpreted according to the LDML specification
(http://unicode.org/reports/tr35/) For terms of use, see http://www.unicode.org/copyright.html -->
<ldmlBCP47>
<version number="$Revision$" />
<keyword>
<key name="em" description="Emoji presentation style request" since="29">
<type name="emoji" description="use an emoji presentation for emoji characters if possible"/>
<type name="text" description="use a text presentation for emoji characters if possible"/>
<type name="default" description="use the default presentation as specified in UTR #51"/>
</key>
<key name="rg" description="Alternate region for determining certain data values (e.g. default currency and units) specified by rgScope" since="29">
<type name="RG_KEY_VALUE" description="A region code from idValidity/id[type='region'][idStatus='regular'], suffixed with 'ZZZZ'" />
</key>
<key name="sd" description="Region subdivision" since="28">
<type name="SUBDIVISION_CODE"
description="Valid unicode_subdivision_subtag for the region subtag as specified in LDML, based on subdivisionContainment data in supplementalData, prefixed by the associated unicode_region_subtag" />
</key>
<key name="va" description="Common locale variant type key">
<type name="posix" description="POSIX style locale variant" />
</key>
</keyword>
</ldmlBCP47>

View File

@ -0,0 +1,51 @@
<!--
Copyright © 2003-2010 Unicode, Inc. and others. All rights reserved. Distributed under the Terms of Use in http://www.unicode.org/copyright.html.
Permission is hereby granted, free of charge, to any person obtaining a copy of the Unicode data files and any associated documentation (the "Data Files") or Unicode software and any associated documentation (the "Software") to deal in the Data Files or Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, and/or sell copies of the Data Files or Software, and to permit persons to whom the Data Files or Software are furnished to do so, provided that (a) the above copyright notice(s) and this permission notice appear with all copies of the Data Files or Software, (b) both the above copyright notice(s) and this permission notice appear in associated documentation, and (c) there is clear notice in each modified Data File or in the Software as well as in the documentation associated with the Data File(s) or Software that the data or software has been modified.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder shall not be used in advertising or otherwise to promote the sale, use or other dealings in these Data Files or Software without prior written authorization of the copyright holder.
-->
<!ELEMENT cldrTest ((number | date | zoneFields | collation | likelySubtags)*) >
<!ATTLIST cldrTest version CDATA #REQUIRED>
<!ATTLIST cldrTest base CDATA #REQUIRED>
<!ELEMENT number (result*) >
<!ATTLIST number locales CDATA #IMPLIED>
<!ELEMENT date (result*) >
<!ATTLIST date locales CDATA #IMPLIED>
<!ELEMENT zoneFields (result*) >
<!ATTLIST zoneFields locales CDATA #IMPLIED>
<!ELEMENT collation (result*) >
<!ATTLIST collation locales CDATA #IMPLIED>
<!ELEMENT likelySubtags (result*) >
<!ELEMENT result ( #PCDATA ) >
<!-- common result attributes -->
<!ATTLIST result input CDATA #IMPLIED>
<!ATTLIST result draft NMTOKENS #IMPLIED> <!-- approved contributed provisional unconfirmed, or any combination -->
<!-- number result attributes -->
<!ATTLIST result numberType (standard | integer | decimal | percent | scientific) #IMPLIED>
<!-- date result attributes -->
<!ATTLIST result dateType (none | short | medium | long | full) #IMPLIED>
<!ATTLIST result timeType (none | short | medium | long | full) #IMPLIED>
<!-- zoneFields result attributes -->
<!ATTLIST result zone CDATA #IMPLIED>
<!ATTLIST result date NMTOKEN #IMPLIED>
<!ATTLIST result field NMTOKEN #IMPLIED>
<!ATTLIST result parse CDATA #IMPLIED>
<!-- likelySubtags result attributes -->
<!ATTLIST result add NMTOKEN #IMPLIED>
<!ATTLIST result remove NMTOKEN #IMPLIED>

View File

@ -1,12 +1,8 @@
<!--
Copyright © 2003-2019 Unicode, Inc. and others. All rights reserved. Distributed under the Terms of Use in http://www.unicode.org/copyright.html.
Permission is hereby granted, free of charge, to any person obtaining a copy of the Unicode data files and any associated documentation (the "Data Files") or Unicode software and any associated documentation (the "Software") to deal in the Data Files or Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, and/or sell copies of the Data Files or Software, and to permit persons to whom the Data Files or Software are furnished to do so, provided that (a) the above copyright notice(s) and this permission notice appear with all copies of the Data Files or Software, (b) both the above copyright notice(s) and this permission notice appear in associated documentation, and (c) there is clear notice in each modified Data File or in the Software as well as in the documentation associated with the Data File(s) or Software that the data or software has been modified.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder shall not be used in advertising or otherwise to promote the sale, use or other dealings in these Data Files or Software without prior written authorization of the copyright holder.
$Revision$
Copyright © 1991-2022 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<!ELEMENT ldml ( identity, ( alias | ( fallback*, localeDisplayNames?, layout?, contextTransforms?, characters?, delimiters?, measurement?, dates?, numbers?, units?, listPatterns?, collations?, posix?, characterLabels?, segmentations?, rbnf?, typographicNames?, annotations?, metadata?, references?, special* ) ) ) >
@ -46,7 +42,7 @@ $Revision$
<!ATTLIST version number CDATA #REQUIRED >
<!--@MATCH:regex/\$Revision.*\$-->
<!--@METADATA-->
<!ATTLIST version cldrVersion CDATA #FIXED "39" >
<!ATTLIST version cldrVersion CDATA #FIXED "41" >
<!--@MATCH:any-->
<!--@VALUE-->
<!ATTLIST version draft (approved | contributed | provisional | unconfirmed | true | false) #IMPLIED >
@ -1406,7 +1402,7 @@ $Revision$
<!--@VALUE-->
<!--@DEPRECATED-->
<!ELEMENT dateFormat ( alias | ( pattern*, displayName*, special* ) ) >
<!ELEMENT dateFormat ( alias | ( pattern*, datetimeSkeleton*, displayName*, special* ) ) >
<!ATTLIST dateFormat type NMTOKEN "standard" >
<!--@MATCH:literal/standard-->
<!ATTLIST dateFormat alt NMTOKENS #IMPLIED >
@ -1440,6 +1436,18 @@ $Revision$
<!ATTLIST pattern references CDATA #IMPLIED >
<!--@METADATA-->
<!ELEMENT datetimeSkeleton ( #PCDATA ) >
<!ATTLIST datetimeSkeleton numbers CDATA #IMPLIED >
<!-- TODO: generalize this to be any (M=|d=)?<numberSystem> -->
<!--@MATCH:literal/M=romanlow, d=hanidays, hanidec, hebr, y=jpanyear-->
<!--@VALUE-->
<!ATTLIST datetimeSkeleton alt NMTOKENS #IMPLIED >
<!--@MATCH:literal/variant-->
<!ATTLIST datetimeSkeleton draft (approved | contributed | provisional | unconfirmed) #IMPLIED >
<!--@METADATA-->
<!ATTLIST datetimeSkeleton references CDATA #IMPLIED >
<!--@METADATA-->
<!ELEMENT displayName ( #PCDATA ) >
<!ATTLIST displayName count (0 | 1 | zero | one | two | few | many | other) #IMPLIED >
<!-- only for currencies -->
@ -1475,7 +1483,7 @@ $Revision$
<!--@VALUE-->
<!--@DEPRECATED-->
<!ELEMENT timeFormat ( alias | ( pattern*, displayName*, special* ) ) >
<!ELEMENT timeFormat ( alias | ( pattern*, datetimeSkeleton*, displayName*, special* ) ) >
<!ATTLIST timeFormat type NMTOKEN "standard" >
<!--@MATCH:literal/standard-->
<!ATTLIST timeFormat alt NMTOKENS #IMPLIED >
@ -1548,7 +1556,7 @@ $Revision$
<!ELEMENT dateFormatItem ( #PCDATA ) >
<!ATTLIST dateFormatItem id CDATA #REQUIRED >
<!-- TODO rationalize this list -->
<!--@MATCH:literal/Bh, Bhm, Bhms, E, EBhm, EBhms, EEEEd, EHm, EHms, Ed, Ehm, Ehms, Gy, GyM, GyMMM, GyMMMEEEEd, GyMMMEd, GyMMMM, GyMMMMEd, GyMMMMd, GyMMMd, GyMd, H, HHmm, HHmmZ, HHmmss, Hm, HmZ, Hmm, Hms, Hmsv, Hmsvvvv, Hmv, Hmvvvv, M, MEEEEd, MEd, MMM, MMMEEEEd, MMMEd, MMMM, MMMMEEEEd, MMMMEd, MMMMW, MMMMd, MMMMdd, MMMd, MMMdd, MMd, MMdd, Md, Mdd, UM, UMMM, UMMMd, UMd, d, h, hhmm, hhmmss, hm, hms, hmsv, hmsvvvv, hmv, hmvvvv, mmss, ms, y, yM, yMEEEEd, yMEd, yMM, yMMM, yMMMEEEEd, yMMMEd, yMMMM, yMMMMEEEEd, yMMMMEd, yMMMMccccd, yMMMMd, yMMMd, yMMdd, yMd, yQ, yQQQ, yQQQQ, yw, yyyy, yyyyM, yyyyMEEEEd, yyyyMEd, yyyyMM, yyyyMMM, yyyyMMMEEEEd, yyyyMMMEd, yyyyMMMM, yyyyMMMMEd, yyyyMMMMccccd, yyyyMMMMd, yyyyMMMd, yyyyMMdd, yyyyMd, yyyyQQQ, yyyyQQQQ-->
<!--@MATCH:literal/Bh, Bhm, Bhms, E, EBhm, EBhms, EEEEd, EHm, EHms, Ed, Ehm, Ehms, Gy, GyM, GyMEEEEd, GyMMM, GyMMMEEEEd, GyMMMEd, GyMMMM, GyMMMMEd, GyMMMMd, GyMMMd, GyMd, H, HHmm, HHmmZ, HHmmss, Hm, HmZ, Hmm, Hms, Hmsv, Hmsvvvv, Hmv, Hmvvvv, M, MEEEEd, MEd, MMM, MMMEEEEd, MMMEd, MMMM, MMMMEEEEd, MMMMEd, MMMMW, MMMMd, MMMMdd, MMMd, MMMdd, MMd, MMdd, Md, Mdd, UM, UMMM, UMMMd, UMd, d, h, hhmm, hhmmss, hm, hms, hmsv, hmsvvvv, hmv, hmvvvv, mmss, ms, y, yM, yMEEEEd, yMEd, yMM, yMMM, yMMMEEEEd, yMMMEd, yMMMM, yMMMMEEEEd, yMMMMEd, yMMMMccccd, yMMMMd, yMMMd, yMMdd, yMd, yQ, yQQQ, yQQQQ, yw, yyyy, yyyyM, yyyyMEEEEd, yyyyMEd, yyyyMM, yyyyMMM, yyyyMMMEEEEd, yyyyMMMEd, yyyyMMMM, yyyyMMMMEd, yyyyMMMMccccd, yyyyMMMMd, yyyyMMMd, yyyyMMdd, yyyyMd, yyyyQQQ, yyyyQQQQ-->
<!ATTLIST dateFormatItem count (zero | one | two | few | many | other) #IMPLIED >
<!ATTLIST dateFormatItem alt NMTOKENS #IMPLIED >
<!--@MATCH:literal/variant-->
@ -2424,7 +2432,7 @@ $Revision$
<!ELEMENT unitPattern ( #PCDATA ) >
<!ATTLIST unitPattern count (0 | 1 | zero | one | two | few | many | other) #REQUIRED >
<!ATTLIST unitPattern case NMTOKENS #IMPLIED >
<!--@MATCH:literal/ablative, accusative, comitative, dative, ergative, genitive, instrumental, locative, locativecopulative, nominative, oblique, prepositional, sociative, vocative-->
<!--@MATCH:literal/ablative, accusative, comitative, dative, ergative, genitive, instrumental, locative, locativecopulative, nominative, oblique, prepositional, sociative, vocative, elative, illative, partitive, terminative, translative-->
<!ATTLIST unitPattern alt NMTOKENS #IMPLIED >
<!--@MATCH:literal/variant-->
<!ATTLIST unitPattern draft (approved | contributed | provisional | unconfirmed) #IMPLIED >
@ -2504,7 +2512,7 @@ $Revision$
<!ELEMENT caseMinimalPairs ( #PCDATA ) >
<!ATTLIST caseMinimalPairs case NMTOKEN #REQUIRED >
<!--@MATCH:literal/ablative, accusative, comitative, dative, ergative, genitive, instrumental, locative, locativecopulative, nominative, oblique, prepositional, sociative, vocative-->
<!--@MATCH:literal/ablative, accusative, comitative, dative, ergative, genitive, instrumental, locative, locativecopulative, nominative, oblique, prepositional, sociative, vocative, elative, illative, partitive, terminative, translative-->
<!ATTLIST caseMinimalPairs alt NMTOKENS #IMPLIED >
<!--@MATCH:literal/variant-->
<!ATTLIST caseMinimalPairs draft (approved | contributed | provisional | unconfirmed) #IMPLIED >

View File

@ -1,12 +1,8 @@
<!--
Copyright © 2003-2019 Unicode, Inc. and others. All rights reserved. Distributed under the Terms of Use in http://www.unicode.org/copyright.html.
Permission is hereby granted, free of charge, to any person obtaining a copy of the Unicode data files and any associated documentation (the "Data Files") or Unicode software and any associated documentation (the "Software") to deal in the Data Files or Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, and/or sell copies of the Data Files or Software, and to permit persons to whom the Data Files or Software are furnished to do so, provided that (a) the above copyright notice(s) and this permission notice appear with all copies of the Data Files or Software, (b) both the above copyright notice(s) and this permission notice appear in associated documentation, and (c) there is clear notice in each modified Data File or in the Software as well as in the documentation associated with the Data File(s) or Software that the data or software has been modified.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder shall not be used in advertising or otherwise to promote the sale, use or other dealings in these Data Files or Software without prior written authorization of the copyright holder.
$Revision$
Copyright © 1991-2022 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<!ELEMENT ldmlBCP47 ( version, generation?, cldrVersion?, keyword*, attribute* ) >
@ -14,10 +10,10 @@ $Revision$
<!ELEMENT version EMPTY >
<!--@METADATA-->
<!ATTLIST version number CDATA #REQUIRED >
<!--@MATCH:regex/\$Revision.*\$-->
<!--@MATCH:regex/\$Revision.*\$-->
<!--@METADATA-->
<!ATTLIST version cldrVersion CDATA #FIXED "39" >
<!--@MATCH:version-->
<!ATTLIST version cldrVersion CDATA #FIXED "41" >
<!--@MATCH:version-->
<!--@VALUE-->
<!ELEMENT generation EMPTY >
@ -37,41 +33,41 @@ $Revision$
<!ELEMENT key ( type* ) >
<!ATTLIST key extension NMTOKEN #IMPLIED >
<!--@MATCH:any-->
<!--@MATCH:any-->
<!ATTLIST key name NMTOKEN #REQUIRED >
<!--@MATCH:regex/[a-z0-9]{2}-->
<!--@MATCH:regex/[a-z0-9]{2}-->
<!ATTLIST key description CDATA #IMPLIED >
<!--@MATCH:any-->
<!--@MATCH:any-->
<!--@VALUE-->
<!ATTLIST key deprecated (true | false) "false" >
<!--@VALUE-->
<!ATTLIST key preferred NMTOKEN #IMPLIED >
<!--@VALUE-->
<!ATTLIST key alias NMTOKEN #IMPLIED >
<!--@MATCH:any-->
<!--@MATCH:any-->
<!--@VALUE-->
<!ATTLIST key valueType (single | multiple | incremental | any) #IMPLIED >
<!--@VALUE-->
<!ATTLIST key since CDATA #IMPLIED >
<!--@MATCH:version-->
<!--@MATCH:version-->
<!--@METADATA-->
<!ELEMENT type EMPTY >
<!ATTLIST type name NMTOKEN #REQUIRED >
<!--@MATCH:any-->
<!--@MATCH:any-->
<!ATTLIST type description CDATA #REQUIRED >
<!--@MATCH:any-->
<!--@MATCH:any-->
<!--@VALUE-->
<!ATTLIST type deprecated (true | false) "false" >
<!--@VALUE-->
<!ATTLIST type preferred NMTOKEN #IMPLIED >
<!--@MATCH:bcp47/anyvalue-->
<!--@MATCH:bcp47/anyvalue-->
<!--@VALUE-->
<!ATTLIST type alias CDATA #IMPLIED >
<!--@MATCH:any-->
<!--@MATCH:any-->
<!--@VALUE-->
<!ATTLIST type since CDATA #IMPLIED >
<!--@MATCH:version-->
<!--@MATCH:version-->
<!--@METADATA-->
<!ELEMENT attribute EMPTY >

View File

@ -0,0 +1,142 @@
<!-- ######################################################### -->
<!-- ICIR Specific elements -->
<!ATTLIST special xmlns:icir CDATA #IMPLIED>
<!-- ######################################################### -->
<!-- ICIR Country and Language Info -->
<!ELEMENT icir:ibmid ( #PCDATA )>
<!-- ######################################################### -->
<!-- Weights and Measurements section -->
<!ELEMENT icir:altMeasurementSystem ( #PCDATA )>
<!-- ######################################################### -->
<!-- Calendar section -->
<!ELEMENT icir:calendarLayout ( #PCDATA )>
<!ELEMENT icir:firstWorkDayOfWeek ( #PCDATA )>
<!ELEMENT icir:weekendDayOne ( #PCDATA )>
<!ELEMENT icir:weekendDayTwo ( #PCDATA )>
<!ELEMENT icir:weekendDayThree ( #PCDATA )>
<!ELEMENT icir:firstMonthOfYear ( #PCDATA )>
<!-- ######################################################### -->
<!-- Timezones section -->
<!ELEMENT icir:representativeCity ( latinScript?, nativeLanguage? )>
<!ELEMENT latinScript ( #PCDATA )>
<!ELEMENT nativeLanguage ( #PCDATA )>
<!ELEMENT icir:gmtOffset ( #PCDATA )>
<!ELEMENT icir:dstOffsetFromStandardTime ( #PCDATA )>
<!ELEMENT icir:DST (icir:dstByDecree | icir:dstRules)>
<!ELEMENT icir:dstByDecree (icir:decreeYear)>
<!ELEMENT icir:decreeYear ( #PCDATA )>
<!ELEMENT icir:dstRules (icir:dstStartMonth, icir:dstStartDateInMonth, icir:dstStartWeekOfMonth, icir:dstStartDayOfWeek, icir:dstEndMonth, icir:dstEndDateInMonth, icir:dstEndWeekOfMonth, icir:dstEndDayOfWeek)>
<!ELEMENT icir:dstStartMonth ( #PCDATA )>
<!ELEMENT icir:dstStartDateInMonth ( #PCDATA )>
<!ELEMENT icir:dstStartWeekOfMonth ( #PCDATA )>
<!ELEMENT icir:dstStartDayOfWeek ( #PCDATA )>
<!ELEMENT icir:dstEndMonth ( #PCDATA )>
<!ELEMENT icir:dstEndDateInMonth ( #PCDATA )>
<!ELEMENT icir:dstEndWeekOfMonth ( #PCDATA )>
<!ELEMENT icir:dstEndDayOfWeek ( #PCDATA )>
<!ELEMENT icir:fullTimezoneNameEnglish ( #PCDATA )>
<!ELEMENT icir:fullDSTNameEnglish ( #PCDATA )>
<!ELEMENT icir:abbTimezoneNameEnglish ( #PCDATA )>
<!ELEMENT icir:abbDSTNameEnglish ( #PCDATA )>
<!-- ######################################################### -->
<!-- Numeric section -->
<!ELEMENT icir:numericGrouping ( #PCDATA )>
<!ELEMENT icir:numericDigitsAfterDecimal ( #PCDATA )>
<!-- ######################################################### -->
<!-- Currency section -->
<!ELEMENT icir:regionalCurrencyPattern ( #PCDATA )>
<!ELEMENT icir:numericCurrencyCode ( #PCDATA )>
<!ELEMENT icir:currencyCodeForEUCheques ( #PCDATA )>
<!ELEMENT icir:currencyFullName (single?, plural?)>
<!ELEMENT single (latinScript?, nativeLanguage?)>
<!ELEMENT plural (latinScript?, nativeLanguage?)>
<!ELEMENT icir:currencySubunitName (single?, plural?)>
<!ELEMENT icir:currencyPositiveSign ( #PCDATA )>
<!ELEMENT icir:currencyNegativeSign ( #PCDATA )>
<!ELEMENT icir:digitsAfterDecimal ( #PCDATA )>
<!ELEMENT icir:currencyGrouping ( #PCDATA )>
<!ELEMENT icir:leadingZeros ( #PCDATA )>
<!ELEMENT icir:fieldLength ( #PCDATA )>
<!ELEMENT icir:paddingCharacter ( #PCDATA )>
<!ELEMENT icir:regionalCurrency (icir:currencyFullName?, icir:currencySubunitName?, icir:currencyPositiveSign?, icir:currencyNegativeSign?, icir:digitsAfterDecimal?, icir:currencyGrouping?, icir:leadingZeros?, icir:fieldLength?, icir:paddingCharacter?, icir:decimalSeparator?, icir:thousandsSeparator?)>
<!ELEMENT icir:decimalSeparator ( #PCDATA )>
<!ELEMENT icir:thousandsSeparator ( #PCDATA )>
<!-- ######################################################### -->
<!-- Telephone section -->
<!ELEMENT icir:telephone (icir:intlAccessCode?, icir:phoneITUCode?, icir:phoneFormat?)>
<!ELEMENT icir:intlAccessCode ( #PCDATA )>
<!ELEMENT icir:phoneITUCode ( #PCDATA )>
<!ELEMENT icir:phoneFormat ( #PCDATA )>
<!-- ######################################################### -->
<!-- Holiday section -->
<!ELEMENT icir:holidayInformation ( fixedHolidays?, variableHolidays?)>
<!ELEMENT fixedHolidays (holidayMonth* )>
<!ELEMENT variableHolidays (holidayMonth* )>
<!ELEMENT holidayMonth ( latinScript?, nativeLanguage?) >
<!ATTLIST holidayMonth type ( 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 ) #REQUIRED >
<!-- ######################################################### -->
<!-- Cardinal Points -->
<!ELEMENT icir:cardinalPoints (north?, south?, east?, west?)>
<!ELEMENT north ( #PCDATA )>
<!ELEMENT south ( #PCDATA )>
<!ELEMENT east ( #PCDATA )>
<!ELEMENT west ( #PCDATA )>
<!-- ######################################################### -->
<!-- Character Sets and Code Pages -->
<!ELEMENT icir:CCSIDandKeyboard (iso?, ccsid?, keyboard?)>
<!ELEMENT iso ( #PCDATA )>
<!ELEMENT ccsid (ebcdic?, ibmpc?, aix?, windows?)>
<!ELEMENT ebcdic ( #PCDATA )>
<!ELEMENT ibmpc ( #PCDATA )>
<!ELEMENT aix ( #PCDATA )>
<!ELEMENT windows ( #PCDATA )>
<!ELEMENT keyboard (ibmG?, ibm1A?)>
<!ELEMENT ibmG ( #PCDATA )>
<!ELEMENT ibm1A ( #PCDATA )>

View File

@ -0,0 +1,125 @@
<!--
Copyright © 1991-2021 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<!--
NOTE: Unlike the other DTDs, this file is manually maintained.
-->
<!-- ######################################################### -->
<!-- The alias, default, special and cp elements are already defined in ldml.dtd. Defining them here as well would break locale conversion. -->
<!-- ######################################################### -->
<!-- ICU Specific elements -->
<!-- ######################################################### -->
<!ATTLIST special xmlns:icu CDATA #IMPLIED>
<!ATTLIST special icu:version CDATA #IMPLIED>
<!ELEMENT icu:version EMPTY>
<!ATTLIST icu:version icu:specialVersion CDATA #FIXED "41" >
<!ATTLIST icu:version icu:requiredLDMLVersion CDATA #FIXED "41" >
<!-- ICU Scripts -->
<!ELEMENT icu:scripts (alias | icu:script* ) >
<!ATTLIST icu:scripts draft ( true | false ) #IMPLIED >
<!ATTLIST icu:scripts standard CDATA #IMPLIED >
<!ELEMENT icu:script ( #PCDATA ) >
<!ATTLIST icu:script type NMTOKEN #REQUIRED >
<!ATTLIST icu:script draft ( true | false ) #IMPLIED >
<!-- RBNF data -->
<!ELEMENT icu:ruleBasedNumberFormats ( alias | (default?, icu:ruleBasedNumberFormat*)) >
<!-- Either bare data or any number of cp -->
<!ELEMENT icu:ruleBasedNumberFormat (#PCDATA | cp)* >
<!ATTLIST icu:ruleBasedNumberFormat type NMTOKEN #IMPLIED >
<!-- RBBI data -->
<!ELEMENT icu:breakIteratorData (alias | (icu:boundaries?, icu:dictionaries?, icu:extensions?, icu:lstm?)) >
<!ELEMENT icu:boundaries (alias | (icu:grapheme?, icu:word?, icu:line*, icu:sentence?, icu:title?, icu:xgc?)) >
<!ELEMENT icu:dictionaries (alias | (icu:dictionary*)) >
<!ELEMENT icu:extensions (alias | (icu:extension*)) >
<!ELEMENT icu:extension ( #PCDATA ) >
<!--@ORDERED-->
<!ELEMENT icu:lstm (alias | (icu:lstmdata*)) >
<!ELEMENT icu:lstmdata ( #PCDATA ) >
<!ATTLIST icu:lstmdata icu:dependency NMTOKEN #IMPLIED >
<!ATTLIST icu:lstmdata type NMTOKEN #REQUIRED >
<!ELEMENT icu:dictionary ( #PCDATA ) >
<!ATTLIST icu:dictionary icu:dependency NMTOKEN #IMPLIED >
<!ATTLIST icu:dictionary type NMTOKEN #REQUIRED >
<!ELEMENT icu:grapheme ( #PCDATA ) >
<!ATTLIST icu:grapheme icu:class NMTOKEN #IMPLIED >
<!ATTLIST icu:grapheme icu:append NMTOKEN #IMPLIED >
<!ATTLIST icu:grapheme icu:import NMTOKEN #IMPLIED >
<!ATTLIST icu:grapheme icu:dependency NMTOKEN #IMPLIED >
<!ELEMENT icu:word ( #PCDATA ) >
<!ATTLIST icu:word icu:class NMTOKEN #IMPLIED >
<!ATTLIST icu:word icu:append NMTOKEN #IMPLIED >
<!ATTLIST icu:word icu:import NMTOKEN #IMPLIED >
<!ATTLIST icu:word icu:dependency NMTOKEN #IMPLIED >
<!ELEMENT icu:line ( #PCDATA ) >
<!ATTLIST icu:line icu:class NMTOKEN #IMPLIED >
<!ATTLIST icu:line icu:append NMTOKEN #IMPLIED >
<!ATTLIST icu:line icu:import NMTOKEN #IMPLIED >
<!ATTLIST icu:line icu:dependency NMTOKEN #IMPLIED >
<!ATTLIST icu:line alt NMTOKENS #IMPLIED >
<!ELEMENT icu:sentence ( #PCDATA ) >
<!ATTLIST icu:sentence icu:class NMTOKEN #IMPLIED >
<!ATTLIST icu:sentence icu:append NMTOKEN #IMPLIED >
<!ATTLIST icu:sentence icu:import NMTOKEN #IMPLIED >
<!ATTLIST icu:sentence icu:dependency NMTOKEN #IMPLIED >
<!ELEMENT icu:title ( #PCDATA ) >
<!ATTLIST icu:title icu:class NMTOKEN #IMPLIED >
<!ATTLIST icu:title icu:append NMTOKEN #IMPLIED >
<!ATTLIST icu:title icu:import NMTOKEN #IMPLIED >
<!ATTLIST icu:title icu:dependency NMTOKEN #IMPLIED >
<!ELEMENT icu:xgc ( #PCDATA ) >
<!ATTLIST icu:xgc icu:class NMTOKEN #IMPLIED >
<!ATTLIST icu:xgc icu:append NMTOKEN #IMPLIED >
<!ATTLIST icu:xgc icu:import NMTOKEN #IMPLIED >
<!ATTLIST icu:xgc icu:dependency NMTOKEN #IMPLIED >
<!--deprecated -->
<!ELEMENT icu:breakDictionaryData EMPTY >
<!ATTLIST icu:breakDictionaryData icu:class NMTOKEN #IMPLIED >
<!ATTLIST icu:breakDictionaryData icu:import NMTOKEN #IMPLIED >
<!ATTLIST icu:breakDictionaryData icu:importFile CDATA #IMPLIED >
<!-- RBT data -->
<!ELEMENT icu:transforms ( alias | (default?, icu:transform*)) >
<!ELEMENT icu:transform ( #PCDATA |cp )* >
<!ATTLIST icu:transform type NMTOKEN #REQUIRED >
<!-- leap month information, all deprecated -->
<!ELEMENT icu:isLeapMonth ( alias | (icu:nonLeapSymbol?, icu:leapSymbol? ))> <!-- deprecated -->
<!ELEMENT icu:nonLeapSymbol ( #PCDATA ) > <!-- deprecated -->
<!ELEMENT icu:leapSymbol ( #PCDATA ) > <!-- deprecated -->
<!-- UCA Rules -->
<!ELEMENT icu:UCARules EMPTY >
<!ATTLIST icu:UCARules icu:uca_rules CDATA #REQUIRED >
<!-- Dependencies Rules -->
<!ELEMENT icu:depends EMPTY >
<!ATTLIST icu:depends icu:dependency CDATA #REQUIRED >
<!-- ######################################################### -->

View File

@ -0,0 +1,192 @@
<!--
Copyright © 2003-2010 Unicode, Inc. and others. All rights reserved. Distributed under the Terms of Use in http://www.unicode.org/copyright.html.
Permission is hereby granted, free of charge, to any person obtaining a copy of the Unicode data files and any associated documentation (the "Data Files") or Unicode software and any associated documentation (the "Software") to deal in the Data Files or Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, and/or sell copies of the Data Files or Software, and to permit persons to whom the Data Files or Software are furnished to do so, provided that (a) the above copyright notice(s) and this permission notice appear with all copies of the Data Files or Software, (b) both the above copyright notice(s) and this permission notice appear in associated documentation, and (c) there is clear notice in each modified Data File or in the Software as well as in the documentation associated with the Data File(s) or Software that the data or software has been modified.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder shall not be used in advertising or otherwise to promote the sale, use or other dealings in these Data Files or Software without prior written authorization of the copyright holder.
-->
<!-- OpenOffice.org Specific elements -->
<!-- ######################################################### -->
<!-- Begin OpenOffice specific elements -->
<!ENTITY % UNOModule 'openOffice:unoid CDATA #IMPLIED'>
<!ENTITY % RefLocale 'openOffice:ref CDATA #IMPLIED'>
<!ATTLIST special xmlns:openOffice CDATA #IMPLIED>
<!ATTLIST special openOffice:formatindex NMTOKEN #IMPLIED >
<!ATTLIST special openOffice:msgtype NMTOKEN #IMPLIED >
<!ATTLIST special openOffice:usage (FIXED_NUMBER|FRACTION_NUMBER|PERCENT_NUMBER|SCIENTIFIC_NUMBER|CURRENCY|DATE|TIME|DATE_TIME) #IMPLIED >
<!ATTLIST special openOffice:default (true|false) #IMPLIED>
<!ATTLIST special openOffice:type (short|medium|long) #IMPLIED>
<!ATTLIST special openOffice:unoid NMTOKEN #IMPLIED>
<!ATTLIST special %RefLocale; >
<!ELEMENT openOffice:forbiddenCharacters
(openOffice:forbiddenLineBeginCharacters?,
openOffice:forbiddenLineEndCharacters?) >
<!ATTLIST openOffice:forbiddenCharacters %RefLocale; >
<!ELEMENT openOffice:forbiddenLineBeginCharacters (#PCDATA) >
<!ELEMENT openOffice:forbiddenLineEndCharacters (#PCDATA) >
<!ELEMENT openOffice:transliterations (openOffice:transliteration*) >
<!ATTLIST openOffice:transliterations %RefLocale; >
<!ELEMENT openOffice:transliteration EMPTY >
<!ATTLIST openOffice:transliteration %UNOModule; >
<!ELEMENT openOffice:reservedWords (openOffice:trueWord?,
openOffice:falseWord?, openOffice:quarter1Word?, openOffice:quarter2Word?,
openOffice:quarter3Word?, openOffice:quarter4Word?, openOffice:aboveWord?,
openOffice:belowWord?, openOffice:quarter1Abbreviation?,
openOffice:quarter2Abbreviation?, openOffice:quarter3Abbreviation?,
openOffice:quarter4Abbreviation?)>
<!ATTLIST openOffice:reservedWords %RefLocale; >
<!-- order is significant! -->
<!ELEMENT openOffice:trueWord (#PCDATA)>
<!ELEMENT openOffice:falseWord (#PCDATA)>
<!-- START_DEPRECATED -->
<!ELEMENT openOffice:quarter1Word (#PCDATA)>
<!ELEMENT openOffice:quarter2Word (#PCDATA)>
<!ELEMENT openOffice:quarter3Word (#PCDATA)>
<!ELEMENT openOffice:quarter4Word (#PCDATA)>
<!-- END_DEPRECATED -->
<!ELEMENT openOffice:aboveWord (#PCDATA)>
<!ELEMENT openOffice:belowWord (#PCDATA)>
<!-- START_DEPRECATED -->
<!ELEMENT openOffice:quarter1Abbreviation (#PCDATA)>
<!ELEMENT openOffice:quarter2Abbreviation (#PCDATA)>
<!ELEMENT openOffice:quarter3Abbreviation (#PCDATA)>
<!ELEMENT openOffice:quarter4Abbreviation (#PCDATA)>
<!-- END_DEPRECATED -->
<!ELEMENT openOffice:collations (openOffice:collator*,
openOffice:collationOptions?) >
<!ATTLIST openOffice:collations %RefLocale; >
<!ELEMENT openOffice:collator EMPTY >
<!ATTLIST openOffice:collator %UNOModule; >
<!ATTLIST openOffice:collator openOffice:default (true|false) #REQUIRED >
<!ELEMENT openOffice:collationOptions (openOffice:transliterationModules+)
>
<!ELEMENT openOffice:transliterationModules (#PCDATA) >
<!ELEMENT openOffice:search (openOffice:searchOptions?) >
<!ATTLIST openOffice:search %RefLocale; >
<!ELEMENT openOffice:searchOptions (openOffice:transliterationModules+) >
<!ELEMENT openOffice:currency (openOffice:currencyId)>
<!ATTLIST openOffice:currency openOffice:default (true|false) #REQUIRED>
<!ATTLIST openOffice:currency openOffice:usedInCompatibleFormatCodes (true|false) #REQUIRED>
<!ATTLIST openOffice:currency openOffice:legacyOnly (true|false) #IMPLIED >
<!ELEMENT openOffice:currencyId (#PCDATA)>
<!-- separators are not always defined in OO.org data so make optional -->
<!ELEMENT openOffice:separators ( openOffice:dateSeparator?,
openOffice:timeSeparator?, openOffice:longDateDayOfWeekSeparator?,
openOffice:longDateDaySeparator?, openOffice:longDateMonthSeparator?,
openOffice:longDateYearSeparator?, openOffice:time100SecSeparator?) >
<!ELEMENT openOffice:dateSeparator (#PCDATA)>
<!ELEMENT openOffice:timeSeparator (#PCDATA)>
<!ELEMENT openOffice:longDateDayOfWeekSeparator (#PCDATA)>
<!ELEMENT openOffice:longDateDaySeparator (#PCDATA)>
<!ELEMENT openOffice:longDateMonthSeparator (#PCDATA)>
<!ELEMENT openOffice:longDateYearSeparator (#PCDATA)>
<!ELEMENT openOffice:time100SecSeparator (#PCDATA)>
<!--
the parameter numType can have one of the following values:
0 = CHARS_UPPER_LETTER EX: A, B, C, ....
1 = CHARS_LOWER_LETTER EX: a, b, c, ....
2 = ROMAN_UPPER EX: I, II, III, ....
3 = ROMAN_LOWER EX: i, ii, iii, ....
4 = ARABIC EX: 1, 2, 3, 4, .....
5 = NUMBER_ONE numbering is invisible
6 = CHAR_SPECIAL use a character from specified font
7 = PAGE_DESCRIPTOR numbering is specified in page style
8 = BITMAP numbering is displayed in bitmap graphic
9 = CHARS_UPPER_LETTER_N EX: A, B, ...., AA, BB
10 = CHARS_LOWER_LETTER_N EX: a, b, ..., aa, bb, cc
11 = Transliteration, numbering is generated by transliteration service
12 = NatNum, numbering is generated by nativenumbersupplier service
13 = Numbering for fullwidth Arabic number
14 = Bullet for Circle Number
15 = Numbering for Chinese lower case number
16 = Numbering for Chinese upper case number
17 = Numbering for Traditional Chinese upper case number
18 = Bullet for Chinese Tian Gan
19 = Bullet for Chinese Di Zi
20 = Numbering for Japanese traditional number
21 = Bullet for Japanese AIU fullwidth
22 = Bullet for Japanese AIU halfwidth
23 = Bullet for Japanese IROHA fullwidth
24 = Bullet for Japanese IROHA halfwidth
25 = Numbering for Korean upper case number
26 = Numbering for Korean hangul number
27 = Bullet for Korean Hangul Jamo
28 = Bullet for Korean Hangul Syllable
29 = Bullet for Korean Hangul Circled Jamo
30 = Bullet for Korean Hangul Circled Syllable
-->
<!ELEMENT openOffice:numberingLevels (openOffice:numberingLevel*) >
<!ATTLIST openOffice:numberingLevels %RefLocale; >
<!ELEMENT openOffice:numberingLevel ( #PCDATA) >
<!ATTLIST openOffice:numberingLevel openOffice:prefix CDATA #REQUIRED>
<!ATTLIST openOffice:numberingLevel openOffice:numType NMTOKEN #REQUIRED>
<!ATTLIST openOffice:numberingLevel openOffice:suffix CDATA #REQUIRED>
<!ATTLIST openOffice:numberingLevel openOffice:transliteration CDATA #IMPLIED>
<!ATTLIST openOffice:numberingLevel openOffice:natNum CDATA #IMPLIED >
<!ELEMENT openOffice:outLineNumberingLevels (openOffice:outlineStyle* ) >
<!ATTLIST openOffice:outLineNumberingLevels %RefLocale; >
<!ELEMENT openOffice:outlineStyle (openOffice:outLineNumberingLevel+) >
<!ELEMENT openOffice:outLineNumberingLevel ( #PCDATA) >
<!ATTLIST openOffice:outLineNumberingLevel openOffice:prefix CDATA #REQUIRED>
<!ATTLIST openOffice:outLineNumberingLevel openOffice:numType CDATA #REQUIRED>
<!ATTLIST openOffice:outLineNumberingLevel openOffice:suffix CDATA #REQUIRED>
<!ATTLIST openOffice:outLineNumberingLevel openOffice:bulletChar CDATA #REQUIRED>
<!ATTLIST openOffice:outLineNumberingLevel openOffice:bulletFontName CDATA #REQUIRED >
<!ATTLIST openOffice:outLineNumberingLevel openOffice:parentNumbering CDATA #REQUIRED >
<!ATTLIST openOffice:outLineNumberingLevel openOffice:leftMargin CDATA #REQUIRED>
<!ATTLIST openOffice:outLineNumberingLevel openOffice:symbolTextDistance CDATA #REQUIRED >
<!ATTLIST openOffice:outLineNumberingLevel openOffice:firstLineOffset CDATA #REQUIRED >
<!ATTLIST openOffice:outLineNumberingLevel openOffice:transliteration CDATA #IMPLIED >
<!ATTLIST openOffice:outLineNumberingLevel openOffice:natNum CDATA #IMPLIED>
<!-- new fields -->
<!ELEMENT openOffice:platformId ( #PCDATA)>
<!ELEMENT openOffice:index (openOffice:indexKey*,
openOffice:unicodeScript*,
openOffice:followPageWord*) >
<!ATTLIST openOffice:index %RefLocale; >
<!ELEMENT openOffice:indexKey (#PCDATA)>
<!ATTLIST openOffice:indexKey %UNOModule;>
<!ATTLIST openOffice:indexKey openOffice:default (true|false) #REQUIRED>
<!ATTLIST openOffice:indexKey openOffice:phonetic (true|false) #REQUIRED>
<!ATTLIST openOffice:indexKey openOffice:module CDATA #IMPLIED>
<!ELEMENT openOffice:unicodeScript (#PCDATA)>
<!ELEMENT openOffice:followPageWord (#PCDATA)>
<!ELEMENT openOffice:format (#PCDATA)>
<!ATTLIST openOffice:format %RefLocale; >
<!ATTLIST openOffice:format openOffice:replaceFrom CDATA #IMPLIED>
<!ATTLIST openOffice:format openOffice:replaceTo CDATA #IMPLIED>
<!ELEMENT openOffice:defaultName (#PCDATA)>
<!ATTLIST openOffice:defaultName openOffice:type CDATA #IMPLIED>
<!-- locale element holds attributes of the Locale element in locale.dtd -->
<!ELEMENT openOffice:locale (#PCDATA)>
<!ATTLIST openOffice:locale openOffice:versionDTD CDATA #REQUIRED>
<!ATTLIST openOffice:locale openOffice:allowUpdateFromCLDR (yes|no) #REQUIRED>
<!ATTLIST openOffice:locale openOffice:version CDATA #REQUIRED>
<!-- ######################################################### -->

View File

@ -1,13 +1,8 @@
<!--
Copyright © 2003-2019 Unicode, Inc. and others. All rights reserved. Distributed under the Terms of Use in http://www.unicode.org/copyright.html.
Permission is hereby granted, free of charge, to any person obtaining a copy of the Unicode data files and any associated documentation (the "Data Files") or Unicode software and any associated documentation (the "Software") to deal in the Data Files or Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, and/or sell copies of the Data Files or Software, and to permit persons to whom the Data Files or Software are furnished to do so, provided that (a) the above copyright notice(s) and this permission notice appear with all copies of the Data Files or Software, (b) both the above copyright notice(s) and this permission notice appear in associated documentation, and (c) there is clear notice in each modified Data File or in the Software as well as in the documentation associated with the Data File(s) or Software that the data or software has been modified.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder shall not be used in advertising or otherwise to promote the sale, use or other dealings in these Data Files or Software without prior written authorization of the copyright holder.
$Revision$
Copyright © 1991-2022 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-DFS-2016
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<!ELEMENT supplementalData ( version, generation?, cldrVersion?, currencyData?, territoryContainment?, subdivisionContainment?, languageData?, territoryInfo?, postalCodeData?, calendarData?, calendarPreferenceData?, weekData?, timeData?, measurementData?, unitConstants*, unitQuantities*, convertUnits*, unitPreferenceData?, timezoneData?, characters?, transforms?, metadata?, codeMappings?, parentLocales?, likelySubtags?, metazoneInfo?, plurals?, telephoneCodeData?, numberingSystems?, bcp47KeywordMappings?, gender?, references?, languageMatching?, dayPeriodRuleSet*, metaZones?, primaryZones?, windowsZones?, coverageLevels?, idValidity?, rgScope?, languageGroups?, grammaticalData? ) >
@ -17,10 +12,10 @@ Except as contained in this notice, the name of a copyright holder shall not be
<!ATTLIST version number CDATA #REQUIRED >
<!--@MATCH:any-->
<!--@METADATA-->
<!ATTLIST version cldrVersion CDATA #FIXED "39" >
<!ATTLIST version cldrVersion CDATA #FIXED "41" >
<!--@MATCH:version-->
<!--@VALUE-->
<!ATTLIST version unicodeVersion CDATA #FIXED "13.0.0" >
<!ATTLIST version unicodeVersion CDATA #FIXED "14.0.0" >
<!--@MATCH:version-->
<!--@VALUE-->
@ -417,7 +412,7 @@ Except as contained in this notice, the name of a copyright holder shall not be
<!--@MATCH:regex/[-+*/\._ 0-9a-zA-Z]+-->
<!--@VALUE-->
<!ATTLIST convertUnit systems NMTOKENS #IMPLIED >
<!--@MATCH:set/literal/ussystem, uksystem, metric, si, other -->
<!--@MATCH:set/literal/ussystem, uksystem, metric, si, other-->
<!--@VALUE-->
<!ATTLIST convertUnit description CDATA #IMPLIED >
<!--@METADATA-->
@ -1021,7 +1016,7 @@ Except as contained in this notice, the name of a copyright holder shall not be
<!ATTLIST numberingSystem radix NMTOKEN #IMPLIED >
<!--@VALUE-->
<!ATTLIST numberingSystem digits CDATA #IMPLIED >
<!--@MATCH:unicodeset/[\p{Nd}[\u3007\u4E00\u4E03\u4E09\u4E5D\u4E8C\u4E94\u516B\u516D\u56DB][\U0001E140-\U0001E149][\U0001E2F0-\U0001E2F9]]-->
<!--@MATCH:unicodeset/[\p{Nd}[\u3007\u4E00\u4E03\u4E09\u4E5D\u4E8C\u4E94\u516B\u516D\u56DB][\U00016AC0-\U00016AC9]]-->
<!--@VALUE-->
<!ATTLIST numberingSystem rules CDATA #IMPLIED >
<!--@MATCH:any-->
@ -1163,7 +1158,24 @@ Except as contained in this notice, the name of a copyright holder shall not be
<!ATTLIST dayPeriodRule references CDATA #IMPLIED >
<!--@METADATA-->
<!ELEMENT metaZones ( metazoneInfo?, mapTimezones? ) >
<!ELEMENT metaZones ( metazoneInfo?, mapTimezones?, metazoneIds? ) >
<!ELEMENT metazoneIds ( metazoneId* ) >
<!ELEMENT metazoneId EMPTY >
<!ATTLIST metazoneId shortId NMTOKEN #REQUIRED >
<!--@MATCH:regex/[a-z][a-z][a-z][a-z]-->
<!ATTLIST metazoneId longId CDATA #IMPLIED >
<!--@MATCH:metazone-->
<!--@VALUE-->
<!ATTLIST metazoneId deprecated (true | false) "false" >
<!--@VALUE-->
<!ATTLIST metazoneId preferred NMTOKEN #IMPLIED >
<!--@MATCH:metazone-->
<!--@VALUE-->
<!ATTLIST metazoneId since CDATA "40" >
<!--@MATCH:version-->
<!--@METADATA-->
<!ELEMENT primaryZones ( primaryZone* ) >

File diff suppressed because it is too large Load Diff

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2021 Unicode, Inc.
<!-- Copyright © 1991-2022 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
SPDX-License-Identifier: Unicode-DFS-2016
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
@ -18,16 +18,19 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<dateFormatLength type="full">
<dateFormat>
<pattern draft="unconfirmed">EEEE d MMMM y G</pattern>
<datetimeSkeleton draft="unconfirmed">GyMMMMEEEEd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="long">
<dateFormat>
<pattern draft="unconfirmed">d MMMM y G</pattern>
<datetimeSkeleton draft="unconfirmed">GyMMMMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="medium">
<dateFormat>
<pattern draft="unconfirmed">d MMM y G</pattern>
<datetimeSkeleton draft="unconfirmed">GyMMMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
</dateFormats>
@ -37,16 +40,19 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<dateFormatLength type="full">
<dateFormat>
<pattern draft="unconfirmed">EEEE d MMMM y</pattern>
<datetimeSkeleton draft="unconfirmed">yMMMMEEEEd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="long">
<dateFormat>
<pattern draft="unconfirmed">d MMMM y</pattern>
<datetimeSkeleton draft="unconfirmed">yMMMMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="medium">
<dateFormat>
<pattern draft="unconfirmed">d MMM y</pattern>
<datetimeSkeleton draft="unconfirmed">yMMMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
</dateFormats>
@ -54,21 +60,25 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<timeFormatLength type="full">
<timeFormat>
<pattern>h:mm:ss a zzzz</pattern>
<datetimeSkeleton>ahmmsszzzz</datetimeSkeleton>
</timeFormat>
</timeFormatLength>
<timeFormatLength type="long">
<timeFormat>
<pattern>h:mm:ss a z</pattern>
<datetimeSkeleton>ahmmssz</datetimeSkeleton>
</timeFormat>
</timeFormatLength>
<timeFormatLength type="medium">
<timeFormat>
<pattern>h:mm:ss a</pattern>
<datetimeSkeleton>ahmmss</datetimeSkeleton>
</timeFormat>
</timeFormatLength>
<timeFormatLength type="short">
<timeFormat>
<pattern>h:mm a</pattern>
<datetimeSkeleton>ahmm</datetimeSkeleton>
</timeFormat>
</timeFormatLength>
</timeFormats>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2021 Unicode, Inc.
<!-- Copyright © 1991-2022 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
SPDX-License-Identifier: Unicode-DFS-2016
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2021 Unicode, Inc.
<!-- Copyright © 1991-2022 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
SPDX-License-Identifier: Unicode-DFS-2016
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
@ -303,21 +303,25 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<dateFormatLength type="full">
<dateFormat>
<pattern>EEEE d MMMM y G</pattern>
<datetimeSkeleton>GyMMMMEEEEd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="long">
<dateFormat>
<pattern>d MMMM y G</pattern>
<datetimeSkeleton>GyMMMMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="medium">
<dateFormat>
<pattern>d MMM, y G</pattern>
<datetimeSkeleton>GyMMMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="short">
<dateFormat>
<pattern>d/M/y GGGGG</pattern>
<datetimeSkeleton>GGGGGyMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
</dateFormats>
@ -466,21 +470,25 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<dateFormatLength type="full">
<dateFormat>
<pattern>EEEE d MMMM y</pattern>
<datetimeSkeleton>yMMMMEEEEd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="long">
<dateFormat>
<pattern>d MMMM y</pattern>
<datetimeSkeleton>yMMMMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="medium">
<dateFormat>
<pattern>d MMM, y</pattern>
<datetimeSkeleton>yMMMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="short">
<dateFormat>
<pattern>d/M/y</pattern>
<datetimeSkeleton>yMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
</dateFormats>
@ -488,21 +496,25 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<timeFormatLength type="full">
<timeFormat>
<pattern>HH:mm:ss zzzz</pattern>
<datetimeSkeleton>HHmmsszzzz</datetimeSkeleton>
</timeFormat>
</timeFormatLength>
<timeFormatLength type="long">
<timeFormat>
<pattern>HH:mm:ss z</pattern>
<datetimeSkeleton>HHmmssz</datetimeSkeleton>
</timeFormat>
</timeFormatLength>
<timeFormatLength type="medium">
<timeFormat>
<pattern>HH:mm:ss</pattern>
<datetimeSkeleton>HHmmss</datetimeSkeleton>
</timeFormat>
</timeFormatLength>
<timeFormatLength type="short">
<timeFormat>
<pattern>HH:mm</pattern>
<datetimeSkeleton>HHmm</datetimeSkeleton>
</timeFormat>
</timeFormatLength>
</timeFormats>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2021 Unicode, Inc.
<!-- Copyright © 1991-2022 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
SPDX-License-Identifier: Unicode-DFS-2016
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2021 Unicode, Inc.
<!-- Copyright © 1991-2022 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
SPDX-License-Identifier: Unicode-DFS-2016
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
@ -302,21 +302,25 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<dateFormatLength type="full">
<dateFormat>
<pattern>EEEE, G y MMMM dd</pattern>
<datetimeSkeleton>GyMMMMEEEEdd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="long">
<dateFormat>
<pattern>G y MMMM d</pattern>
<datetimeSkeleton>GyMMMMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="medium">
<dateFormat>
<pattern>G y MMM d</pattern>
<datetimeSkeleton>GyMMMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="short">
<dateFormat>
<pattern>GGGGG yy/MM/dd</pattern>
<datetimeSkeleton>GGGGGyyMMdd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
</dateFormats>
@ -439,21 +443,25 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<dateFormatLength type="full">
<dateFormat>
<pattern>EEEE, y MMMM dd</pattern>
<datetimeSkeleton>yMMMMEEEEdd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="long">
<dateFormat>
<pattern>y MMMM d</pattern>
<datetimeSkeleton>yMMMMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="medium">
<dateFormat>
<pattern>y MMM d</pattern>
<datetimeSkeleton>yMMMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="short">
<dateFormat>
<pattern>yy/MM/dd</pattern>
<datetimeSkeleton>yyMMdd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
</dateFormats>
@ -461,21 +469,25 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<timeFormatLength type="full">
<timeFormat>
<pattern>h:mm:ss a zzzz</pattern>
<datetimeSkeleton>ahmmsszzzz</datetimeSkeleton>
</timeFormat>
</timeFormatLength>
<timeFormatLength type="long">
<timeFormat>
<pattern>h:mm:ss a z</pattern>
<datetimeSkeleton>ahmmssz</datetimeSkeleton>
</timeFormat>
</timeFormatLength>
<timeFormatLength type="medium">
<timeFormat>
<pattern>h:mm:ss a</pattern>
<datetimeSkeleton>ahmmss</datetimeSkeleton>
</timeFormat>
</timeFormatLength>
<timeFormatLength type="short">
<timeFormat>
<pattern>h:mm a</pattern>
<datetimeSkeleton>ahmm</datetimeSkeleton>
</timeFormat>
</timeFormatLength>
</timeFormats>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2021 Unicode, Inc.
<!-- Copyright © 1991-2022 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
SPDX-License-Identifier: Unicode-DFS-2016
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

File diff suppressed because it is too large Load Diff

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2021 Unicode, Inc.
<!-- Copyright © 1991-2022 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
SPDX-License-Identifier: Unicode-DFS-2016
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

File diff suppressed because it is too large Load Diff

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2021 Unicode, Inc.
<!-- Copyright © 1991-2022 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
SPDX-License-Identifier: Unicode-DFS-2016
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2021 Unicode, Inc.
<!-- Copyright © 1991-2022 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
SPDX-License-Identifier: Unicode-DFS-2016
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
@ -39,7 +39,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
</fields>
</dates>
<numbers>
<defaultNumberingSystem>arab</defaultNumberingSystem>
<defaultNumberingSystem>latn</defaultNumberingSystem>
<currencies>
<currency type="BND">
<symbol alt="narrow" draft="contributed">$</symbol>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2021 Unicode, Inc.
<!-- Copyright © 1991-2022 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
SPDX-License-Identifier: Unicode-DFS-2016
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2021 Unicode, Inc.
<!-- Copyright © 1991-2022 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
SPDX-License-Identifier: Unicode-DFS-2016
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2021 Unicode, Inc.
<!-- Copyright © 1991-2022 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
SPDX-License-Identifier: Unicode-DFS-2016
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2021 Unicode, Inc.
<!-- Copyright © 1991-2022 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
SPDX-License-Identifier: Unicode-DFS-2016
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2021 Unicode, Inc.
<!-- Copyright © 1991-2022 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
SPDX-License-Identifier: Unicode-DFS-2016
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2021 Unicode, Inc.
<!-- Copyright © 1991-2022 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
SPDX-License-Identifier: Unicode-DFS-2016
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2021 Unicode, Inc.
<!-- Copyright © 1991-2022 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
SPDX-License-Identifier: Unicode-DFS-2016
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
@ -18,21 +18,25 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<timeFormatLength type="full">
<timeFormat>
<pattern>H:mm:ss zzzz</pattern>
<datetimeSkeleton>Hmmsszzzz</datetimeSkeleton>
</timeFormat>
</timeFormatLength>
<timeFormatLength type="long">
<timeFormat>
<pattern>H:mm:ss z</pattern>
<datetimeSkeleton>Hmmssz</datetimeSkeleton>
</timeFormat>
</timeFormatLength>
<timeFormatLength type="medium">
<timeFormat>
<pattern>H:mm:ss</pattern>
<datetimeSkeleton>Hmmss</datetimeSkeleton>
</timeFormat>
</timeFormatLength>
<timeFormatLength type="short">
<timeFormat>
<pattern>H:mm</pattern>
<datetimeSkeleton>Hmm</datetimeSkeleton>
</timeFormat>
</timeFormatLength>
</timeFormats>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2021 Unicode, Inc.
<!-- Copyright © 1991-2022 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
SPDX-License-Identifier: Unicode-DFS-2016
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2021 Unicode, Inc.
<!-- Copyright © 1991-2022 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
SPDX-License-Identifier: Unicode-DFS-2016
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2021 Unicode, Inc.
<!-- Copyright © 1991-2022 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
SPDX-License-Identifier: Unicode-DFS-2016
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
@ -18,21 +18,25 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<timeFormatLength type="full">
<timeFormat>
<pattern>HH:mm:ss zzzz</pattern>
<datetimeSkeleton>HHmmsszzzz</datetimeSkeleton>
</timeFormat>
</timeFormatLength>
<timeFormatLength type="long">
<timeFormat>
<pattern>HH:mm:ss z</pattern>
<datetimeSkeleton>HHmmssz</datetimeSkeleton>
</timeFormat>
</timeFormatLength>
<timeFormatLength type="medium">
<timeFormat>
<pattern>HH:mm:ss</pattern>
<datetimeSkeleton>HHmmss</datetimeSkeleton>
</timeFormat>
</timeFormatLength>
<timeFormatLength type="short">
<timeFormat>
<pattern>HH:mm</pattern>
<datetimeSkeleton>HHmm</datetimeSkeleton>
</timeFormat>
</timeFormatLength>
</timeFormats>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2021 Unicode, Inc.
<!-- Copyright © 1991-2022 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
SPDX-License-Identifier: Unicode-DFS-2016
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2021 Unicode, Inc.
<!-- Copyright © 1991-2022 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
SPDX-License-Identifier: Unicode-DFS-2016
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2021 Unicode, Inc.
<!-- Copyright © 1991-2022 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
SPDX-License-Identifier: Unicode-DFS-2016
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2021 Unicode, Inc.
<!-- Copyright © 1991-2022 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
SPDX-License-Identifier: Unicode-DFS-2016
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
@ -83,21 +83,25 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<timeFormatLength type="full">
<timeFormat>
<pattern>HH:mm:ss zzzz</pattern>
<datetimeSkeleton>HHmmsszzzz</datetimeSkeleton>
</timeFormat>
</timeFormatLength>
<timeFormatLength type="long">
<timeFormat>
<pattern>HH:mm:ss z</pattern>
<datetimeSkeleton>HHmmssz</datetimeSkeleton>
</timeFormat>
</timeFormatLength>
<timeFormatLength type="medium">
<timeFormat>
<pattern>HH:mm:ss</pattern>
<datetimeSkeleton>HHmmss</datetimeSkeleton>
</timeFormat>
</timeFormatLength>
<timeFormatLength type="short">
<timeFormat>
<pattern>HH:mm</pattern>
<datetimeSkeleton>HHmm</datetimeSkeleton>
</timeFormat>
</timeFormatLength>
</timeFormats>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2021 Unicode, Inc.
<!-- Copyright © 1991-2022 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
SPDX-License-Identifier: Unicode-DFS-2016
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2021 Unicode, Inc.
<!-- Copyright © 1991-2022 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
SPDX-License-Identifier: Unicode-DFS-2016
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2021 Unicode, Inc.
<!-- Copyright © 1991-2022 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
SPDX-License-Identifier: Unicode-DFS-2016
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2021 Unicode, Inc.
<!-- Copyright © 1991-2022 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
SPDX-License-Identifier: Unicode-DFS-2016
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

File diff suppressed because it is too large Load Diff

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2021 Unicode, Inc.
<!-- Copyright © 1991-2022 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
SPDX-License-Identifier: Unicode-DFS-2016
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2021 Unicode, Inc.
<!-- Copyright © 1991-2022 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
SPDX-License-Identifier: Unicode-DFS-2016
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2021 Unicode, Inc.
<!-- Copyright © 1991-2022 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
SPDX-License-Identifier: Unicode-DFS-2016
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2021 Unicode, Inc.
<!-- Copyright © 1991-2022 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
SPDX-License-Identifier: Unicode-DFS-2016
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2021 Unicode, Inc.
<!-- Copyright © 1991-2022 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
SPDX-License-Identifier: Unicode-DFS-2016
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2021 Unicode, Inc.
<!-- Copyright © 1991-2022 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
SPDX-License-Identifier: Unicode-DFS-2016
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2021 Unicode, Inc.
<!-- Copyright © 1991-2022 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
SPDX-License-Identifier: Unicode-DFS-2016
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

File diff suppressed because it is too large Load Diff

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2021 Unicode, Inc.
<!-- Copyright © 1991-2022 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
SPDX-License-Identifier: Unicode-DFS-2016
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2021 Unicode, Inc.
<!-- Copyright © 1991-2022 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
SPDX-License-Identifier: Unicode-DFS-2016
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
@ -300,21 +300,25 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<dateFormatLength type="full">
<dateFormat>
<pattern>EEEE, d MMMM y G</pattern>
<datetimeSkeleton>GyMMMMEEEEd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="long">
<dateFormat>
<pattern>d MMMM y G</pattern>
<datetimeSkeleton>GyMMMMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="medium">
<dateFormat>
<pattern>d MMM y G</pattern>
<datetimeSkeleton>GyMMMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="short">
<dateFormat>
<pattern>dd/MM/y GGGGG</pattern>
<datetimeSkeleton>GGGGGyMMdd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
</dateFormats>
@ -470,21 +474,25 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<dateFormatLength type="full">
<dateFormat>
<pattern>EEEE, d MMMM y</pattern>
<datetimeSkeleton>yMMMMEEEEd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="long">
<dateFormat>
<pattern>d MMMM y</pattern>
<datetimeSkeleton>yMMMMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="medium">
<dateFormat>
<pattern>d MMM y</pattern>
<datetimeSkeleton>yMMMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="short">
<dateFormat>
<pattern>dd/MM/y</pattern>
<datetimeSkeleton>yMMdd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
</dateFormats>
@ -492,21 +500,25 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<timeFormatLength type="full">
<timeFormat>
<pattern>HH:mm:ss zzzz</pattern>
<datetimeSkeleton>HHmmsszzzz</datetimeSkeleton>
</timeFormat>
</timeFormatLength>
<timeFormatLength type="long">
<timeFormat>
<pattern>HH:mm:ss z</pattern>
<datetimeSkeleton>HHmmssz</datetimeSkeleton>
</timeFormat>
</timeFormatLength>
<timeFormatLength type="medium">
<timeFormat>
<pattern>HH:mm:ss</pattern>
<datetimeSkeleton>HHmmss</datetimeSkeleton>
</timeFormat>
</timeFormatLength>
<timeFormatLength type="short">
<timeFormat>
<pattern>HH:mm</pattern>
<datetimeSkeleton>HHmm</datetimeSkeleton>
</timeFormat>
</timeFormatLength>
</timeFormats>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2021 Unicode, Inc.
<!-- Copyright © 1991-2022 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
SPDX-License-Identifier: Unicode-DFS-2016
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2021 Unicode, Inc.
<!-- Copyright © 1991-2022 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
SPDX-License-Identifier: Unicode-DFS-2016
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
@ -1373,21 +1373,25 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<dateFormatLength type="full">
<dateFormat>
<pattern>EEEE, dd MMMM 'de' y G</pattern>
<datetimeSkeleton>GyMMMMEEEEdd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="long">
<dateFormat>
<pattern>d MMMM 'de' y G</pattern>
<datetimeSkeleton>GyMMMMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="medium">
<dateFormat>
<pattern>d MMM y G</pattern>
<datetimeSkeleton>GyMMMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="short">
<dateFormat>
<pattern>d/M/yy GGGGG</pattern>
<datetimeSkeleton>GGGGGyyMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
</dateFormats>
@ -2085,21 +2089,25 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<dateFormatLength type="full">
<dateFormat>
<pattern>EEEE, dd MMMM 'de' y G</pattern>
<datetimeSkeleton>GyMMMMEEEEdd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="long">
<dateFormat>
<pattern>d MMMM 'de' y G</pattern>
<datetimeSkeleton>GyMMMMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="medium">
<dateFormat>
<pattern>d MMM y G</pattern>
<datetimeSkeleton>GyMMMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="short">
<dateFormat>
<pattern>d/M/yy GGGGG</pattern>
<datetimeSkeleton>GGGGGyyMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
</dateFormats>
@ -2526,21 +2534,25 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<dateFormatLength type="full">
<dateFormat>
<pattern>EEEE, d MMMM 'de' y</pattern>
<datetimeSkeleton>yMMMMEEEEd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="long">
<dateFormat>
<pattern>d MMMM 'de' y</pattern>
<datetimeSkeleton>yMMMMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="medium">
<dateFormat>
<pattern>d MMM y</pattern>
<datetimeSkeleton>yMMMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="short">
<dateFormat>
<pattern>d/M/yy</pattern>
<datetimeSkeleton>yyMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
</dateFormats>
@ -2548,21 +2560,25 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<timeFormatLength type="full">
<timeFormat>
<pattern>HH:mm:ss zzzz</pattern>
<datetimeSkeleton>HHmmsszzzz</datetimeSkeleton>
</timeFormat>
</timeFormatLength>
<timeFormatLength type="long">
<timeFormat>
<pattern>HH:mm:ss z</pattern>
<datetimeSkeleton>HHmmssz</datetimeSkeleton>
</timeFormat>
</timeFormatLength>
<timeFormatLength type="medium">
<timeFormat>
<pattern>HH:mm:ss</pattern>
<datetimeSkeleton>HHmmss</datetimeSkeleton>
</timeFormat>
</timeFormatLength>
<timeFormatLength type="short">
<timeFormat>
<pattern>HH:mm</pattern>
<datetimeSkeleton>HHmm</datetimeSkeleton>
</timeFormat>
</timeFormatLength>
</timeFormats>
@ -2878,21 +2894,25 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<dateFormatLength type="full">
<dateFormat>
<pattern>EEEE, dd MMMM 'de' y G</pattern>
<datetimeSkeleton>GyMMMMEEEEdd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="long">
<dateFormat>
<pattern>d MMMM 'de' y G</pattern>
<datetimeSkeleton>GyMMMMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="medium">
<dateFormat>
<pattern>d MMM y G</pattern>
<datetimeSkeleton>GyMMMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="short">
<dateFormat>
<pattern>d/M/yy GGGGG</pattern>
<datetimeSkeleton>GGGGGyyMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
</dateFormats>
@ -3155,21 +3175,25 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<dateFormatLength type="full">
<dateFormat>
<pattern>EEEE, dd MMMM 'de' y G</pattern>
<datetimeSkeleton>GyMMMMEEEEdd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="long">
<dateFormat>
<pattern>d MMMM 'de' y G</pattern>
<datetimeSkeleton>GyMMMMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="medium">
<dateFormat>
<pattern>d MMM y G</pattern>
<datetimeSkeleton>GyMMMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="short">
<dateFormat>
<pattern>d/M/yy GGGGG</pattern>
<datetimeSkeleton>GGGGGyyMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
</dateFormats>
@ -3938,21 +3962,25 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<dateFormatLength type="full">
<dateFormat>
<pattern>EEEE, dd MMMM 'de' y G</pattern>
<datetimeSkeleton>GyMMMMEEEEdd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="long">
<dateFormat>
<pattern>d MMMM 'de' y G</pattern>
<datetimeSkeleton>GyMMMMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="medium">
<dateFormat>
<pattern>d MMM y G</pattern>
<datetimeSkeleton>GyMMMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="short">
<dateFormat>
<pattern>d/M/yy GGGGG</pattern>
<datetimeSkeleton>GGGGGyyMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
</dateFormats>
@ -7555,7 +7583,6 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<displayName count="one">rublu bielorrusu</displayName>
<displayName count="other">rublos bielorrusos</displayName>
<symbol>BYN</symbol>
<symbol alt="narrow" draft="contributed">BYN</symbol>
</currency>
<currency type="BYR">
<displayName>Rublu bielorrusu (20002016)</displayName>
@ -8549,7 +8576,6 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<displayName count="one">rublu rusu (19911998)</displayName>
<displayName count="other">rublos rusos (19911998)</displayName>
<symbol draft="contributed">RUR</symbol>
<symbol alt="narrow" draft="contributed">RUR</symbol>
</currency>
<currency type="RWF">
<displayName>Francu ruandés</displayName>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2021 Unicode, Inc.
<!-- Copyright © 1991-2022 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
SPDX-License-Identifier: Unicode-DFS-2016
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

File diff suppressed because it is too large Load Diff

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2021 Unicode, Inc.
<!-- Copyright © 1991-2022 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
SPDX-License-Identifier: Unicode-DFS-2016
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
@ -481,7 +481,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<territory type="CG">Конго-Браззавил</territory>
<territory type="CG" alt="variant">Конго (Республика)</territory>
<territory type="CH">Исвечрә</territory>
<territory type="CI">Kотд’ивуар</territory>
<territory type="CI">Котд’ивуар</territory>
<territory type="CK">Кук адалары</territory>
<territory type="CL">Чили</territory>
<territory type="CM">Камерун</territory>
@ -725,21 +725,25 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<dateFormatLength type="full">
<dateFormat>
<pattern>G d MMMM y, EEEE</pattern>
<datetimeSkeleton>GyMMMMEEEEd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="long">
<dateFormat>
<pattern>G d MMMM, y</pattern>
<datetimeSkeleton>GyMMMMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="medium">
<dateFormat>
<pattern>G d MMM y</pattern>
<datetimeSkeleton>GyMMMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="short">
<dateFormat>
<pattern>GGGGG dd.MM.y</pattern>
<datetimeSkeleton>GGGGGyMMdd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
</dateFormats>
@ -1057,21 +1061,25 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<dateFormatLength type="full">
<dateFormat>
<pattern>d MMMM y, EEEE</pattern>
<datetimeSkeleton>yMMMMEEEEd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="long">
<dateFormat>
<pattern>d MMMM y</pattern>
<datetimeSkeleton>yMMMMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="medium">
<dateFormat>
<pattern>d MMM y</pattern>
<datetimeSkeleton>yMMMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="short">
<dateFormat>
<pattern>dd.MM.yy</pattern>
<datetimeSkeleton>yyMMdd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
</dateFormats>
@ -1079,21 +1087,25 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<timeFormatLength type="full">
<timeFormat>
<pattern>HH:mm:ss zzzz</pattern>
<datetimeSkeleton>HHmmsszzzz</datetimeSkeleton>
</timeFormat>
</timeFormatLength>
<timeFormatLength type="long">
<timeFormat>
<pattern>HH:mm:ss z</pattern>
<datetimeSkeleton>HHmmssz</datetimeSkeleton>
</timeFormat>
</timeFormatLength>
<timeFormatLength type="medium">
<timeFormat>
<pattern>HH:mm:ss</pattern>
<datetimeSkeleton>HHmmss</datetimeSkeleton>
</timeFormat>
</timeFormatLength>
<timeFormatLength type="short">
<timeFormat>
<pattern>HH:mm</pattern>
<datetimeSkeleton>HHmm</datetimeSkeleton>
</timeFormat>
</timeFormatLength>
</timeFormats>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2021 Unicode, Inc.
<!-- Copyright © 1991-2022 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
SPDX-License-Identifier: Unicode-DFS-2016
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2021 Unicode, Inc.
<!-- Copyright © 1991-2022 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
SPDX-License-Identifier: Unicode-DFS-2016
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2021 Unicode, Inc.
<!-- Copyright © 1991-2022 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
SPDX-License-Identifier: Unicode-DFS-2016
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2021 Unicode, Inc.
<!-- Copyright © 1991-2022 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
SPDX-License-Identifier: Unicode-DFS-2016
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
@ -300,21 +300,25 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<dateFormatLength type="full">
<dateFormat>
<pattern>EEEE d MMMM y G</pattern>
<datetimeSkeleton>GyMMMMEEEEd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="long">
<dateFormat>
<pattern>d MMMM y G</pattern>
<datetimeSkeleton>GyMMMMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="medium">
<dateFormat>
<pattern>d MMM, y G</pattern>
<datetimeSkeleton>GyMMMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="short">
<dateFormat>
<pattern>d/M/y GGGGG</pattern>
<datetimeSkeleton>GGGGGyMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
</dateFormats>
@ -469,21 +473,25 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<dateFormatLength type="full">
<dateFormat>
<pattern>EEEE d MMMM y</pattern>
<datetimeSkeleton>yMMMMEEEEd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="long">
<dateFormat>
<pattern>d MMMM y</pattern>
<datetimeSkeleton>yMMMMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="medium">
<dateFormat>
<pattern>d MMM, y</pattern>
<datetimeSkeleton>yMMMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="short">
<dateFormat>
<pattern>d/M/y</pattern>
<datetimeSkeleton>yMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
</dateFormats>
@ -491,21 +499,25 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<timeFormatLength type="full">
<timeFormat>
<pattern>HH:mm:ss zzzz</pattern>
<datetimeSkeleton>HHmmsszzzz</datetimeSkeleton>
</timeFormat>
</timeFormatLength>
<timeFormatLength type="long">
<timeFormat>
<pattern>HH:mm:ss z</pattern>
<datetimeSkeleton>HHmmssz</datetimeSkeleton>
</timeFormat>
</timeFormatLength>
<timeFormatLength type="medium">
<timeFormat>
<pattern>HH:mm:ss</pattern>
<datetimeSkeleton>HHmmss</datetimeSkeleton>
</timeFormat>
</timeFormatLength>
<timeFormatLength type="short">
<timeFormat>
<pattern>HH:mm</pattern>
<datetimeSkeleton>HHmm</datetimeSkeleton>
</timeFormat>
</timeFormatLength>
</timeFormats>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2021 Unicode, Inc.
<!-- Copyright © 1991-2022 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
SPDX-License-Identifier: Unicode-DFS-2016
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

File diff suppressed because it is too large Load Diff

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2021 Unicode, Inc.
<!-- Copyright © 1991-2022 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
SPDX-License-Identifier: Unicode-DFS-2016
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

File diff suppressed because it is too large Load Diff

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2021 Unicode, Inc.
<!-- Copyright © 1991-2022 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
SPDX-License-Identifier: Unicode-DFS-2016
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
@ -80,21 +80,25 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<dateFormatLength type="full">
<dateFormat>
<pattern>EEEE, d MMMM y G</pattern>
<datetimeSkeleton>GyMMMMEEEEd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="long">
<dateFormat>
<pattern>d MMMM y G</pattern>
<datetimeSkeleton>GyMMMMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="medium">
<dateFormat>
<pattern>d MMM y G</pattern>
<datetimeSkeleton>GyMMMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="short">
<dateFormat>
<pattern>dd/MM/y GGGGG</pattern>
<datetimeSkeleton>GGGGGyMMdd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
</dateFormats>
@ -214,21 +218,25 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<dateFormatLength type="full">
<dateFormat>
<pattern>EEEE, d MMMM y</pattern>
<datetimeSkeleton>yMMMMEEEEd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="long">
<dateFormat>
<pattern>d MMMM y</pattern>
<datetimeSkeleton>yMMMMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="medium">
<dateFormat>
<pattern>d MMM y</pattern>
<datetimeSkeleton>yMMMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="short">
<dateFormat>
<pattern>dd/MM/y</pattern>
<datetimeSkeleton>yMMdd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
</dateFormats>
@ -236,21 +244,25 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<timeFormatLength type="full">
<timeFormat>
<pattern>h:mm:ss a zzzz</pattern>
<datetimeSkeleton>ahmmsszzzz</datetimeSkeleton>
</timeFormat>
</timeFormatLength>
<timeFormatLength type="long">
<timeFormat>
<pattern>h:mm:ss a z</pattern>
<datetimeSkeleton>ahmmssz</datetimeSkeleton>
</timeFormat>
</timeFormatLength>
<timeFormatLength type="medium">
<timeFormat>
<pattern>h:mm:ss a</pattern>
<datetimeSkeleton>ahmmss</datetimeSkeleton>
</timeFormat>
</timeFormatLength>
<timeFormatLength type="short">
<timeFormat>
<pattern>h:mm a</pattern>
<datetimeSkeleton>ahmm</datetimeSkeleton>
</timeFormat>
</timeFormatLength>
</timeFormats>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2021 Unicode, Inc.
<!-- Copyright © 1991-2022 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
SPDX-License-Identifier: Unicode-DFS-2016
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2021 Unicode, Inc.
<!-- Copyright © 1991-2022 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
SPDX-License-Identifier: Unicode-DFS-2016
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
@ -302,21 +302,25 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<dateFormatLength type="full">
<dateFormat>
<pattern>EEEE, d MMMM y G</pattern>
<datetimeSkeleton>GyMMMMEEEEd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="long">
<dateFormat>
<pattern>d MMMM y G</pattern>
<datetimeSkeleton>GyMMMMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="medium">
<dateFormat>
<pattern>d MMM y G</pattern>
<datetimeSkeleton>GyMMMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="short">
<dateFormat>
<pattern>dd/MM/y GGGGG</pattern>
<datetimeSkeleton>GGGGGyMMdd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
</dateFormats>
@ -472,21 +476,25 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<dateFormatLength type="full">
<dateFormat>
<pattern>EEEE, d MMMM y</pattern>
<datetimeSkeleton>yMMMMEEEEd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="long">
<dateFormat>
<pattern>d MMMM y</pattern>
<datetimeSkeleton>yMMMMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="medium">
<dateFormat>
<pattern>d MMM y</pattern>
<datetimeSkeleton>yMMMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="short">
<dateFormat>
<pattern>dd/MM/y</pattern>
<datetimeSkeleton>yMMdd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
</dateFormats>
@ -494,21 +502,25 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<timeFormatLength type="full">
<timeFormat>
<pattern>HH:mm:ss zzzz</pattern>
<datetimeSkeleton>HHmmsszzzz</datetimeSkeleton>
</timeFormat>
</timeFormatLength>
<timeFormatLength type="long">
<timeFormat>
<pattern>HH:mm:ss z</pattern>
<datetimeSkeleton>HHmmssz</datetimeSkeleton>
</timeFormat>
</timeFormatLength>
<timeFormatLength type="medium">
<timeFormat>
<pattern>HH:mm:ss</pattern>
<datetimeSkeleton>HHmmss</datetimeSkeleton>
</timeFormat>
</timeFormatLength>
<timeFormatLength type="short">
<timeFormat>
<pattern>HH:mm</pattern>
<datetimeSkeleton>HHmm</datetimeSkeleton>
</timeFormat>
</timeFormatLength>
</timeFormats>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2021 Unicode, Inc.
<!-- Copyright © 1991-2022 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
SPDX-License-Identifier: Unicode-DFS-2016
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

File diff suppressed because it is too large Load Diff

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2021 Unicode, Inc.
<!-- Copyright © 1991-2022 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
SPDX-License-Identifier: Unicode-DFS-2016
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2021 Unicode, Inc.
<!-- Copyright © 1991-2022 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
SPDX-License-Identifier: Unicode-DFS-2016
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
@ -302,21 +302,25 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<dateFormatLength type="full">
<dateFormat>
<pattern>EEEE d MMMM y G</pattern>
<datetimeSkeleton>GyMMMMEEEEd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="long">
<dateFormat>
<pattern>d MMMM y G</pattern>
<datetimeSkeleton>GyMMMMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="medium">
<dateFormat>
<pattern>d MMM, y G</pattern>
<datetimeSkeleton>GyMMMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="short">
<dateFormat>
<pattern>d/M/y GGGGG</pattern>
<datetimeSkeleton>GGGGGyMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
</dateFormats>
@ -458,21 +462,25 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<dateFormatLength type="full">
<dateFormat>
<pattern>EEEE d MMMM y</pattern>
<datetimeSkeleton>yMMMMEEEEd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="long">
<dateFormat>
<pattern>d MMMM y</pattern>
<datetimeSkeleton>yMMMMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="medium">
<dateFormat>
<pattern>d MMM, y</pattern>
<datetimeSkeleton>yMMMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="short">
<dateFormat>
<pattern>d/M/y</pattern>
<datetimeSkeleton>yMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
</dateFormats>
@ -480,21 +488,25 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<timeFormatLength type="full">
<timeFormat>
<pattern>HH:mm:ss zzzz</pattern>
<datetimeSkeleton>HHmmsszzzz</datetimeSkeleton>
</timeFormat>
</timeFormatLength>
<timeFormatLength type="long">
<timeFormat>
<pattern>HH:mm:ss z</pattern>
<datetimeSkeleton>HHmmssz</datetimeSkeleton>
</timeFormat>
</timeFormatLength>
<timeFormatLength type="medium">
<timeFormat>
<pattern>HH:mm:ss</pattern>
<datetimeSkeleton>HHmmss</datetimeSkeleton>
</timeFormat>
</timeFormatLength>
<timeFormatLength type="short">
<timeFormat>
<pattern>HH:mm</pattern>
<datetimeSkeleton>HHmm</datetimeSkeleton>
</timeFormat>
</timeFormatLength>
</timeFormats>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2021 Unicode, Inc.
<!-- Copyright © 1991-2022 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
SPDX-License-Identifier: Unicode-DFS-2016
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

File diff suppressed because it is too large Load Diff

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2021 Unicode, Inc.
<!-- Copyright © 1991-2022 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
SPDX-License-Identifier: Unicode-DFS-2016
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2021 Unicode, Inc.
<!-- Copyright © 1991-2022 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
SPDX-License-Identifier: Unicode-DFS-2016
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2021 Unicode, Inc.
<!-- Copyright © 1991-2022 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
SPDX-License-Identifier: Unicode-DFS-2016
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
@ -155,7 +155,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<territory type="GT" draft="unconfirmed">གྷོ་ཊེ་མ་ལ།</territory>
<territory type="GW" draft="unconfirmed">གྷི་ནི་ཡ་བིས྄་སོ།</territory>
<territory type="GY" draft="unconfirmed">གྷུ་ཡཱ་ན།</territory>
<territory type="HK" alt="short" draft="unconfirmed">ཧོང་ཀོང༌།</territory>
<territory type="HK" draft="unconfirmed">ཧོང་ཀོང༌།</territory>
<territory type="HN" draft="unconfirmed">ཧོན་དུ་རས྄།</territory>
<territory type="HR" draft="unconfirmed">ཀུརོ་ཤི་ཡ།</territory>
<territory type="HT" draft="unconfirmed">ཧེ་ཏི།</territory>
@ -198,7 +198,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<territory type="ML" draft="unconfirmed">མ་ལི།</territory>
<territory type="MM" draft="unconfirmed">འབར་མ།</territory>
<territory type="MN" draft="unconfirmed">སོག་ཡུལ།</territory>
<territory type="MO" alt="short" draft="unconfirmed">མེ་ཀའོ།</territory>
<territory type="MO" draft="unconfirmed">མེ་ཀའོ།</territory>
<territory type="MR" draft="unconfirmed">མཽ་རི་ཏ་ནི་ཡ།</territory>
<territory type="MT" draft="unconfirmed">མལ་ཊ།</territory>
<territory type="MU" draft="unconfirmed">མཽ་རིཤས྄།</territory>
@ -276,11 +276,11 @@ CLDR data files are interpreted according to the LDML specification (http://unic
</measurementSystemNames>
</localeDisplayNames>
<characters>
<exemplarCharacters>[\u0F7E ཿ ཀ {ཀ\u0FB5} \u0F90 {\u0F90\u0FB5} ཁ \u0F91 ག {ག\u0FB7} \u0F92 {\u0F92\u0FB7} ང \u0F94 ཅ \u0F95 ཆ \u0F96 ཇ \u0F97 ཉ \u0F99 ཊ \u0F9A ཋ \u0F9B ཌ {ཌ\u0FB7} \u0F9C {\u0F9C\u0FB7} ཎ \u0F9E ཏ \u0F9F ཐ \u0FA0 ད {ད\u0FB7} \u0FA1 {\u0FA1\u0FB7} ན \u0FA3 པ \u0FA4 ཕ \u0FA5 བ {བ\u0FB7} \u0FA6 {\u0FA6\u0FB7} མ \u0FA8 ཙ \u0FA9 ཚ \u0FAA ཛ {ཛ\u0FB7} \u0FAB {\u0FAB\u0FB7} ཝ \u0FAD \u0FBA ཞ \u0FAE ཟ \u0FAF འ \u0FB0 ཡ \u0FB1 \u0FBB ར ཪ \u0FB2 \u0FBC ལ \u0FB3 ཤ \u0FB4 ཥ \u0FB5 ས \u0FB6 ཧ \u0FB7 ཨ \u0FB8 \u0F72 {\u0F71\u0F72} \u0F80 {\u0F71\u0F80} \u0F74 {\u0F71\u0F74} {\u0FB2\u0F80} \u0F77 {\u0FB3\u0F80} \u0F79 \u0F7A \u0F7B \u0F7C \u0F7D \u0F84]</exemplarCharacters>
<exemplarCharacters>[\u0F84 ཿ ཀ {ཀ\u0FB5} ཁ ག {ག\u0FB7} ང ཅ ཆ ཇ ཉ ཏ ཊ ཐ ཋ ད {ད\u0FB7} ཌ {ཌ\u0FB7} ན ཎ པ ཕ བ {བ\u0FB7} མ \u0F7E ཙ ཚ ཛ {ཛ\u0FB7} ཝ ཞ ཟ འ ཡ ར ཪ ལ ཤ ཥ ས ཧ ཨ \u0F72 {\u0F71\u0F72} \u0F80 {\u0F71\u0F80} \u0F74 {\u0F71\u0F74} \u0F7A \u0F7B \u0F7C \u0F7D \u0F90 {\u0F90\u0FB5} \u0F91 \u0F92 {\u0F92\u0FB7} \u0F94 \u0F95 \u0F96 \u0F97 \u0F99 \u0F9F \u0F9A \u0FA0 \u0F9B \u0FA1 {\u0FA1\u0FB7} \u0F9C {\u0F9C\u0FB7} \u0FA3 \u0F9E \u0FA4 \u0FA5 \u0FA6 {\u0FA6\u0FB7} \u0FA8 \u0FA9 \u0FAA \u0FAB {\u0FAB\u0FB7} \u0FAD \u0FBA \u0FAE \u0FAF \u0FB0 \u0FB1 \u0FBB \u0FB2 \u0FBC \u0FB3 \u0FB4 \u0FB5 \u0FB6 \u0FB7 \u0FB8 {\u0FB2\u0F80} \u0F77 {\u0FB3\u0F80} \u0F79]</exemplarCharacters>
<exemplarCharacters type="auxiliary">[ༀ]</exemplarCharacters>
<exemplarCharacters type="index" draft="contributed">[ཀ ཁ ག ང ཅ ཆ ཇ ཉ ཏ ཐ ད ན པ ཕ བ མ ཙ ཚ ཛ ཝ ཞ ཟ འ ཡ ར ལ ཤ ས ཧ ཨ]</exemplarCharacters>
<exemplarCharacters type="numbers">[\- , . % ‰ + 0༠ 1༡ 2༢ 3༣ 4༤ 5༥ 6༦ 7༧ 8༨ 9༩]</exemplarCharacters>
<exemplarCharacters type="punctuation" draft="unconfirmed">[\: །]</exemplarCharacters>
<exemplarCharacters type="punctuation" draft="unconfirmed">[\: །]</exemplarCharacters>
</characters>
<dates>
<calendars>
@ -289,11 +289,13 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<dateFormatLength type="long">
<dateFormat>
<pattern>G སྤྱི་ལོ་y MMMMའི་ཚེས་d</pattern>
<datetimeSkeleton>GyMMMMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="medium">
<dateFormat>
<pattern>G y ལོའི་MMMཚེས་d</pattern>
<datetimeSkeleton>GyMMMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
</dateFormats>
@ -466,43 +468,51 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<dateFormatLength type="full">
<dateFormat>
<pattern>y MMMMའི་ཚེས་d, EEEE</pattern>
<datetimeSkeleton>yMMMMEEEEd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="long">
<dateFormat>
<pattern>སྤྱི་ལོ་y MMMMའི་ཚེས་d</pattern>
<datetimeSkeleton>yMMMMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="medium">
<dateFormat>
<pattern>y ལོའི་MMMཚེས་d</pattern>
<datetimeSkeleton>yMMMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="short">
<dateFormat>
<pattern>y-MM-dd</pattern>
<datetimeSkeleton>yMMdd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
</dateFormats>
<timeFormats>
<timeFormatLength type="full">
<timeFormat>
<pattern>h:mm:ss a zzzz</pattern>
<pattern>HH:mm:ss zzzz</pattern>
<datetimeSkeleton>ahmmsszzzz</datetimeSkeleton>
</timeFormat>
</timeFormatLength>
<timeFormatLength type="long">
<timeFormat>
<pattern>h:mm:ss a z</pattern>
<pattern>HH:mm:ss z</pattern>
<datetimeSkeleton>ahmmssz</datetimeSkeleton>
</timeFormat>
</timeFormatLength>
<timeFormatLength type="medium">
<timeFormat>
<pattern>h:mm:ss a</pattern>
<pattern>HH:mm:ss</pattern>
<datetimeSkeleton>ahmmss</datetimeSkeleton>
</timeFormat>
</timeFormatLength>
<timeFormatLength type="short">
<timeFormat>
<pattern>h:mm a</pattern>
<pattern>HH:mm</pattern>
<datetimeSkeleton>ahmm</datetimeSkeleton>
</timeFormat>
</timeFormatLength>
</timeFormats>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2021 Unicode, Inc.
<!-- Copyright © 1991-2022 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
SPDX-License-Identifier: Unicode-DFS-2016
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2021 Unicode, Inc.
<!-- Copyright © 1991-2022 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
SPDX-License-Identifier: Unicode-DFS-2016
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
@ -16,6 +16,34 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<territory type="009">ཨོཤི་ཡཱན་ན།</territory>
</territories>
</localeDisplayNames>
<dates>
<calendars>
<calendar type="gregorian">
<timeFormats>
<timeFormatLength type="full">
<timeFormat>
<pattern>h:mm:ss a zzzz</pattern>
</timeFormat>
</timeFormatLength>
<timeFormatLength type="long">
<timeFormat>
<pattern>h:mm:ss a z</pattern>
</timeFormat>
</timeFormatLength>
<timeFormatLength type="medium">
<timeFormat>
<pattern>h:mm:ss a</pattern>
</timeFormat>
</timeFormatLength>
<timeFormatLength type="short">
<timeFormat>
<pattern>h:mm a</pattern>
</timeFormat>
</timeFormatLength>
</timeFormats>
</calendar>
</calendars>
</dates>
<numbers>
<currencies>
<currency type="CNY">

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2021 Unicode, Inc.
<!-- Copyright © 1991-2022 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
SPDX-License-Identifier: Unicode-DFS-2016
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
@ -1261,21 +1261,25 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<dateFormatLength type="full">
<dateFormat>
<pattern>EEEE d MMMM y G</pattern>
<datetimeSkeleton>GyMMMMEEEEd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="long">
<dateFormat>
<pattern>d MMMM y G</pattern>
<datetimeSkeleton>GyMMMMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="medium">
<dateFormat>
<pattern>d MMM y G</pattern>
<datetimeSkeleton>GyMMMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="short">
<dateFormat>
<pattern>dd/MM/y GGGG</pattern>
<datetimeSkeleton>GGGGyMMdd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
</dateFormats>
@ -2140,21 +2144,25 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<dateFormatLength type="full">
<dateFormat>
<pattern>EEEE d MMMM r (U)</pattern>
<datetimeSkeleton>rMMMMEEEEd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="long">
<dateFormat>
<pattern>d MMMM r (U)</pattern>
<datetimeSkeleton>rMMMMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="medium">
<dateFormat>
<pattern>d MMM r</pattern>
<datetimeSkeleton>rMMMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="short">
<dateFormat>
<pattern>dd/MM/r</pattern>
<datetimeSkeleton>rMMdd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
</dateFormats>
@ -2350,21 +2358,25 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<dateFormatLength type="full">
<dateFormat>
<pattern>EEEE d MMMM y G</pattern>
<datetimeSkeleton>GyMMMMEEEEd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="long">
<dateFormat>
<pattern>d MMMM y G</pattern>
<datetimeSkeleton>GyMMMMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="medium">
<dateFormat>
<pattern>d MMM y G</pattern>
<datetimeSkeleton>GyMMMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="short">
<dateFormat>
<pattern>dd/MM/y GGGG</pattern>
<datetimeSkeleton>GGGGyMMdd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
</dateFormats>
@ -3219,21 +3231,25 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<dateFormatLength type="full">
<dateFormat>
<pattern>EEEE d MMMM r (U)</pattern>
<datetimeSkeleton>rMMMMEEEEd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="long">
<dateFormat>
<pattern>d MMMM r (U)</pattern>
<datetimeSkeleton>rMMMMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="medium">
<dateFormat>
<pattern>d MMM r</pattern>
<datetimeSkeleton>rMMMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="short">
<dateFormat>
<pattern>dd/MM/r</pattern>
<datetimeSkeleton>rMMdd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
</dateFormats>
@ -3457,21 +3473,25 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<dateFormatLength type="full">
<dateFormat>
<pattern>EEEE d MMMM y G</pattern>
<datetimeSkeleton>GyMMMMEEEEd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="long">
<dateFormat>
<pattern>d MMMM y G</pattern>
<datetimeSkeleton>GyMMMMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="medium">
<dateFormat>
<pattern>d MMM y G</pattern>
<datetimeSkeleton>GyMMMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="short">
<dateFormat>
<pattern>dd/MM/y GGGG</pattern>
<datetimeSkeleton>GGGGyMMdd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
</dateFormats>
@ -3606,21 +3626,25 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<dateFormatLength type="full">
<dateFormat>
<pattern>EEEE d MMMM y G</pattern>
<datetimeSkeleton>GyMMMMEEEEd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="long">
<dateFormat>
<pattern>d MMMM y G</pattern>
<datetimeSkeleton>GyMMMMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="medium">
<dateFormat>
<pattern>d MMM y G</pattern>
<datetimeSkeleton>GyMMMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="short">
<dateFormat>
<pattern>dd/MM/y GGGG</pattern>
<datetimeSkeleton>GGGGyMMdd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
</dateFormats>
@ -4088,21 +4112,25 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<dateFormatLength type="full">
<dateFormat>
<pattern>EEEE d MMMM y</pattern>
<datetimeSkeleton>yMMMMEEEEd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="long">
<dateFormat>
<pattern>d MMMM y</pattern>
<datetimeSkeleton>yMMMMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="medium">
<dateFormat>
<pattern>d MMM y</pattern>
<datetimeSkeleton>yMMMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="short">
<dateFormat>
<pattern>dd/MM/y</pattern>
<datetimeSkeleton>yMMdd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
</dateFormats>
@ -4110,21 +4138,25 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<timeFormatLength type="full">
<timeFormat>
<pattern>HH:mm:ss zzzz</pattern>
<datetimeSkeleton>HHmmsszzzz</datetimeSkeleton>
</timeFormat>
</timeFormatLength>
<timeFormatLength type="long">
<timeFormat>
<pattern>HH:mm:ss z</pattern>
<datetimeSkeleton>HHmmssz</datetimeSkeleton>
</timeFormat>
</timeFormatLength>
<timeFormatLength type="medium">
<timeFormat>
<pattern>HH:mm:ss</pattern>
<datetimeSkeleton>HHmmss</datetimeSkeleton>
</timeFormat>
</timeFormatLength>
<timeFormatLength type="short">
<timeFormat>
<pattern>HH:mm</pattern>
<datetimeSkeleton>HHmm</datetimeSkeleton>
</timeFormat>
</timeFormatLength>
</timeFormats>
@ -4386,21 +4418,25 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<dateFormatLength type="full">
<dateFormat>
<pattern>EEEE d MMMM y G</pattern>
<datetimeSkeleton>GyMMMMEEEEd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="long">
<dateFormat>
<pattern>d MMMM y G</pattern>
<datetimeSkeleton>GyMMMMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="medium">
<dateFormat>
<pattern>d MMM y G</pattern>
<datetimeSkeleton>GyMMMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="short">
<dateFormat>
<pattern>dd/MM/y GGGG</pattern>
<datetimeSkeleton>GGGGyMMdd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
</dateFormats>
@ -5560,21 +5596,25 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<dateFormatLength type="full">
<dateFormat>
<pattern>EEEE d MMMM y G</pattern>
<datetimeSkeleton>GyMMMMEEEEd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="long">
<dateFormat>
<pattern>d MMMM y G</pattern>
<datetimeSkeleton>GyMMMMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="medium">
<dateFormat>
<pattern>d MMM y G</pattern>
<datetimeSkeleton>GyMMMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="short">
<dateFormat>
<pattern>dd/MM/y GGGG</pattern>
<datetimeSkeleton>GGGGyMMdd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
</dateFormats>
@ -5744,21 +5784,25 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<dateFormatLength type="full">
<dateFormat>
<pattern>EEEE d MMMM y G</pattern>
<datetimeSkeleton>GyMMMMEEEEd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="long">
<dateFormat>
<pattern>d MMMM y G</pattern>
<datetimeSkeleton>GyMMMMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="medium">
<dateFormat>
<pattern>d MMM y G</pattern>
<datetimeSkeleton>GyMMMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="short">
<dateFormat>
<pattern>dd/MM/y GGGG</pattern>
<datetimeSkeleton>GGGGyMMdd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
</dateFormats>
@ -5907,21 +5951,25 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<dateFormatLength type="full">
<dateFormat>
<pattern>EEEE d MMMM y G</pattern>
<datetimeSkeleton>GyMMMMEEEEd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="long">
<dateFormat>
<pattern>d MMMM y G</pattern>
<datetimeSkeleton>GyMMMMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="medium">
<dateFormat>
<pattern>d MMM y G</pattern>
<datetimeSkeleton>GyMMMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="short">
<dateFormat>
<pattern>dd/MM/y GGGG</pattern>
<datetimeSkeleton>GGGGyMMdd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
</dateFormats>
@ -15875,8 +15923,8 @@ CLDR data files are interpreted according to the LDML specification (http://unic
</listPatterns>
<posix>
<messages>
<yesstr>y</yesstr>
<nostr>n</nostr>
<yesstr>ya:y</yesstr>
<nostr>ket:k</nostr>
</messages>
</posix>
<characterLabels>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2021 Unicode, Inc.
<!-- Copyright © 1991-2022 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
SPDX-License-Identifier: Unicode-DFS-2016
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

File diff suppressed because it is too large Load Diff

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2021 Unicode, Inc.
<!-- Copyright © 1991-2022 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
SPDX-License-Identifier: Unicode-DFS-2016
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

File diff suppressed because it is too large Load Diff

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2021 Unicode, Inc.
<!-- Copyright © 1991-2022 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
SPDX-License-Identifier: Unicode-DFS-2016
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
@ -1155,21 +1155,25 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<dateFormatLength type="full">
<dateFormat>
<pattern>EEEE, dd. MMMM y. G</pattern>
<datetimeSkeleton>GyMMMMEEEEdd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="long">
<dateFormat>
<pattern>dd. MMMM y. G</pattern>
<datetimeSkeleton>GyMMMMdd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="medium">
<dateFormat>
<pattern>dd.MM.y. G</pattern>
<datetimeSkeleton>GyMMdd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="short">
<dateFormat>
<pattern>d.M.y. GGGGG</pattern>
<datetimeSkeleton>GGGGGyMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
</dateFormats>
@ -1549,21 +1553,25 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<dateFormatLength type="full">
<dateFormat>
<pattern>EEEE, dd. MMMM y.</pattern>
<datetimeSkeleton>yMMMMEEEEdd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="long">
<dateFormat>
<pattern>dd. MMMM y.</pattern>
<datetimeSkeleton>yMMMMdd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="medium">
<dateFormat>
<pattern>dd.MM.y.</pattern>
<datetimeSkeleton>yMMdd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="short">
<dateFormat>
<pattern>d.M.yy.</pattern>
<datetimeSkeleton>yyMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
</dateFormats>
@ -1571,21 +1579,25 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<timeFormatLength type="full">
<timeFormat>
<pattern>HH:mm:ss zzzz</pattern>
<datetimeSkeleton>HHmmsszzzz</datetimeSkeleton>
</timeFormat>
</timeFormatLength>
<timeFormatLength type="long">
<timeFormat>
<pattern>HH:mm:ss z</pattern>
<datetimeSkeleton>HHmmssz</datetimeSkeleton>
</timeFormat>
</timeFormatLength>
<timeFormatLength type="medium">
<timeFormat>
<pattern>HH:mm:ss</pattern>
<datetimeSkeleton>HHmmss</datetimeSkeleton>
</timeFormat>
</timeFormatLength>
<timeFormatLength type="short">
<timeFormat>
<pattern>HH:mm</pattern>
<datetimeSkeleton>HHmm</datetimeSkeleton>
</timeFormat>
</timeFormatLength>
</timeFormats>
@ -1845,21 +1857,25 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<dateFormatLength type="full">
<dateFormat>
<pattern>EEEE, dd. MMMM y. G</pattern>
<datetimeSkeleton>GyMMMMEEEEdd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="long">
<dateFormat>
<pattern>dd. MMMM y. G</pattern>
<datetimeSkeleton>GyMMMMdd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="medium">
<dateFormat>
<pattern>dd.MM.y. G</pattern>
<datetimeSkeleton>GyMMdd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="short">
<dateFormat>
<pattern>dd.MM.y. G</pattern>
<datetimeSkeleton>GyMMdd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
</dateFormats>
@ -2136,21 +2152,25 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<dateFormatLength type="full">
<dateFormat>
<pattern>EEEE, MMMM d, y G</pattern>
<datetimeSkeleton>GyMMMMEEEEd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="long">
<dateFormat>
<pattern>MMMM d, y G</pattern>
<datetimeSkeleton>GyMMMMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="medium">
<dateFormat>
<pattern>MMM d, y G</pattern>
<datetimeSkeleton>GyMMMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="short">
<dateFormat>
<pattern>M/d/yy G</pattern>
<datetimeSkeleton>GyyMd</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
</dateFormats>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2021 Unicode, Inc.
<!-- Copyright © 1991-2022 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
SPDX-License-Identifier: Unicode-DFS-2016
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2021 Unicode, Inc.
<!-- Copyright © 1991-2022 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
SPDX-License-Identifier: Unicode-DFS-2016
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2021 Unicode, Inc.
<!-- Copyright © 1991-2022 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
SPDX-License-Identifier: Unicode-DFS-2016
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>

Some files were not shown because too many files have changed in this diff Show More