8202537: CLDR33

Upgraded CLDR data to V33.

Reviewed-by: naoto
This commit is contained in:
Rachna Goel 2018-06-15 11:58:34 +05:30
parent 0c633885f1
commit 65a85be9c7
773 changed files with 263727 additions and 53437 deletions

View File

@ -23,7 +23,7 @@
# questions.
#
CLDRVERSION := 29.0.0
CLDRVERSION := 33
CLDRSRCDIR := $(TOPDIR)/src/jdk.localedata/share/classes/sun/util/cldr/resources/common
GENSRC_BASEDIR := $(SUPPORT_OUTPUTDIR)/gensrc/java.base

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2012, 2017, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2012, 2018, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -62,6 +62,9 @@ class NumberingSystemsParseHandler extends AbstractLDMLHandler<String> {
if (Character.isSurrogate(digits.charAt(0))) {
// DecimalFormatSymbols doesn't support supplementary characters as digit zero.
// Replace supplementary digits with latin digits. This is a restriction till JDK-8204092 is resolved.
digits = "0123456789";
put(script, digits);
break numberingSystem;
}
// in case digits are in the reversed order, reverse back the order.

View File

@ -178,13 +178,27 @@ public class CLDRTimeZoneNameProviderImpl extends TimeZoneNameProviderImpl {
// last resort
String id = names[INDEX_TZID].toUpperCase(Locale.ROOT);
if (!id.startsWith("ETC/GMT") &&
!id.startsWith("GMT") &&
!id.startsWith("UT")) {
if (!id.startsWith("UT")) {
names[index] = toGMTFormat(names[INDEX_TZID],
index == INDEX_DST_LONG || index == INDEX_DST_SHORT,
index % 2 != 0,
locale);
// aliases of "GMT" timezone.
if ((exists(names, INDEX_STD_LONG)) && (id.startsWith("Etc/")
|| id.startsWith("GMT") || id.startsWith("Greenwich"))) {
switch (id) {
case "Etc/GMT":
case "Etc/GMT-0":
case "Etc/GMT+0":
case "Etc/GMT0":
case "GMT+0":
case "GMT-0":
case "GMT0":
case "Greenwich":
names[INDEX_DST_LONG] = names[INDEX_GEN_LONG] = names[INDEX_STD_LONG];
break;
}
}
}
}

View File

@ -522,6 +522,9 @@ public final class TimeZoneNames extends TimeZoneNamesBundle {
{"America/Porto_Acre", ACT},
{"America/Porto_Velho", AMT},
{"America/Puerto_Rico", AST},
{"America/Punta_Arenas", new String[] {"Punta Arenas Standard Time", "GMT-03:00",
"Punta Arenas Standard Time", "GMT-03:00",
"Punta Arenas Time", "GMT-03:00"}},
{"America/Rainy_River", CST},
{"America/Rankin_Inlet", CST},
{"America/Recife", BRT},
@ -630,6 +633,7 @@ public final class TimeZoneNames extends TimeZoneNamesBundle {
{"Asia/Dushanbe", new String[] {"Tajikistan Time", "TJT",
"Tajikistan Summer Time", "TJST",
"Tajikistan Time", "TJT"}},
{"Asia/Famagusta", EET},
{"Asia/Gaza", EET},
{"Asia/Harbin", CTT},
{"Asia/Hebron", EET},
@ -801,6 +805,9 @@ public final class TimeZoneNames extends TimeZoneNamesBundle {
{"Etc/Zulu", UTC},
{"Europe/Amsterdam", CET},
{"Europe/Andorra", CET},
{"Europe/Astrakhan", new String[] {"Astrakhan Standard Time", "GMT+04:00",
"Astrakhan Standard Time", "GMT+04:00",
"Astrakhan Time", "GMT+04:00"}},
{"Europe/Athens", EET},
{"Europe/Belfast", GMTBST},
{"Europe/Belgrade", CET},
@ -841,6 +848,9 @@ public final class TimeZoneNames extends TimeZoneNamesBundle {
"Samara Time", "SAMT"}},
{"Europe/San_Marino", CET},
{"Europe/Sarajevo", CET},
{"Europe/Saratov", new String[] {"Saratov Standard Time", "GMT+04:00",
"Saratov Standard Time", "GMT+04:00",
"Saratov Time", "GMT+04:00"}},
{"Europe/Simferopol", MSK},
{"Europe/Skopje", CET},
{"Europe/Sofia", EET},
@ -848,6 +858,9 @@ public final class TimeZoneNames extends TimeZoneNamesBundle {
{"Europe/Tallinn", EET},
{"Europe/Tirane", CET},
{"Europe/Tiraspol", EET},
{"Europe/Ulyanovsk", new String[] {"Ulyanovsk Standard Time", "GMT+04:00",
"Ulyanovsk Standard Time", "GMT+04:00",
"Ulyanovsk Time", "GMT+04:00"}},
{"Europe/Uzhgorod", EET},
{"Europe/Vaduz", CET},
{"Europe/Vatican", CET},

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldmlBCP47 SYSTEM "../../common/dtd/ldmlBCP47.dtd">
<!--
Copyright © 1991-2013 Unicode, Inc.
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: 12146 $"/>
<version number="$Revision: 13421 $"/>
<keyword>
<key name="tz" description="Time zone key" alias="timezone">
<type name="adalv" description="Andorra" alias="Europe/Andorra"/>
@ -131,6 +131,7 @@ For terms of use, see http://www.unicode.org/copyright.html
<type name="ciabj" description="Abidjan, Côte d'Ivoire" alias="Africa/Abidjan"/>
<type name="ckrar" description="Rarotonga, Cook Islands" alias="Pacific/Rarotonga"/>
<type name="clipc" description="Easter Island, Chile" alias="Pacific/Easter Chile/EasterIsland"/>
<type name="clpuq" description="Punta Arenas, Chile" alias="America/Punta_Arenas" since="31"/>
<type name="clscl" description="Santiago, Chile" alias="America/Santiago Chile/Continental"/>
<type name="cmdla" description="Douala, Cameroon" alias="Africa/Douala"/>
<type name="cnckg" description="Chongqing, China" deprecated="true" preferred="cnsha"/>
@ -144,6 +145,7 @@ For terms of use, see http://www.unicode.org/copyright.html
<type name="cuhav" description="Havana, Cuba" alias="America/Havana Cuba"/>
<type name="cvrai" description="Cape Verde" alias="Atlantic/Cape_Verde"/>
<type name="cxxch" description="Christmas Island" alias="Indian/Christmas"/>
<type name="cyfmg" description="Famagusta, Cyprus" alias="Asia/Famagusta" since="31"/>
<type name="cynic" description="Nicosia, Cyprus" alias="Asia/Nicosia Europe/Nicosia"/>
<type name="czprg" description="Prague, Czech Republic" alias="Europe/Prague"/>
<type name="deber" description="Berlin, Germany" alias="Europe/Berlin"/>
@ -187,6 +189,7 @@ For terms of use, see http://www.unicode.org/copyright.html
<type name="globy" description="Ittoqqortoormiit (Scoresbysund), Greenland" alias="America/Scoresbysund"/>
<type name="glthu" description="Qaanaaq (Thule), Greenland" alias="America/Thule"/>
<type name="gmbjl" description="Banjul, Gambia" alias="Africa/Banjul"/>
<type name="gmt" description="Greenwich Mean Time" alias="Etc/GMT Etc/GMT+0 Etc/GMT-0 Etc/GMT0 Etc/Greenwich GMT GMT+0 GMT-0 GMT0 Greenwich"/>
<type name="gncky" description="Conakry, Guinea" alias="Africa/Conakry"/>
<type name="gpbbr" description="Guadeloupe" alias="America/Guadeloupe"/>
<type name="gpmsb" description="Marigot, Saint Martin" alias="America/Marigot"/>
@ -236,6 +239,7 @@ For terms of use, see http://www.unicode.org/copyright.html
<type name="kzaau" description="Aqtau, Kazakhstan" alias="Asia/Aqtau"/>
<type name="kzakx" description="Aqtobe, Kazakhstan" alias="Asia/Aqtobe"/>
<type name="kzala" description="Almaty, Kazakhstan" alias="Asia/Almaty"/>
<type name="kzguw" description="Atyrau (Guryev), Kazakhstan" alias="Asia/Atyrau" since="31"/>
<type name="kzkzo" description="Kyzylorda, Kazakhstan" alias="Asia/Qyzylorda"/>
<type name="kzura" description="Oral, Kazakhstan" alias="Asia/Oral"/>
<type name="lavte" description="Vientiane, Laos" alias="Asia/Vientiane"/>
@ -258,7 +262,7 @@ For terms of use, see http://www.unicode.org/copyright.html
<type name="mhmaj" description="Majuro, Marshall Islands" alias="Pacific/Majuro"/>
<type name="mkskp" description="Skopje, Macedonia" alias="Europe/Skopje"/>
<type name="mlbko" description="Bamako, Mali" alias="Africa/Bamako Africa/Timbuktu"/>
<type name="mmrgn" description="Yangon (Rangoon), Burma" alias="Asia/Rangoon"/>
<type name="mmrgn" description="Yangon (Rangoon), Burma" alias="Asia/Rangoon Asia/Yangon"/>
<type name="mncoq" description="Choibalsan, Mongolia" alias="Asia/Choibalsan"/>
<type name="mnhvd" description="Khovd (Hovd), Mongolia" alias="Asia/Hovd"/>
<type name="mnuln" description="Ulaanbaatar (Ulan Bator), Mongolia" alias="Asia/Ulaanbaatar Asia/Ulan_Bator"/>
@ -324,6 +328,8 @@ For terms of use, see http://www.unicode.org/copyright.html
<type name="rereu" description="Réunion" alias="Indian/Reunion"/>
<type name="robuh" description="Bucharest, Romania" alias="Europe/Bucharest"/>
<type name="rsbeg" description="Belgrade, Serbia" alias="Europe/Belgrade"/>
<type name="ruasf" description="Astrakhan, Russia" alias="Europe/Astrakhan" since="30"/>
<type name="rubax" description="Barnaul, Russia" alias="Asia/Barnaul" since="30"/>
<type name="ruchita" description="Chita Zabaykalsky, Russia" alias="Asia/Chita" since="26"/>
<type name="rudyr" description="Anadyr, Russia" alias="Asia/Anadyr"/>
<type name="rugdx" description="Magadan, Russia" alias="Asia/Magadan"/>
@ -332,12 +338,16 @@ For terms of use, see http://www.unicode.org/copyright.html
<type name="rukhndg" description="Khandyga Tomponsky, Russia" alias="Asia/Khandyga" since="23"/>
<type name="rukra" description="Krasnoyarsk, Russia" alias="Asia/Krasnoyarsk"/>
<type name="rukuf" description="Samara, Russia" alias="Europe/Samara"/>
<type name="rukvx" description="Kirov, Russia" alias="Europe/Kirov" since="30"/>
<type name="rumow" description="Moscow, Russia" alias="Europe/Moscow W-SU"/>
<type name="runoz" description="Novokuznetsk, Russia" alias="Asia/Novokuznetsk"/>
<type name="ruoms" description="Omsk, Russia" alias="Asia/Omsk"/>
<type name="ruovb" description="Novosibirsk, Russia" alias="Asia/Novosibirsk"/>
<type name="rupkc" description="Kamchatka Peninsula, Russia" alias="Asia/Kamchatka"/>
<type name="rurtw" description="Saratov, Russia" alias="Europe/Saratov" since="31"/>
<type name="rusred" description="Srednekolymsk, Russia" alias="Asia/Srednekolymsk" since="26"/>
<type name="rutof" description="Tomsk, Russia" alias="Asia/Tomsk" since="30"/>
<type name="ruuly" description="Ulyanovsk, Russia" alias="Europe/Ulyanovsk" since="30"/>
<type name="ruunera" description="Ust-Nera Oymyakonsky, Russia" alias="Asia/Ust-Nera" since="23"/>
<type name="ruuus" description="Sakhalin, Russia" alias="Asia/Sakhalin"/>
<type name="ruvog" description="Volgograd, Russia" alias="Europe/Volgograd"/>
@ -421,7 +431,7 @@ For terms of use, see http://www.unicode.org/copyright.html
<type name="uswsq" description="Petersburg (Indiana), United States" alias="America/Indiana/Petersburg"/>
<type name="usxul" description="Beulah (North Dakota), United States" alias="America/North_Dakota/Beulah" since="1.9.1"/>
<type name="usyak" description="Yakutat (Alaska), United States" alias="America/Yakutat"/>
<type name="utc" description="UTC (Coordinated Universal Time)" alias="Etc/GMT Etc/GMT+0 Etc/GMT-0 Etc/GMT0 Etc/Greenwich Etc/UCT Etc/UTC Etc/Universal Etc/Zulu GMT GMT+0 GMT-0 GMT0 Greenwich UCT UTC Universal Zulu"/>
<type name="utc" description="UTC (Coordinated Universal Time)" alias="Etc/UTC Etc/UCT Etc/Universal Etc/Zulu UCT UTC Universal Zulu"/>
<type name="utce01" description="1 hour ahead of UTC" alias="Etc/GMT-1"/>
<type name="utce02" description="2 hours ahead of UTC" alias="Etc/GMT-2"/>
<type name="utce03" description="3 hours ahead of UTC" alias="Etc/GMT-3"/>

View File

@ -1,15 +1,15 @@
<!--
Copyright © 2003-2015 Unicode, Inc. and others. All rights reserved. Distributed under the Terms of Use in http://www.unicode.org/copyright.html.
Copyright © 2003-2017 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: 12436 $
$Revision: 13905 $
-->
<!ELEMENT ldml ( identity, ( alias | ( fallback*, localeDisplayNames?, layout?, contextTransforms?, characters?, delimiters?, measurement?, dates?, numbers?, units?, listPatterns?, collations?, posix?, segmentations?, rbnf?, annotations?, metadata?, references?, special* ) ) ) >
<!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* ) ) ) >
<!ATTLIST ldml version CDATA #IMPLIED >
<!--@METADATA-->
<!--@DEPRECATED-->
@ -42,8 +42,8 @@ $Revision: 12436 $
<!ELEMENT version EMPTY >
<!ATTLIST version number CDATA #REQUIRED >
<!--@METADATA-->
<!ATTLIST version cldrVersion CDATA #FIXED "29" >
<!--@METADATA-->
<!ATTLIST version cldrVersion CDATA #FIXED "33" >
<!--@VALUE-->
<!ATTLIST version draft (approved | contributed | provisional | unconfirmed | true | false) #IMPLIED >
<!--@METADATA-->
<!--@DEPRECATED-->
@ -264,19 +264,26 @@ $Revision: 12436 $
<!--@METADATA-->
<!ELEMENT transformNames ( alias | ( transformName | special )* ) >
<!--@DEPRECATED-->
<!ATTLIST transformNames draft (approved | contributed | provisional | unconfirmed) #IMPLIED >
<!--@METADATA-->
<!--@DEPRECATED-->
<!ATTLIST transformNames references CDATA #IMPLIED >
<!--@METADATA-->
<!--@DEPRECATED-->
<!ELEMENT transformName ( #PCDATA ) >
<!--@DEPRECATED-->
<!ATTLIST transformName type NMTOKEN #REQUIRED >
<!--@DEPRECATED-->
<!ATTLIST transformName alt NMTOKENS #IMPLIED >
<!--@DEPRECATED-->
<!ATTLIST transformName draft (approved | contributed | provisional | unconfirmed) #IMPLIED >
<!--@METADATA-->
<!--@DEPRECATED-->
<!ATTLIST transformName references CDATA #IMPLIED >
<!--@METADATA-->
<!--@DEPRECATED-->
<!-- # Either 1 alias OR any specials, any order, zero or more measurementSystemName -->
@ -408,13 +415,13 @@ $Revision: 12436 $
<!-- ######################################################### -->
<!ELEMENT characters ( alias | ( exemplarCharacters*, ellipsis*, moreInformation*, stopwords*, indexLabels*, mapping*, special* ) ) >
<!ELEMENT characters ( alias | ( exemplarCharacters*, ellipsis*, moreInformation*, stopwords*, indexLabels*, mapping*, parseLenients*, special* ) ) >
<!ATTLIST characters draft (approved | contributed | provisional | unconfirmed | true | false) #IMPLIED >
<!--@METADATA-->
<!--@DEPRECATED-->
<!ELEMENT exemplarCharacters ( #PCDATA | cp )* >
<!ATTLIST exemplarCharacters type (auxiliary | standard | punctuation | currencySymbol | index) #IMPLIED >
<!ATTLIST exemplarCharacters type (auxiliary | standard | punctuation | currencySymbol | index | numbers) #IMPLIED >
<!--@DEPRECATED:currencySymbol-->
<!ATTLIST exemplarCharacters alt NMTOKENS #IMPLIED >
<!ATTLIST exemplarCharacters draft (approved | contributed | provisional | unconfirmed | true | false) #IMPLIED >
@ -567,6 +574,16 @@ $Revision: 12436 $
<!--@VALUE-->
<!--@DEPRECATED-->
<!ELEMENT parseLenients ( alias | ( parseLenient*, special* ) ) >
<!ATTLIST parseLenients scope (general | number | date) #REQUIRED >
<!ATTLIST parseLenients level (lenient | stricter) #REQUIRED >
<!ELEMENT parseLenient ( #PCDATA ) >
<!ATTLIST parseLenient sample CDATA #REQUIRED >
<!ATTLIST parseLenient alt NMTOKENS #IMPLIED >
<!ATTLIST parseLenient draft (approved | contributed | provisional | unconfirmed) #IMPLIED >
<!--@METADATA-->
<!-- ######################################################### -->
<!ELEMENT delimiters ( alias | ( quotationStart*, quotationEnd*, alternateQuotationStart*, alternateQuotationEnd*, special* ) ) >
@ -1411,6 +1428,7 @@ $Revision: 12436 $
<!ELEMENT dateFormatItem ( #PCDATA ) >
<!ATTLIST dateFormatItem id CDATA #REQUIRED >
<!ATTLIST dateFormatItem count (zero | one | two | few | many | other) #IMPLIED >
<!ATTLIST dateFormatItem alt NMTOKENS #IMPLIED >
<!ATTLIST dateFormatItem draft (approved | contributed | provisional | unconfirmed | true | false) #IMPLIED >
<!--@METADATA-->
@ -1496,8 +1514,8 @@ $Revision: 12436 $
<!--@VALUE-->
<!--@DEPRECATED-->
<!ELEMENT field ( alias | ( displayName*, relative*, relativeTime*, special* ) ) >
<!ATTLIST field type (era | year | year-short | year-narrow | quarter | quarter-short | quarter-narrow | month | month-short | month-narrow | week | week-short | week-narrow | day | day-short | day-narrow | weekday | sun | sun-short | sun-narrow | mon | mon-short | mon-narrow | tue | tue-short | tue-narrow | wed | wed-short | wed-narrow | thu | thu-short | thu-narrow | fri | fri-short | fri-narrow | sat | sat-short | sat-narrow | dayperiod | hour | hour-short | hour-narrow | minute | minute-short | minute-narrow | second | second-short | second-narrow | zone) #IMPLIED >
<!ELEMENT field ( alias | ( displayName*, relative*, relativeTime*, relativePeriod*, special* ) ) >
<!ATTLIST field type (era | era-short | era-narrow | year | year-short | year-narrow | quarter | quarter-short | quarter-narrow | month | month-short | month-narrow | week | week-short | week-narrow | weekOfMonth | weekOfMonth-short | weekOfMonth-narrow | day | day-short | day-narrow | dayOfYear | dayOfYear-short | dayOfYear-narrow | weekday | weekday-short | weekday-narrow | weekdayOfMonth | weekdayOfMonth-short | weekdayOfMonth-narrow | sun | sun-short | sun-narrow | mon | mon-short | mon-narrow | tue | tue-short | tue-narrow | wed | wed-short | wed-narrow | thu | thu-short | thu-narrow | fri | fri-short | fri-narrow | sat | sat-short | sat-narrow | dayperiod | dayperiod-short | dayperiod-narrow | hour | hour-short | hour-narrow | minute | minute-short | minute-narrow | second | second-short | second-narrow | zone | zone-short | zone-narrow) #IMPLIED >
<!ATTLIST field alt NMTOKENS #IMPLIED >
<!ATTLIST field draft (approved | contributed | provisional | unconfirmed | true | false) #IMPLIED >
<!--@METADATA-->
@ -1546,6 +1564,11 @@ $Revision: 12436 $
<!--@VALUE-->
<!--@DEPRECATED-->
<!ELEMENT relativePeriod ( #PCDATA ) >
<!ATTLIST relativePeriod alt NMTOKENS #IMPLIED >
<!ATTLIST relativePeriod draft (approved | contributed | provisional | unconfirmed) #IMPLIED >
<!--@METADATA-->
<!ELEMENT timeZoneNames ( alias | ( hourFormat*, hoursFormat*, gmtFormat*, gmtZeroFormat*, regionFormat*, fallbackFormat*, fallbackRegionFormat*, abbreviationFallback*, preferenceOrdering*, singleCountries*, default*, zone*, metazone*, special* ) ) >
<!ATTLIST timeZoneNames draft (approved | contributed | provisional | unconfirmed | true | false) #IMPLIED >
<!--@METADATA-->
@ -1770,7 +1793,7 @@ $Revision: 12436 $
<!-- ######################################################### -->
<!ELEMENT numbers ( alias | ( defaultNumberingSystem*, otherNumberingSystems*, minimumGroupingDigits*, symbols*, decimalFormats*, scientificFormats*, percentFormats*, currencyFormats*, currencies?, miscPatterns*, special* ) ) >
<!ELEMENT numbers ( alias | ( defaultNumberingSystem*, otherNumberingSystems*, minimumGroupingDigits*, symbols*, decimalFormats*, scientificFormats*, percentFormats*, currencyFormats*, currencies?, miscPatterns*, minimalPairs*, special* ) ) >
<!ATTLIST numbers alt NMTOKENS #IMPLIED >
<!ATTLIST numbers draft (approved | contributed | provisional | unconfirmed | true | false) #IMPLIED >
<!--@METADATA-->
@ -1982,15 +2005,12 @@ $Revision: 12436 $
<!--@DEPRECATED-->
<!ELEMENT currencyGroup ( #PCDATA ) >
<!--@DEPRECATED-->
<!ATTLIST currencyGroup alt NMTOKENS #IMPLIED >
<!--@DEPRECATED-->
<!ATTLIST currencyGroup draft (approved | contributed | provisional | unconfirmed | true | false) #IMPLIED >
<!--@METADATA-->
<!--@DEPRECATED-->
<!--@DEPRECATED:true, false-->
<!ATTLIST currencyGroup references CDATA #IMPLIED >
<!--@METADATA-->
<!--@DEPRECATED-->
<!ATTLIST currencyGroup numberSystem CDATA #IMPLIED >
<!--@DEPRECATED-->
@ -2238,6 +2258,24 @@ $Revision: 12436 $
<!--@DEPRECATED-->
<!ATTLIST miscPatterns numberSystem CDATA #IMPLIED >
<!ELEMENT minimalPairs ( alias | ( pluralMinimalPairs*, ordinalMinimalPairs*, special* ) ) >
<!ATTLIST minimalPairs alt NMTOKENS #IMPLIED >
<!ATTLIST minimalPairs draft (approved | contributed | provisional | unconfirmed) #IMPLIED >
<!--@METADATA-->
<!--@DEPRECATED-->
<!ELEMENT pluralMinimalPairs ( #PCDATA ) >
<!ATTLIST pluralMinimalPairs count NMTOKEN #IMPLIED >
<!ATTLIST pluralMinimalPairs alt NMTOKENS #IMPLIED >
<!ATTLIST pluralMinimalPairs draft (approved | contributed | provisional | unconfirmed) #IMPLIED >
<!--@METADATA-->
<!ELEMENT ordinalMinimalPairs ( #PCDATA ) >
<!ATTLIST ordinalMinimalPairs ordinal NMTOKEN #IMPLIED >
<!ATTLIST ordinalMinimalPairs alt NMTOKENS #IMPLIED >
<!ATTLIST ordinalMinimalPairs draft (approved | contributed | provisional | unconfirmed) #IMPLIED >
<!--@METADATA-->
<!-- ######################################################### -->
<!ELEMENT units ( alias | ( unit*, unitLength*, durationUnit*, special* ) ) >
@ -2375,8 +2413,9 @@ $Revision: 12436 $
<!ATTLIST collations version NMTOKEN #IMPLIED >
<!--@METADATA-->
<!ATTLIST collations draft (approved | contributed | provisional | unconfirmed | true | false) #IMPLIED >
<!--@METADATA-->
<!-- should be DEPRECATED, but needs some cleanup first -->
<!--@METADATA-->
<!--@DEPRECATED-->
<!ATTLIST collations validSubLocales CDATA #IMPLIED >
<!--@VALUE-->
<!--@DEPRECATED-->
@ -2388,9 +2427,9 @@ $Revision: 12436 $
<!ELEMENT collation ( alias | ( base?, import*, settings?, suppress_contractions?, optimize?, ( cr* | rules? ), special* ) ) >
<!ATTLIST collation type NMTOKEN "standard" >
<!ATTLIST collation visibility (internal | external) "external" >
<!ATTLIST collation visibility (internal | external) #IMPLIED >
<!--@VALUE-->
<!--@DEPRECATED:internal-->
<!--@DEPRECATED-->
<!ATTLIST collation alt NMTOKENS #IMPLIED >
<!ATTLIST collation draft (approved | contributed | provisional | unconfirmed | true | false) #IMPLIED >
<!--@METADATA-->
@ -2646,6 +2685,22 @@ $Revision: 12436 $
<!--@METADATA-->
<!--@DEPRECATED-->
<!ELEMENT characterLabels ( alias | ( characterLabelPattern*, characterLabel*, special* ) ) >
<!ELEMENT characterLabelPattern ( #PCDATA ) >
<!ATTLIST characterLabelPattern type NMTOKEN #REQUIRED >
<!ATTLIST characterLabelPattern count (0 | 1 | zero | one | two | few | many | other) #IMPLIED >
<!-- count only used for certain patterns" -->
<!ATTLIST characterLabelPattern alt NMTOKENS #IMPLIED >
<!ATTLIST characterLabelPattern draft (approved | contributed | provisional | unconfirmed) #IMPLIED >
<!--@METADATA-->
<!ELEMENT characterLabel ( #PCDATA ) >
<!ATTLIST characterLabel type NMTOKEN #REQUIRED >
<!ATTLIST characterLabel alt NMTOKENS #IMPLIED >
<!ATTLIST characterLabel draft (approved | contributed | provisional | unconfirmed) #IMPLIED >
<!--@METADATA-->
<!ELEMENT segmentations ( alias | ( segmentation*, special* ) ) >
<!ATTLIST segmentations alt NMTOKENS #IMPLIED >
<!ATTLIST segmentations draft (approved | contributed | provisional | unconfirmed | true | false) #IMPLIED >
@ -2747,12 +2802,35 @@ $Revision: 12436 $
<!--@METADATA-->
<!--@DEPRECATED:true, false-->
<!ELEMENT typographicNames ( alias | ( axisName*, styleName*, featureName*, special* ) ) >
<!ELEMENT axisName ( #PCDATA ) >
<!ATTLIST axisName type (ital | opsz | slnt | wdth | wght) #REQUIRED >
<!ATTLIST axisName alt NMTOKENS #IMPLIED >
<!ATTLIST axisName draft (approved | contributed | provisional | unconfirmed) #IMPLIED >
<!--@METADATA-->
<!ELEMENT styleName ( #PCDATA ) >
<!ATTLIST styleName type (ital | opsz | slnt | wdth | wght) #REQUIRED >
<!ATTLIST styleName subtype NMTOKEN #REQUIRED >
<!ATTLIST styleName alt NMTOKENS #IMPLIED >
<!ATTLIST styleName draft (approved | contributed | provisional | unconfirmed) #IMPLIED >
<!--@METADATA-->
<!ELEMENT featureName ( #PCDATA ) >
<!ATTLIST featureName type (afrc | cpsp | dlig | frac | lnum | onum | ordn | pnum | smcp | tnum | zero) #REQUIRED >
<!ATTLIST featureName alt NMTOKENS #IMPLIED >
<!ATTLIST featureName draft (approved | contributed | provisional | unconfirmed) #IMPLIED >
<!--@METADATA-->
<!ELEMENT annotations ( alias | ( annotation*, special* ) ) >
<!ELEMENT annotation ( #PCDATA ) >
<!ATTLIST annotation cp CDATA #REQUIRED >
<!ATTLIST annotation tts CDATA #IMPLIED >
<!--@VALUE-->
<!--@DEPRECATED-->
<!ATTLIST annotation type (tts) #IMPLIED >
<!ATTLIST annotation alt NMTOKENS #IMPLIED >
<!ATTLIST annotation draft (approved | contributed | provisional | unconfirmed) #IMPLIED >
<!--@METADATA-->

View File

@ -1,12 +1,12 @@
<!--
Copyright © 2003-2015 Unicode, Inc. and others. All rights reserved. Distributed under the Terms of Use in http://www.unicode.org/copyright.html.
Copyright © 2003-2017 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: 12433 $
$Revision: 13784 $
-->
<!ELEMENT ldmlBCP47 ( version, generation?, cldrVersion?, keyword*, attribute* ) >
@ -15,7 +15,7 @@ $Revision: 12433 $
<!--@METADATA-->
<!ATTLIST version number CDATA #REQUIRED >
<!--@METADATA-->
<!ATTLIST version cldrVersion CDATA #FIXED "29" >
<!ATTLIST version cldrVersion CDATA #FIXED "33" >
<!--@VALUE-->
<!ELEMENT generation EMPTY >
@ -39,7 +39,7 @@ $Revision: 12433 $
<!ATTLIST key description CDATA #IMPLIED >
<!--@VALUE-->
<!ATTLIST key deprecated (true | false) "false" >
<!--@METADATA-->
<!--@VALUE-->
<!ATTLIST key preferred NMTOKEN #IMPLIED >
<!--@VALUE-->
<!ATTLIST key alias NMTOKEN #IMPLIED >
@ -51,10 +51,10 @@ $Revision: 12433 $
<!ELEMENT type EMPTY >
<!ATTLIST type name NMTOKEN #REQUIRED >
<!ATTLIST type description CDATA #IMPLIED >
<!ATTLIST type description CDATA #REQUIRED >
<!--@VALUE-->
<!ATTLIST type deprecated (true | false) "false" >
<!--@METADATA-->
<!--@VALUE-->
<!ATTLIST type preferred NMTOKEN #IMPLIED >
<!--@VALUE-->
<!ATTLIST type alias CDATA #IMPLIED >
@ -64,10 +64,10 @@ $Revision: 12433 $
<!ELEMENT attribute EMPTY >
<!ATTLIST attribute name NMTOKEN #REQUIRED >
<!ATTLIST attribute description CDATA #IMPLIED >
<!ATTLIST attribute description CDATA #REQUIRED >
<!--@VALUE-->
<!ATTLIST attribute deprecated (true | false) "false" >
<!--@METADATA-->
<!--@VALUE-->
<!ATTLIST attribute preferred NMTOKEN #IMPLIED >
<!--@VALUE-->
<!ATTLIST attribute since CDATA #IMPLIED >

View File

@ -1,5 +1,5 @@
<!--
Copyright © 2003-2015 Unicode, Inc. and others. All rights reserved. Distributed under the Terms of Use in http://www.unicode.org/copyright.html.
Copyright © 2003-2017 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.
@ -7,18 +7,18 @@ THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
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: 12436 $
$Revision: 13905 $
-->
<!ELEMENT supplementalData ( version, generation?, cldrVersion?, currencyData?, territoryContainment?, subdivisionContainment?, languageData?, territoryInfo?, postalCodeData?, calendarData?, calendarPreferenceData?, weekData?, timeData?, measurementData?, unitPreferenceData?, timezoneData?, characters?, transforms?, metadata?, codeMappings?, parentLocales?, likelySubtags?, metazoneInfo?, plurals?, telephoneCodeData?, numberingSystems?, bcp47KeywordMappings?, gender?, references?, languageMatching?, dayPeriodRuleSet*, metaZones?, primaryZones?, windowsZones?, coverageLevels?, idValidity?, rgScope? ) >
<!ELEMENT supplementalData ( version, generation?, cldrVersion?, currencyData?, territoryContainment?, subdivisionContainment?, languageData?, territoryInfo?, postalCodeData?, calendarData?, calendarPreferenceData?, weekData?, timeData?, measurementData?, unitPreferenceData?, timezoneData?, characters?, transforms?, metadata?, codeMappings?, parentLocales?, likelySubtags?, metazoneInfo?, plurals?, telephoneCodeData?, numberingSystems?, bcp47KeywordMappings?, gender?, references?, languageMatching?, dayPeriodRuleSet*, metaZones?, primaryZones?, windowsZones?, coverageLevels?, idValidity?, rgScope?, languageGroups? ) >
<!ELEMENT version EMPTY >
<!--@METADATA-->
<!ATTLIST version number CDATA #REQUIRED >
<!--@METADATA-->
<!ATTLIST version cldrVersion CDATA #FIXED "29" >
<!ATTLIST version cldrVersion CDATA #FIXED "33" >
<!--@VALUE-->
<!ATTLIST version unicodeVersion CDATA #FIXED "8.0.0" >
<!ATTLIST version unicodeVersion CDATA #FIXED "10.0.0" >
<!--@VALUE-->
<!ELEMENT generation EMPTY >
@ -114,6 +114,7 @@ Except as contained in this notice, the name of a copyright holder shall not be
<!ELEMENT subgroup EMPTY >
<!ATTLIST subgroup type NMTOKEN #REQUIRED >
<!ATTLIST subgroup subtype NMTOKEN #IMPLIED >
<!--@DEPRECATED-->
<!ATTLIST subgroup contains NMTOKENS #IMPLIED >
<!--@VALUE-->
@ -159,6 +160,8 @@ Except as contained in this notice, the name of a copyright holder shall not be
<!ELEMENT languagePopulation EMPTY >
<!ATTLIST languagePopulation type NMTOKEN #REQUIRED >
<!ATTLIST languagePopulation literacyPercent NMTOKEN #IMPLIED >
<!--@VALUE-->
<!ATTLIST languagePopulation writingPercent NMTOKEN #IMPLIED >
<!--@VALUE-->
<!ATTLIST languagePopulation populationPercent NMTOKEN #REQUIRED >
@ -200,6 +203,7 @@ Except as contained in this notice, the name of a copyright holder shall not be
<!ELEMENT calendarSystem EMPTY >
<!ATTLIST calendarSystem type (solar | lunar | lunisolar | other) #REQUIRED >
<!--@VALUE-->
<!ATTLIST calendarSystem references CDATA #IMPLIED >
<!--@METADATA-->
@ -221,7 +225,7 @@ Except as contained in this notice, the name of a copyright holder shall not be
<!ATTLIST calendarPreference ordering NMTOKENS #REQUIRED >
<!--@VALUE-->
<!ELEMENT weekData ( minDays*, firstDay*, weekendStart*, weekendEnd* ) >
<!ELEMENT weekData ( minDays*, firstDay*, weekendStart*, weekendEnd*, weekOfPreference* ) >
<!ELEMENT minDays EMPTY >
<!ATTLIST minDays count (1 | 2 | 3 | 4 | 5 | 6 | 7) #REQUIRED >
@ -267,6 +271,11 @@ Except as contained in this notice, the name of a copyright holder shall not be
<!--@METADATA-->
<!ATTLIST weekendEnd alt NMTOKENS #IMPLIED >
<!ELEMENT weekOfPreference EMPTY >
<!ATTLIST weekOfPreference locales NMTOKENS #REQUIRED >
<!ATTLIST weekOfPreference ordering NMTOKENS #REQUIRED >
<!--@VALUE-->
<!ELEMENT timeData ( hours* ) >
<!ELEMENT hours EMPTY >
@ -472,8 +481,8 @@ Except as contained in this notice, the name of a copyright holder shall not be
<!ELEMENT variable ( #PCDATA ) >
<!--@ORDERED-->
<!ATTLIST variable type NMTOKEN #IMPLIED >
<!ATTLIST variable id CDATA #REQUIRED >
<!--@VALUE-->
<!ATTLIST variable id CDATA #REQUIRED >
<!ATTLIST variable draft (approved | contributed | provisional | unconfirmed | true | false) #IMPLIED >
<!--@METADATA-->
<!--@DEPRECATED:true, false-->
@ -540,46 +549,61 @@ Except as contained in this notice, the name of a copyright holder shall not be
<!--@VALUE-->
<!ELEMENT deprecated ( deprecatedItems* ) >
<!--@DEPRECATED-->
<!ATTLIST deprecated draft (approved | contributed | provisional | unconfirmed | true | false) #IMPLIED >
<!--@METADATA-->
<!--@DEPRECATED-->
<!ELEMENT deprecatedItems EMPTY >
<!--@DEPRECATED-->
<!ATTLIST deprecatedItems type (standard | supplemental | ldml | supplementalData | ldmlBCP47) #IMPLIED >
<!--@DEPRECATED:standard, supplemental-->
<!--@DEPRECATED-->
<!ATTLIST deprecatedItems elements NMTOKENS #IMPLIED >
<!--@DEPRECATED-->
<!ATTLIST deprecatedItems attributes NMTOKENS #IMPLIED >
<!--@DEPRECATED-->
<!ATTLIST deprecatedItems values CDATA #IMPLIED >
<!--@DEPRECATED-->
<!ATTLIST deprecatedItems draft (approved | contributed | provisional | unconfirmed | true | false) #IMPLIED >
<!--@METADATA-->
<!--@DEPRECATED:true, false-->
<!--@DEPRECATED-->
<!ELEMENT distinguishing ( distinguishingItems* ) >
<!--@METADATA-->
<!--@DEPRECATED-->
<!ATTLIST distinguishing draft (approved | contributed | provisional | unconfirmed) #IMPLIED >
<!--@METADATA-->
<!--@DEPRECATED-->
<!ELEMENT distinguishingItems EMPTY >
<!--@DEPRECATED-->
<!ATTLIST distinguishingItems exclude (true | false) #IMPLIED >
<!--@VALUE-->
<!--@DEPRECATED-->
<!ATTLIST distinguishingItems elements NMTOKENS #IMPLIED >
<!--@VALUE-->
<!--@DEPRECATED-->
<!ATTLIST distinguishingItems attributes NMTOKENS #IMPLIED >
<!--@DEPRECATED-->
<!ATTLIST distinguishingItems draft (approved | contributed | provisional | unconfirmed) #IMPLIED >
<!--@METADATA-->
<!--@DEPRECATED-->
<!ELEMENT blocking ( blockingItems* ) >
<!--@METADATA-->
<!--@DEPRECATED-->
<!ATTLIST blocking draft (approved | contributed | provisional | unconfirmed) #IMPLIED >
<!--@METADATA-->
<!--@DEPRECATED-->
<!ELEMENT blockingItems EMPTY >
<!--@DEPRECATED-->
<!ATTLIST blockingItems elements NMTOKENS #IMPLIED >
<!--@VALUE-->
<!--@DEPRECATED-->
<!ATTLIST blockingItems draft (approved | contributed | provisional | unconfirmed) #IMPLIED >
<!--@METADATA-->
<!--@DEPRECATED-->
<!ELEMENT coverageAdditions ( languageCoverage*, scriptCoverage*, territoryCoverage*, currencyCoverage*, timezoneCoverage* ) >
<!--@DEPRECATED-->
@ -644,8 +668,10 @@ Except as contained in this notice, the name of a copyright holder shall not be
<!--@DEPRECATED-->
<!ELEMENT skipDefaultLocale EMPTY >
<!--@DEPRECATED-->
<!ATTLIST skipDefaultLocale services NMTOKENS #IMPLIED >
<!--@VALUE-->
<!--@DEPRECATED-->
<!ELEMENT defaultContent EMPTY >
<!ATTLIST defaultContent locales NMTOKENS #IMPLIED >
@ -738,7 +764,7 @@ Except as contained in this notice, the name of a copyright holder shall not be
<!ATTLIST pluralRanges references CDATA #IMPLIED >
<!--@METADATA-->
<!ELEMENT pluralRange ( #PCDATA ) >
<!ELEMENT pluralRange EMPTY >
<!ATTLIST pluralRange start (zero | one | two | few | many | other) #IMPLIED >
<!-- if missing, means *all* -->
<!ATTLIST pluralRange end (zero | one | two | few | many | other) #IMPLIED >
@ -843,17 +869,28 @@ Except as contained in this notice, the name of a copyright holder shall not be
<!ELEMENT languageMatching ( languageMatches* ) >
<!ELEMENT languageMatches ( languageMatch* ) >
<!ELEMENT languageMatches ( paradigmLocales*, matchVariable*, languageMatch* ) >
<!ATTLIST languageMatches type NMTOKEN #REQUIRED >
<!ELEMENT paradigmLocales EMPTY >
<!ATTLIST paradigmLocales locales NMTOKENS #REQUIRED >
<!--@VALUE-->
<!ELEMENT matchVariable EMPTY >
<!ATTLIST matchVariable id CDATA #REQUIRED >
<!ATTLIST matchVariable value CDATA #REQUIRED >
<!--@VALUE-->
<!ELEMENT languageMatch EMPTY >
<!--@ORDERED-->
<!ATTLIST languageMatch desired CDATA #REQUIRED >
<!ATTLIST languageMatch supported CDATA #REQUIRED >
<!ATTLIST languageMatch percent NMTOKEN #IMPLIED >
<!--@VALUE-->
<!ATTLIST languageMatch distance NMTOKEN #IMPLIED >
<!--@VALUE-->
<!ATTLIST languageMatch oneway (true | false) #IMPLIED >
<!--@VALUE-->
<!ATTLIST languageMatch percent NMTOKEN #REQUIRED >
<!--@VALUE-->
<!ATTLIST languageMatch supported CDATA #REQUIRED >
<!-- # Day Periods -->
@ -943,3 +980,8 @@ Except as contained in this notice, the name of a copyright holder shall not be
<!ATTLIST rgPath path CDATA #REQUIRED >
<!ATTLIST rgPath draft (approved | contributed | provisional | unconfirmed) #IMPLIED >
<!--@METADATA-->
<!ELEMENT languageGroups ( languageGroup* ) >
<!ELEMENT languageGroup ( #PCDATA ) >
<!ATTLIST languageGroup parent NMTOKEN #REQUIRED >

View File

@ -1,12 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2015 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
<!-- Copyright © 1991-2018 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.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 11914 $"/>
<version number="$Revision: 13869 $"/>
<language type="af"/>
<territory type="NA"/>
</identity>
@ -60,4 +61,3 @@ For terms of use, see http://www.unicode.org/copyright.html
</currencies>
</numbers>
</ldml>

View File

@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2015 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
<!-- Copyright © 1991-2018 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.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 11914 $"/>
<version number="$Revision: 13869 $"/>
<language type="af"/>
<territory type="ZA"/>
</identity>
</ldml>

View File

@ -1,12 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2015 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
<!-- Copyright © 1991-2018 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.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 12307 $"/>
<version number="$Revision: 13911 $"/>
<language type="agq"/>
</identity>
<localeDisplayNames>
@ -288,6 +289,7 @@ For terms of use, see http://www.unicode.org/copyright.html
<exemplarCharacters>[a à â ǎ ā b c d e è ê ě ē ɛ {ɛ\u0300} {ɛ\u0302} {ɛ\u030C} {ɛ\u0304} f g h i ì î ǐ ī ɨ {ɨ\u0300} {ɨ\u0302} {ɨ\u030C} {ɨ\u0304} k l m n ŋ o ò ô ǒ ō ɔ {ɔ\u0300} {ɔ\u0302} {ɔ\u030C} {ɔ\u0304} p s t u ù û ǔ ū ʉ {ʉ\u0300} {ʉ\u0302} {ʉ\u030C} {ʉ\u0304} v w y z ʔ]</exemplarCharacters>
<exemplarCharacters type="auxiliary">[q r x]</exemplarCharacters>
<exemplarCharacters type="index">[A B C D E Ɛ F G H I Ɨ K L M N Ŋ O Ɔ P S T U Ʉ V W Y Z ʔ]</exemplarCharacters>
<exemplarCharacters type="numbers">[  \- , % ‰ + 0 1 2 3 4 5 6 7 8 9]</exemplarCharacters>
</characters>
<delimiters>
<quotationStart></quotationStart>
@ -706,6 +708,9 @@ For terms of use, see http://www.unicode.org/copyright.html
<displayName>Àlǐalè è Màlàgasì</displayName>
</currency>
<currency type="MRO">
<displayName>Ùgueya è Mùlètenyìa (19732017)</displayName>
</currency>
<currency type="MRU">
<displayName>Ùgueya è Mùlètenyìa</displayName>
</currency>
<currency type="MUR">
@ -745,6 +750,9 @@ For terms of use, see http://www.unicode.org/copyright.html
<displayName>Shwɨlà è Sùmalìa</displayName>
</currency>
<currency type="STD">
<displayName>Dɔbàlà è Sàwu Tɔ̀me à Pèlènsipè (19772017)</displayName>
</currency>
<currency type="STN">
<displayName>Dɔbàlà è Sàwu Tɔ̀me à Pèlènsipè</displayName>
</currency>
<currency type="SZL">
@ -789,4 +797,3 @@ For terms of use, see http://www.unicode.org/copyright.html
</messages>
</posix>
</ldml>

View File

@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2015 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
<!-- Copyright © 1991-2018 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.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 11914 $"/>
<version number="$Revision: 13869 $"/>
<language type="agq"/>
<territory type="CM"/>
</identity>
</ldml>

View File

@ -1,12 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2015 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
<!-- Copyright © 1991-2018 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.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 12307 $"/>
<version number="$Revision: 13911 $"/>
<language type="ak"/>
</identity>
<localeDisplayNames>
@ -287,6 +288,7 @@ For terms of use, see http://www.unicode.org/copyright.html
<exemplarCharacters>[a b d e ɛ f g h i k l m n o ɔ p r s t u w y]</exemplarCharacters>
<exemplarCharacters type="auxiliary">[c j q v z]</exemplarCharacters>
<exemplarCharacters type="index">[A B C D E Ɛ F G H I J K L M N O Ɔ P Q R S T U V W X Y Z]</exemplarCharacters>
<exemplarCharacters type="numbers">[\- , . % ‰ + 0 1 2 3 4 5 6 7 8 9]</exemplarCharacters>
</characters>
<delimiters>
<quotationStart></quotationStart>
@ -678,6 +680,9 @@ For terms of use, see http://www.unicode.org/copyright.html
<displayName>Madagasi Frank</displayName>
</currency>
<currency type="MRO">
<displayName>Mɔretenia Ouguiya (19732017)</displayName>
</currency>
<currency type="MRU">
<displayName>Mɔretenia Ouguiya</displayName>
</currency>
<currency type="MUR">
@ -720,6 +725,9 @@ For terms of use, see http://www.unicode.org/copyright.html
<displayName>Somailia Hyelen</displayName>
</currency>
<currency type="STD">
<displayName>Sao Tome ne Principe Dobra (19772017)</displayName>
</currency>
<currency type="STN">
<displayName>Sao Tome ne Principe Dobra</displayName>
</currency>
<currency type="SZL">
@ -753,6 +761,11 @@ For terms of use, see http://www.unicode.org/copyright.html
<displayName>Zimbabwe Dɔla</displayName>
</currency>
</currencies>
<minimalPairs>
<pluralMinimalPairs count="one">da {0}</pluralMinimalPairs>
<pluralMinimalPairs count="other">nda {0}</pluralMinimalPairs>
<ordinalMinimalPairs ordinal="other">Fa nyimfa {0}.</ordinalMinimalPairs>
</minimalPairs>
</numbers>
<posix>
<messages>
@ -761,4 +774,3 @@ For terms of use, see http://www.unicode.org/copyright.html
</messages>
</posix>
</ldml>

View File

@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2015 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
<!-- Copyright © 1991-2018 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.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 11914 $"/>
<version number="$Revision: 13869 $"/>
<language type="ak"/>
<territory type="GH"/>
</identity>
</ldml>

View File

@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2015 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
<!-- Copyright © 1991-2018 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.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 11914 $"/>
<version number="$Revision: 13869 $"/>
<language type="am"/>
<territory type="ET"/>
</identity>
</ldml>

View File

@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2015 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
<!-- Copyright © 1991-2018 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.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 11914 $"/>
<version number="$Revision: 13839 $"/>
<language type="ar"/>
<territory type="001"/>
</identity>
</ldml>

View File

@ -1,12 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2015 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
<!-- Copyright © 1991-2018 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.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 11994 $"/>
<version number="$Revision: 13880 $"/>
<language type="ar"/>
<territory type="AE"/>
</identity>
@ -38,6 +39,7 @@ For terms of use, see http://www.unicode.org/copyright.html
</fields>
</dates>
<numbers>
<defaultNumberingSystem>arab</defaultNumberingSystem>
<currencies>
<currency type="BND">
<symbol alt="narrow" draft="contributed">$</symbol>
@ -45,4 +47,3 @@ For terms of use, see http://www.unicode.org/copyright.html
</currencies>
</numbers>
</ldml>

View File

@ -1,14 +1,17 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2015 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
<!-- Copyright © 1991-2018 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.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 11914 $"/>
<version number="$Revision: 13880 $"/>
<language type="ar"/>
<territory type="BH"/>
</identity>
<numbers>
<defaultNumberingSystem>arab</defaultNumberingSystem>
</numbers>
</ldml>

View File

@ -1,16 +1,18 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2015 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
<!-- Copyright © 1991-2018 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.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 11914 $"/>
<version number="$Revision: 13880 $"/>
<language type="ar"/>
<territory type="DJ"/>
</identity>
<numbers>
<defaultNumberingSystem>arab</defaultNumberingSystem>
<currencies>
<currency type="DJF">
<symbol>Fdj</symbol>
@ -18,4 +20,3 @@ For terms of use, see http://www.unicode.org/copyright.html
</currencies>
</numbers>
</ldml>

View File

@ -1,15 +1,19 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2015 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
<!-- Copyright © 1991-2018 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.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 11914 $"/>
<version number="$Revision: 13839 $"/>
<language type="ar"/>
<territory type="DZ"/>
</identity>
<characters>
<exemplarCharacters type="numbers">[\u200E \- , . % ‰ + 0 1 2 3 4 5 6 7 8 9]</exemplarCharacters>
</characters>
<dates>
<calendars>
<calendar type="gregorian">
@ -114,4 +118,3 @@ For terms of use, see http://www.unicode.org/copyright.html
</symbols>
</numbers>
</ldml>

View File

@ -1,12 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2015 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
<!-- Copyright © 1991-2018 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.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 11914 $"/>
<version number="$Revision: 13880 $"/>
<language type="ar"/>
<territory type="EG"/>
</identity>
@ -15,5 +16,7 @@ For terms of use, see http://www.unicode.org/copyright.html
<language type="da" draft="contributed">الدنماركية</language>
</languages>
</localeDisplayNames>
<numbers>
<defaultNumberingSystem>arab</defaultNumberingSystem>
</numbers>
</ldml>

View File

@ -1,12 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2015 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
<!-- Copyright © 1991-2018 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.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 11914 $"/>
<version number="$Revision: 13839 $"/>
<language type="ar"/>
<territory type="EH"/>
</identity>
@ -14,4 +15,3 @@ For terms of use, see http://www.unicode.org/copyright.html
<defaultNumberingSystem>latn</defaultNumberingSystem>
</numbers>
</ldml>

View File

@ -1,16 +1,18 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2015 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
<!-- Copyright © 1991-2018 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.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 11914 $"/>
<version number="$Revision: 13880 $"/>
<language type="ar"/>
<territory type="ER"/>
</identity>
<numbers>
<defaultNumberingSystem>arab</defaultNumberingSystem>
<currencies>
<currency type="ERN">
<symbol>Nfk</symbol>
@ -18,4 +20,3 @@ For terms of use, see http://www.unicode.org/copyright.html
</currencies>
</numbers>
</ldml>

View File

@ -1,12 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2015 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
<!-- Copyright © 1991-2018 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.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 11914 $"/>
<version number="$Revision: 13880 $"/>
<language type="ar"/>
<territory type="IL"/>
</identity>
@ -38,5 +39,7 @@ For terms of use, see http://www.unicode.org/copyright.html
</calendar>
</calendars>
</dates>
<numbers>
<defaultNumberingSystem>arab</defaultNumberingSystem>
</numbers>
</ldml>

View File

@ -1,12 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2015 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
<!-- Copyright © 1991-2018 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.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 11914 $"/>
<version number="$Revision: 13880 $"/>
<language type="ar"/>
<territory type="IQ"/>
</identity>
@ -25,7 +26,7 @@ For terms of use, see http://www.unicode.org/copyright.html
<month type="7">تموز</month>
<month type="8">آب</month>
<month type="9">أيلول</month>
<month type="10">تشرین الأول</month>
<month type="10">تشرين الأول</month>
<month type="11">تشرين الثاني</month>
<month type="12">كانون الأول</month>
</monthWidth>
@ -106,5 +107,7 @@ For terms of use, see http://www.unicode.org/copyright.html
</calendar>
</calendars>
</dates>
<numbers>
<defaultNumberingSystem>arab</defaultNumberingSystem>
</numbers>
</ldml>

View File

@ -1,12 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2015 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
<!-- Copyright © 1991-2018 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.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 11914 $"/>
<version number="$Revision: 13880 $"/>
<language type="ar"/>
<territory type="JO"/>
</identity>
@ -106,5 +107,7 @@ For terms of use, see http://www.unicode.org/copyright.html
</calendar>
</calendars>
</dates>
<numbers>
<defaultNumberingSystem>arab</defaultNumberingSystem>
</numbers>
</ldml>

View File

@ -1,12 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2015 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
<!-- Copyright © 1991-2018 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.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 11914 $"/>
<version number="$Revision: 13880 $"/>
<language type="ar"/>
<territory type="KM"/>
</identity>
@ -38,5 +39,12 @@ For terms of use, see http://www.unicode.org/copyright.html
</calendar>
</calendars>
</dates>
<numbers>
<defaultNumberingSystem>arab</defaultNumberingSystem>
<currencies>
<currency type="KMF">
<symbol>CF</symbol>
</currency>
</currencies>
</numbers>
</ldml>

View File

@ -1,14 +1,17 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2015 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
<!-- Copyright © 1991-2018 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.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 11914 $"/>
<version number="$Revision: 13880 $"/>
<language type="ar"/>
<territory type="KW"/>
</identity>
<numbers>
<defaultNumberingSystem>arab</defaultNumberingSystem>
</numbers>
</ldml>

View File

@ -1,15 +1,19 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2015 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
<!-- Copyright © 1991-2018 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.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 11914 $"/>
<version number="$Revision: 13880 $"/>
<language type="ar"/>
<territory type="LB"/>
</identity>
<characters>
<exemplarCharacters type="numbers">[\u200E \- , . % ‰ + 0 1 2 3 4 5 6 7 8 9]</exemplarCharacters>
</characters>
<dates>
<calendars>
<calendar type="gregorian">
@ -107,6 +111,7 @@ For terms of use, see http://www.unicode.org/copyright.html
</calendars>
</dates>
<numbers>
<defaultNumberingSystem>arab</defaultNumberingSystem>
<symbols numberSystem="latn">
<decimal>,</decimal>
<group>.</group>
@ -118,4 +123,3 @@ For terms of use, see http://www.unicode.org/copyright.html
</currencies>
</numbers>
</ldml>

View File

@ -1,15 +1,56 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2015 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
<!-- Copyright © 1991-2018 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.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 11914 $"/>
<version number="$Revision: 13839 $"/>
<language type="ar"/>
<territory type="LY"/>
</identity>
<localeDisplayNames>
<languages>
<language type="arn" draft="contributed">المابودونجونية</language>
<language type="gn" draft="contributed">الغورانية</language>
<language type="hsb" draft="contributed">صوربيا العليا</language>
<language type="lo" draft="contributed">اللاوو</language>
<language type="sh" draft="contributed">الكرواتية الصربية</language>
<language type="sma" draft="contributed">سامي الجنوبية</language>
<language type="sw" draft="contributed">السواحيلية</language>
<language type="sw_CD" draft="contributed">السواحيلية الكونغولية</language>
<language type="ti" draft="contributed">التيغرينية</language>
</languages>
<territories>
<territory type="EA" draft="contributed">سبتة ومليلية</territory>
<territory type="MS" draft="contributed">مونتيسيرات</territory>
<territory type="UY" draft="contributed">أوروغواي</territory>
</territories>
</localeDisplayNames>
<characters>
<exemplarCharacters type="numbers">[\u200E \- , . % ‰ + 0 1 2 3 4 5 6 7 8 9]</exemplarCharacters>
</characters>
<dates>
<calendars>
<calendar type="gregorian">
<dayPeriods>
<dayPeriodContext type="format">
<dayPeriodWidth type="abbreviated">
<dayPeriod type="morning1">فجرًا</dayPeriod>
<dayPeriod type="morning2">ص</dayPeriod>
<dayPeriod type="afternoon1">ظهرًا</dayPeriod>
<dayPeriod type="afternoon2">بعد الظهر</dayPeriod>
<dayPeriod type="evening1">مساءً</dayPeriod>
<dayPeriod type="night1">منتصف الليل</dayPeriod>
<dayPeriod type="night2">ل</dayPeriod>
</dayPeriodWidth>
</dayPeriodContext>
</dayPeriods>
</calendar>
</calendars>
</dates>
<numbers>
<defaultNumberingSystem>latn</defaultNumberingSystem>
<symbols numberSystem="latn">
@ -18,4 +59,3 @@ For terms of use, see http://www.unicode.org/copyright.html
</symbols>
</numbers>
</ldml>

View File

@ -1,15 +1,20 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2015 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
<!-- Copyright © 1991-2018 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.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 11914 $"/>
<version number="$Revision: 13839 $"/>
<language type="ar"/>
<territory type="MA"/>
</identity>
<characters>
<exemplarCharacters type="auxiliary">[\u200C\u200D\u200E\u200F پ چ ژ ڜ ڢ ڤ ڥ ٯ ڧ ڨ ک ڭ گ ݣ ی]</exemplarCharacters>
<exemplarCharacters type="numbers">[\u200E \- , . % ‰ + 0 1 2 3 4 5 6 7 8 9]</exemplarCharacters>
</characters>
<dates>
<calendars>
<calendar type="gregorian">
@ -136,4 +141,3 @@ For terms of use, see http://www.unicode.org/copyright.html
</symbols>
</numbers>
</ldml>

View File

@ -1,15 +1,19 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2015 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
<!-- Copyright © 1991-2018 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.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 12217 $"/>
<version number="$Revision: 13880 $"/>
<language type="ar"/>
<territory type="MR"/>
</identity>
<characters>
<exemplarCharacters type="numbers">[\u200E \- , . % ‰ + 0 1 2 3 4 5 6 7 8 9]</exemplarCharacters>
</characters>
<dates>
<calendars>
<calendar type="gregorian">
@ -107,10 +111,10 @@ For terms of use, see http://www.unicode.org/copyright.html
</calendars>
</dates>
<numbers>
<defaultNumberingSystem>arab</defaultNumberingSystem>
<symbols numberSystem="latn">
<decimal>,</decimal>
<group>.</group>
</symbols>
</numbers>
</ldml>

View File

@ -1,14 +1,17 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2015 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
<!-- Copyright © 1991-2018 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.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 11914 $"/>
<version number="$Revision: 13880 $"/>
<language type="ar"/>
<territory type="OM"/>
</identity>
<numbers>
<defaultNumberingSystem>arab</defaultNumberingSystem>
</numbers>
</ldml>

View File

@ -1,12 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2015 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
<!-- Copyright © 1991-2018 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.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 11914 $"/>
<version number="$Revision: 13880 $"/>
<language type="ar"/>
<territory type="PS"/>
</identity>
@ -106,5 +107,7 @@ For terms of use, see http://www.unicode.org/copyright.html
</calendar>
</calendars>
</dates>
<numbers>
<defaultNumberingSystem>arab</defaultNumberingSystem>
</numbers>
</ldml>

View File

@ -1,14 +1,17 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2015 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
<!-- Copyright © 1991-2018 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.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 11914 $"/>
<version number="$Revision: 13880 $"/>
<language type="ar"/>
<territory type="QA"/>
</identity>
<numbers>
<defaultNumberingSystem>arab</defaultNumberingSystem>
</numbers>
</ldml>

View File

@ -1,14 +1,67 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2015 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
<!-- Copyright © 1991-2018 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.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 11914 $"/>
<version number="$Revision: 13880 $"/>
<language type="ar"/>
<territory type="SA"/>
</identity>
<localeDisplayNames>
<languages>
<language type="arn" draft="contributed">المابودونجونية</language>
<language type="gn" draft="contributed">الغورانية</language>
<language type="hsb" draft="contributed">صوربيا العليا</language>
<language type="lo" draft="contributed">اللاوو</language>
<language type="sh" draft="contributed">الكرواتية الصربية</language>
<language type="sma" draft="contributed">سامي الجنوبية</language>
<language type="sw" draft="contributed">السواحيلية</language>
<language type="sw_CD" draft="contributed">السواحيلية الكونغولية</language>
<language type="te" draft="contributed">التيلوجو</language>
<language type="ti" draft="contributed">التيغرينية</language>
</languages>
<territories>
<territory type="AC" draft="contributed">جزيرة أسينشين</territory>
<territory type="BS" draft="contributed">جزر البهاما</territory>
<territory type="CZ" alt="variant" draft="contributed">التشيك</territory>
<territory type="EA" draft="contributed">سبتة ومليلية</territory>
<territory type="MO" draft="contributed">ماكاو الصينية (منطقة إدارية خاصة)</territory>
<territory type="MO" alt="short" draft="contributed">ماكاو</territory>
<territory type="MS" draft="contributed">مونتيسيرات</territory>
<territory type="PM" draft="contributed">سان بيير وميكولون</territory>
<territory type="UY" draft="contributed">أوروغواي</territory>
</territories>
</localeDisplayNames>
<characters>
<exemplarCharacters type="numbers">[\u200E \- , . ٪ ‰ + 0 1 2 3 4 5 6 7 8 9]</exemplarCharacters>
</characters>
<dates>
<calendars>
<calendar type="gregorian">
<dayPeriods>
<dayPeriodContext type="format">
<dayPeriodWidth type="abbreviated">
<dayPeriod type="morning1">فجرًا</dayPeriod>
<dayPeriod type="morning2">ص</dayPeriod>
<dayPeriod type="afternoon1">ظهرًا</dayPeriod>
<dayPeriod type="afternoon2">بعد الظهر</dayPeriod>
<dayPeriod type="evening1">مساءً</dayPeriod>
<dayPeriod type="night1">منتصف الليل</dayPeriod>
<dayPeriod type="night2">ل</dayPeriod>
</dayPeriodWidth>
</dayPeriodContext>
</dayPeriods>
</calendar>
</calendars>
</dates>
<numbers>
<defaultNumberingSystem>arab</defaultNumberingSystem>
<symbols numberSystem="latn">
<percentSign draft="contributed">٪</percentSign>
</symbols>
</numbers>
</ldml>

View File

@ -1,14 +1,17 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2015 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
<!-- Copyright © 1991-2018 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.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 11914 $"/>
<version number="$Revision: 13880 $"/>
<language type="ar"/>
<territory type="SD"/>
</identity>
<numbers>
<defaultNumberingSystem>arab</defaultNumberingSystem>
</numbers>
</ldml>

View File

@ -1,16 +1,24 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2015 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
<!-- Copyright © 1991-2018 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.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 11914 $"/>
<version number="$Revision: 13880 $"/>
<language type="ar"/>
<territory type="SO"/>
</identity>
<characters>
<exemplarCharacters type="numbers">[\u200E \- , . ٪ ‰ + 0 1 2 3 4 5 6 7 8 9]</exemplarCharacters>
</characters>
<numbers>
<defaultNumberingSystem>arab</defaultNumberingSystem>
<symbols numberSystem="latn">
<percentSign draft="contributed">٪</percentSign>
</symbols>
<currencies>
<currency type="SOS">
<symbol>S</symbol>
@ -18,4 +26,3 @@ For terms of use, see http://www.unicode.org/copyright.html
</currencies>
</numbers>
</ldml>

View File

@ -1,16 +1,18 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2015 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
<!-- Copyright © 1991-2018 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.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 11914 $"/>
<version number="$Revision: 13880 $"/>
<language type="ar"/>
<territory type="SS"/>
</identity>
<numbers>
<defaultNumberingSystem>arab</defaultNumberingSystem>
<currencies>
<currency type="GBP">
<symbol>GB£</symbol>
@ -21,4 +23,3 @@ For terms of use, see http://www.unicode.org/copyright.html
</currencies>
</numbers>
</ldml>

View File

@ -1,12 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2015 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
<!-- Copyright © 1991-2018 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.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 11914 $"/>
<version number="$Revision: 13880 $"/>
<language type="ar"/>
<territory type="SY"/>
</identity>
@ -106,5 +107,7 @@ For terms of use, see http://www.unicode.org/copyright.html
</calendar>
</calendars>
</dates>
<numbers>
<defaultNumberingSystem>arab</defaultNumberingSystem>
</numbers>
</ldml>

View File

@ -1,14 +1,17 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2015 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
<!-- Copyright © 1991-2018 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.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 11914 $"/>
<version number="$Revision: 13880 $"/>
<language type="ar"/>
<territory type="TD"/>
</identity>
<numbers>
<defaultNumberingSystem>arab</defaultNumberingSystem>
</numbers>
</ldml>

View File

@ -1,15 +1,19 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2015 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
<!-- Copyright © 1991-2018 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.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 11914 $"/>
<version number="$Revision: 13839 $"/>
<language type="ar"/>
<territory type="TN"/>
</identity>
<characters>
<exemplarCharacters type="numbers">[\u200E \- , . % ‰ + 0 1 2 3 4 5 6 7 8 9]</exemplarCharacters>
</characters>
<dates>
<calendars>
<calendar type="gregorian">
@ -114,4 +118,3 @@ For terms of use, see http://www.unicode.org/copyright.html
</symbols>
</numbers>
</ldml>

View File

@ -1,14 +1,17 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2015 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
<!-- Copyright © 1991-2018 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.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 11914 $"/>
<version number="$Revision: 13880 $"/>
<language type="ar"/>
<territory type="YE"/>
</identity>
<numbers>
<defaultNumberingSystem>arab</defaultNumberingSystem>
</numbers>
</ldml>

View File

@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2015 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
<!-- Copyright © 1991-2018 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.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 11914 $"/>
<version number="$Revision: 13839 $"/>
<language type="as"/>
<territory type="IN"/>
</identity>
</ldml>

View File

@ -1,12 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2015 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
<!-- Copyright © 1991-2018 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.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 12307 $"/>
<version number="$Revision: 13911 $"/>
<language type="asa"/>
</identity>
<localeDisplayNames>
@ -706,6 +707,9 @@ For terms of use, see http://www.unicode.org/copyright.html
<displayName>faranga ya Bukini</displayName>
</currency>
<currency type="MRO">
<displayName>ugwiya ya Moritania (19732017)</displayName>
</currency>
<currency type="MRU">
<displayName>ugwiya ya Moritania</displayName>
</currency>
<currency type="MUR">
@ -748,6 +752,9 @@ For terms of use, see http://www.unicode.org/copyright.html
<displayName>shilingi ya Thomalia</displayName>
</currency>
<currency type="STD">
<displayName>dobra ya Thao Tome na Principe (19772017)</displayName>
</currency>
<currency type="STN">
<displayName>dobra ya Thao Tome na Principe</displayName>
</currency>
<currency type="SZL">
@ -793,4 +800,3 @@ For terms of use, see http://www.unicode.org/copyright.html
</messages>
</posix>
</ldml>

View File

@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2015 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
<!-- Copyright © 1991-2018 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.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 11914 $"/>
<version number="$Revision: 13869 $"/>
<language type="asa"/>
<territory type="TZ"/>
</identity>
</ldml>

View File

@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2015 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
<!-- Copyright © 1991-2018 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.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 11914 $"/>
<version number="$Revision: 13869 $"/>
<language type="ast"/>
<territory type="ES"/>
</identity>
</ldml>

View File

@ -1,15 +1,15 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2015 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
<!-- Copyright © 1991-2018 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.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 11914 $"/>
<version number="$Revision: 13869 $"/>
<language type="az"/>
<script type="Cyrl"/>
<territory type="AZ"/>
</identity>
</ldml>

View File

@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2015 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
<!-- Copyright © 1991-2018 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.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 11914 $"/>
<version number="$Revision: 13869 $"/>
<language type="az"/>
<script type="Latn"/>
</identity>
</ldml>

View File

@ -1,15 +1,15 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2015 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
<!-- Copyright © 1991-2018 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.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 11914 $"/>
<version number="$Revision: 13869 $"/>
<language type="az"/>
<script type="Latn"/>
<territory type="AZ"/>
</identity>
</ldml>

View File

@ -1,12 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2015 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
<!-- Copyright © 1991-2018 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.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 12307 $"/>
<version number="$Revision: 13911 $"/>
<language type="bas"/>
</identity>
<localeDisplayNames>
@ -285,6 +286,7 @@ For terms of use, see http://www.unicode.org/copyright.html
<exemplarCharacters>[a á à â ǎ ā {a\u1DC6}{a\u1DC7} b ɓ c d e é è ê ě ē {e\u1DC6}{e\u1DC7} ɛ {ɛ\u0301} {ɛ\u0300} {ɛ\u0302} {ɛ\u030C} {ɛ\u0304} {ɛ\u1DC6}{ɛ\u1DC7} f g h i í ì î ǐ ī {i\u1DC6}{i\u1DC7} j k l m n ń ǹ ŋ o ó ò ô ǒ ō {o\u1DC6}{o\u1DC7} ɔ {ɔ\u0301} {ɔ\u0300} {ɔ\u0302} {ɔ\u030C} {ɔ\u0304} {ɔ\u1DC6}{ɔ\u1DC7} p r s t u ú ù û ǔ ū {u\u1DC6}{u\u1DC7} v w y z]</exemplarCharacters>
<exemplarCharacters type="auxiliary">[q x]</exemplarCharacters>
<exemplarCharacters type="index">[A B Ɓ C D E Ɛ F G H I J K L M N Ŋ O Ɔ P R S T U V W Y Z]</exemplarCharacters>
<exemplarCharacters type="numbers">[  \- , % ‰ + 0 1 2 3 4 5 6 7 8 9]</exemplarCharacters>
</characters>
<delimiters>
<quotationStart>«</quotationStart>
@ -709,6 +711,9 @@ For terms of use, see http://www.unicode.org/copyright.html
<displayName>Frǎŋ màlàgasì</displayName>
</currency>
<currency type="MRO">
<displayName>Ùgwiya mòrìtanìa (19732017)</displayName>
</currency>
<currency type="MRU">
<displayName>Ùgwiya mòrìtanìa</displayName>
</currency>
<currency type="MUR">
@ -751,6 +756,9 @@ For terms of use, see http://www.unicode.org/copyright.html
<displayName>Silîŋ sòmàli</displayName>
</currency>
<currency type="STD">
<displayName>Dobrà sàotòme (19772017)</displayName>
</currency>
<currency type="STN">
<displayName>Dobrà sàotòme</displayName>
</currency>
<currency type="SZL">
@ -795,4 +803,3 @@ For terms of use, see http://www.unicode.org/copyright.html
</messages>
</posix>
</ldml>

View File

@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2015 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
<!-- Copyright © 1991-2018 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.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 11914 $"/>
<version number="$Revision: 13869 $"/>
<language type="bas"/>
<territory type="CM"/>
</identity>
</ldml>

View File

@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2015 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
<!-- Copyright © 1991-2018 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.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 11914 $"/>
<version number="$Revision: 13869 $"/>
<language type="be"/>
<territory type="BY"/>
</identity>
</ldml>

View File

@ -1,12 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2015 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
<!-- Copyright © 1991-2018 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.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 12307 $"/>
<version number="$Revision: 13869 $"/>
<language type="bem"/>
</identity>
<localeDisplayNames>
@ -367,4 +368,3 @@ For terms of use, see http://www.unicode.org/copyright.html
</messages>
</posix>
</ldml>

View File

@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2015 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
<!-- Copyright © 1991-2018 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.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 11914 $"/>
<version number="$Revision: 13869 $"/>
<language type="bem"/>
<territory type="ZM"/>
</identity>
</ldml>

View File

@ -1,12 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2015 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
<!-- Copyright © 1991-2018 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.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 12307 $"/>
<version number="$Revision: 13911 $"/>
<language type="bez"/>
</identity>
<localeDisplayNames>
@ -708,6 +709,9 @@ For terms of use, see http://www.unicode.org/copyright.html
<displayName>Lupila lwa Hubukini</displayName>
</currency>
<currency type="MRO">
<displayName>Lupila lwa Humolitania (19732017)</displayName>
</currency>
<currency type="MRU">
<displayName>Lupila lwa Humolitania</displayName>
</currency>
<currency type="MUR">
@ -747,6 +751,9 @@ For terms of use, see http://www.unicode.org/copyright.html
<displayName>Lupila lwa Husomalia</displayName>
</currency>
<currency type="STD">
<displayName>Lupila lwa Husaotome na Huprinisipe (19772017)</displayName>
</currency>
<currency type="STN">
<displayName>Lupila lwa Husaotome na Huprinisipe</displayName>
</currency>
<currency type="SZL">
@ -792,4 +799,3 @@ For terms of use, see http://www.unicode.org/copyright.html
</messages>
</posix>
</ldml>

View File

@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2015 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
<!-- Copyright © 1991-2018 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.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 11914 $"/>
<version number="$Revision: 13869 $"/>
<language type="bez"/>
<territory type="TZ"/>
</identity>
</ldml>

View File

@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2015 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
<!-- Copyright © 1991-2018 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.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 11914 $"/>
<version number="$Revision: 13869 $"/>
<language type="bg"/>
<territory type="BG"/>
</identity>
</ldml>

View File

@ -1,12 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2015 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
<!-- Copyright © 1991-2018 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.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 12128 $"/>
<version number="$Revision: 13911 $"/>
<language type="bm"/>
</identity>
<localeDisplayNames>
@ -522,6 +523,19 @@ For terms of use, see http://www.unicode.org/copyright.html
<dateFormatItem id="yQQQ">QQQ y</dateFormatItem>
<dateFormatItem id="yQQQQ">QQQQ y</dateFormatItem>
</availableFormats>
<appendItems>
<appendItem request="Day">{0} ({2}: {1})</appendItem>
<appendItem request="Day-Of-Week">{0} {1}</appendItem>
<appendItem request="Era">{1} {0}</appendItem>
<appendItem request="Hour">{0} ({2}: {1})</appendItem>
<appendItem request="Minute">{0} ({2}: {1})</appendItem>
<appendItem request="Month">{0} ({2}: {1})</appendItem>
<appendItem request="Quarter">{0} ({2}: {1})</appendItem>
<appendItem request="Second">{0} ({2}: {1})</appendItem>
<appendItem request="Timezone">{0} {1}</appendItem>
<appendItem request="Week">{0} ({2}: {1})</appendItem>
<appendItem request="Year">{1} {0}</appendItem>
</appendItems>
</dateTimeFormats>
</calendar>
</calendars>
@ -680,6 +694,9 @@ For terms of use, see http://www.unicode.org/copyright.html
<displayName>madagasikari Fraŋ</displayName>
</currency>
<currency type="MRO">
<displayName>mɔritani Uguwiya (19732017)</displayName>
</currency>
<currency type="MRU">
<displayName>mɔritani Uguwiya</displayName>
</currency>
<currency type="MUR">
@ -722,6 +739,9 @@ For terms of use, see http://www.unicode.org/copyright.html
<displayName>somali Siling</displayName>
</currency>
<currency type="STD">
<displayName>sawotome Dobra (19772017)</displayName>
</currency>
<currency type="STN">
<displayName>sawotome Dobra</displayName>
</currency>
<currency type="SZL">
@ -766,4 +786,3 @@ For terms of use, see http://www.unicode.org/copyright.html
</messages>
</posix>
</ldml>

View File

@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2015 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
<!-- Copyright © 1991-2018 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.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 11914 $"/>
<version number="$Revision: 13869 $"/>
<language type="bm"/>
<territory type="ML"/>
</identity>
</ldml>

View File

@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2015 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
<!-- Copyright © 1991-2018 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.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 11914 $"/>
<version number="$Revision: 13869 $"/>
<language type="bn"/>
<territory type="BD"/>
</identity>
</ldml>

View File

@ -1,14 +1,24 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2015 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
<!-- Copyright © 1991-2018 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.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 11914 $"/>
<version number="$Revision: 13869 $"/>
<language type="bn"/>
<territory type="IN"/>
</identity>
<localeDisplayNames>
<languages>
<language type="ksh">কোলোনিয়ান</language>
</languages>
<territories>
<territory type="CD" alt="variant">কঙ্গো (DRC)</territory>
<territory type="MD">মলডোভা</territory>
<territory type="UM">মার্কিন যুক্তরাষ্ট্রের পার্শ্ববর্তী দ্বীপপুঞ্জ</territory>
</territories>
</localeDisplayNames>
</ldml>

View File

@ -1,12 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2015 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
<!-- Copyright © 1991-2018 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.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 12307 $"/>
<version number="$Revision: 13869 $"/>
<language type="bo"/>
</identity>
<localeDisplayNames>
@ -278,6 +279,7 @@ For terms of use, see http://www.unicode.org/copyright.html
<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 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>
</characters>
<dates>
@ -636,4 +638,3 @@ For terms of use, see http://www.unicode.org/copyright.html
</messages>
</posix>
</ldml>

View File

@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2015 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
<!-- Copyright © 1991-2018 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.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 11914 $"/>
<version number="$Revision: 13869 $"/>
<language type="bo"/>
<territory type="CN"/>
</identity>
</ldml>

View File

@ -1,12 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2015 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
<!-- Copyright © 1991-2018 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.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 11914 $"/>
<version number="$Revision: 13869 $"/>
<language type="bo"/>
<territory type="IN"/>
</identity>
@ -23,4 +24,3 @@ For terms of use, see http://www.unicode.org/copyright.html
</currencies>
</numbers>
</ldml>

View File

@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2015 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
<!-- Copyright © 1991-2018 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.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 11914 $"/>
<version number="$Revision: 13839 $"/>
<language type="br"/>
<territory type="FR"/>
</identity>
</ldml>

View File

@ -1,12 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2015 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
<!-- Copyright © 1991-2018 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.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 12307 $"/>
<version number="$Revision: 13911 $"/>
<language type="brx"/>
</identity>
<localeDisplayNames>
@ -911,6 +912,7 @@ For terms of use, see http://www.unicode.org/copyright.html
<exemplarCharacters>[\u093C \u0901 \u0902 अ आ इ ई उ ऊ ऍ ए ऐ ऑ ओ औ क ख ग घ च छ ज झ ञ ट ठ ड {ड\u093C} ढ ण त थ द ध न प फ ब भ म य र ल ळ व श ष स ह ा ि ी \u0941 \u0942 \u0943 \u0945 \u0947 \u0948 ॉ ो ौ \u094D]</exemplarCharacters>
<exemplarCharacters type="auxiliary">[\u200C\u200D]</exemplarCharacters>
<exemplarCharacters type="index">[अ आ इ ई उ ऊ ऍ ए ऐ ऑ ओ औ क ख ग घ च छ ज झ ञ ट ठ ड {ड\u093C} ढ ण त थ द ध न प फ ब भ म य र ल ळ व श ष स ह]</exemplarCharacters>
<exemplarCharacters type="numbers">[\- , . % ‰ + 0 1 2 3 4 5 6 7 8 9]</exemplarCharacters>
</characters>
<delimiters>
<quotationStart></quotationStart>
@ -1203,6 +1205,9 @@ For terms of use, see http://www.unicode.org/copyright.html
</field>
</fields>
<timeZoneNames>
<zone type="Pacific/Honolulu">
<exemplarCity>होनोलुलु</exemplarCity>
</zone>
<zone type="Etc/Unknown">
<exemplarCity>अज्ञात</exemplarCity>
</zone>
@ -2199,9 +2204,6 @@ For terms of use, see http://www.unicode.org/copyright.html
<zone type="Pacific/Midway">
<exemplarCity>मीडवे</exemplarCity>
</zone>
<zone type="Pacific/Johnston">
<exemplarCity>जौन्स्टन</exemplarCity>
</zone>
<zone type="Pacific/Wake">
<exemplarCity>वाके</exemplarCity>
</zone>
@ -2211,8 +2213,8 @@ For terms of use, see http://www.unicode.org/copyright.html
<zone type="America/Nome">
<exemplarCity>नोम</exemplarCity>
</zone>
<zone type="Pacific/Honolulu">
<exemplarCity>होनोलुलु</exemplarCity>
<zone type="Pacific/Johnston">
<exemplarCity>जौन्स्टन</exemplarCity>
</zone>
<zone type="America/Anchorage">
<exemplarCity>ऐन्करेज</exemplarCity>
@ -3462,9 +3464,12 @@ For terms of use, see http://www.unicode.org/copyright.html
<currency type="BYB">
<displayName>बेलारुसी नया रूबल (1941999)</displayName>
</currency>
<currency type="BYR">
<currency type="BYN">
<displayName>बेलारुसी रूबल</displayName>
</currency>
<currency type="BYR">
<displayName>बेलारुसी रूबल (20002016)</displayName>
</currency>
<currency type="BZD">
<displayName>बेलीज़ डॉलर</displayName>
</currency>
@ -3775,6 +3780,9 @@ For terms of use, see http://www.unicode.org/copyright.html
<displayName>माकाव पाताचा</displayName>
</currency>
<currency type="MRO">
<displayName>मौरिटानी ऊगुया (19732017)</displayName>
</currency>
<currency type="MRU">
<displayName>मौरिटानी ऊगुया</displayName>
</currency>
<currency type="MTL">
@ -3847,10 +3855,10 @@ For terms of use, see http://www.unicode.org/copyright.html
<displayName>पेरूवाई ईंटी</displayName>
</currency>
<currency type="PEN">
<displayName>पेरुवाई नया सोल</displayName>
<displayName>पेरुवाई सोल</displayName>
</currency>
<currency type="PES">
<displayName>पेरुवाई सोल</displayName>
<displayName>पेरुवाई सोल (18631965)</displayName>
</currency>
<currency type="PGK">
<displayName>पापुआ न्यु गीनी का कीना</displayName>
@ -3937,6 +3945,9 @@ For terms of use, see http://www.unicode.org/copyright.html
<displayName>सुरीनाम गील्डर</displayName>
</currency>
<currency type="STD">
<displayName>साँव तोमे एवं प्रीन्सीपे का डोब्रा (19772017)</displayName>
</currency>
<currency type="STN">
<displayName>साँव तोमे एवं प्रीन्सीपे का डोब्रा</displayName>
</currency>
<currency type="SUR">
@ -4196,4 +4207,3 @@ For terms of use, see http://www.unicode.org/copyright.html
</messages>
</posix>
</ldml>

View File

@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2015 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
<!-- Copyright © 1991-2018 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.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 11914 $"/>
<version number="$Revision: 13869 $"/>
<language type="brx"/>
<territory type="IN"/>
</identity>
</ldml>

View File

@ -1,12 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2015 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
<!-- Copyright © 1991-2018 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.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 12307 $"/>
<version number="$Revision: 13911 $"/>
<language type="bs"/>
<script type="Cyrl"/>
</identity>
@ -50,7 +51,7 @@ For terms of use, see http://www.unicode.org/copyright.html
<language type="bal">балучи</language>
<language type="ban">балинезијски</language>
<language type="bas">баса</language>
<language type="be">белоруски</language>
<language type="be">бјелоруски</language>
<language type="bej">беја</language>
<language type="bem">бемба</language>
<language type="bg">бугарски</language>
@ -90,14 +91,13 @@ For terms of use, see http://www.unicode.org/copyright.html
<language type="crh">кримеански турски</language>
<language type="cs">чешки</language>
<language type="csb">кашубијански</language>
<language type="cu">старословенски</language>
<language type="cu">старославенски</language>
<language type="cv">чувашки</language>
<language type="cy">велшки</language>
<language type="da">дански</language>
<language type="dak">дакота</language>
<language type="dar">даргва</language>
<language type="de">немачки</language>
<language type="de_AT">Аустријски немачки</language>
<language type="de">њемачки</language>
<language type="de_CH">Швајцарски високи немачки</language>
<language type="del">делавер</language>
<language type="den">славски</language>
@ -110,6 +110,7 @@ For terms of use, see http://www.unicode.org/copyright.html
<language type="dv">дивехијски</language>
<language type="dyu">ђула</language>
<language type="dz">џонга</language>
<language type="ebu">ембу</language>
<language type="ee">еве</language>
<language type="efi">ефикски</language>
<language type="egy">староегипатски</language>
@ -117,15 +118,11 @@ For terms of use, see http://www.unicode.org/copyright.html
<language type="el">грчки</language>
<language type="elx">еламитски</language>
<language type="en">енглески</language>
<language type="en_AU">Аустралијски енглески</language>
<language type="en_CA">Канадски енглески</language>
<language type="en_GB">Британски енглески</language>
<language type="en_US">САД енглески</language>
<language type="en_GB" alt="short">енглески (УК)</language>
<language type="en_US" alt="short">енглески (САД)</language>
<language type="enm">средњи енглески</language>
<language type="eo">есперанто</language>
<language type="es">шпански</language>
<language type="es_419">Латино-амерички шпански</language>
<language type="es_ES">Иберијски шпански</language>
<language type="et">естонски</language>
<language type="eu">баскијски</language>
<language type="ewo">евондо</language>
@ -134,13 +131,11 @@ For terms of use, see http://www.unicode.org/copyright.html
<language type="fat">фанти</language>
<language type="ff">фулах</language>
<language type="fi">фински</language>
<language type="fil">тагалог</language>
<language type="fil">филипински</language>
<language type="fj">фиджијски</language>
<language type="fo">фарски</language>
<language type="fon">фон</language>
<language type="fr">француски</language>
<language type="fr_CA">Канадски француски</language>
<language type="fr_CH">Швајцарски француски</language>
<language type="frm">средњи француски</language>
<language type="fro">старофранцуски</language>
<language type="frr">северно-фризијски</language>
@ -163,7 +158,7 @@ For terms of use, see http://www.unicode.org/copyright.html
<language type="got">готски</language>
<language type="grb">гребо</language>
<language type="grc">старогрчки</language>
<language type="gsw">швајцарски немачки</language>
<language type="gsw">њемачки (Швицарска)</language>
<language type="gu">гуџарати</language>
<language type="gv">манкс</language>
<language type="gwi">гвич’ин</language>
@ -181,7 +176,7 @@ For terms of use, see http://www.unicode.org/copyright.html
<language type="ht">хаитски</language>
<language type="hu">мађарски</language>
<language type="hup">хупа</language>
<language type="hy">јерменски</language>
<language type="hy">ерменски</language>
<language type="hz">хереро</language>
<language type="ia">интерлингва</language>
<language type="iba">ибан</language>
@ -230,6 +225,7 @@ For terms of use, see http://www.unicode.org/copyright.html
<language type="krl">карелијски</language>
<language type="kru">курукх</language>
<language type="ks">кашмирски</language>
<language type="ksb">шамбала</language>
<language type="ku">курдски</language>
<language type="kum">кумик</language>
<language type="kut">кутенаи</language>
@ -255,7 +251,7 @@ For terms of use, see http://www.unicode.org/copyright.html
<language type="lun">лунда</language>
<language type="luo">луо</language>
<language type="lus">лушаи</language>
<language type="lv">летонски</language>
<language type="lv">латвијски</language>
<language type="mad">мадурешки</language>
<language type="mag">магахи</language>
<language type="mai">маитили</language>
@ -290,7 +286,7 @@ For terms of use, see http://www.unicode.org/copyright.html
<language type="na">науру</language>
<language type="nap">неаполитански</language>
<language type="nb">норвешки бокмал</language>
<language type="nd">северни ндебеле</language>
<language type="nd">сјеверни ндебеле</language>
<language type="nds">ниски немачки</language>
<language type="ne">непалски</language>
<language type="new">невари</language>
@ -305,7 +301,7 @@ For terms of use, see http://www.unicode.org/copyright.html
<language type="non">стари норски</language>
<language type="nqo">н’ко</language>
<language type="nr">јужни ндебеле</language>
<language type="nso">северни сото</language>
<language type="nso">сјеверни сото</language>
<language type="nv">навахо</language>
<language type="nwc">класични невари</language>
<language type="ny">њања</language>
@ -335,8 +331,6 @@ For terms of use, see http://www.unicode.org/copyright.html
<language type="ps">паштунски</language>
<language type="ps" alt="variant" draft="contributed">пашто</language>
<language type="pt">португалски</language>
<language type="pt_BR">Бразилски португалски</language>
<language type="pt_PT">Иберијски португалски</language>
<language type="qu">квенча</language>
<language type="raj">рађастани</language>
<language type="rap">рапануи</language>
@ -360,7 +354,7 @@ For terms of use, see http://www.unicode.org/copyright.html
<language type="scn">сицилијански</language>
<language type="sco">шкотски</language>
<language type="sd">синди</language>
<language type="se">северни сами</language>
<language type="se">сјеверни сами</language>
<language type="sel">селкап</language>
<language type="sg">санго</language>
<language type="sga">староирски</language>
@ -369,7 +363,7 @@ For terms of use, see http://www.unicode.org/copyright.html
<language type="si">сингалески</language>
<language type="sid">сидамо</language>
<language type="sk">словачки</language>
<language type="sl">словеначки</language>
<language type="sl">словенски</language>
<language type="sm">самоански</language>
<language type="sma">јужни сами</language>
<language type="smj">луле сами</language>
@ -428,7 +422,7 @@ For terms of use, see http://www.unicode.org/copyright.html
<language type="uga">угаритски</language>
<language type="uk">украјински</language>
<language type="umb">умбунду</language>
<language type="und">непознат или неважећи језик</language>
<language type="und">непознати језик</language>
<language type="ur">урду</language>
<language type="uz">узбечки</language>
<language type="vai">ваи</language>
@ -452,6 +446,7 @@ For terms of use, see http://www.unicode.org/copyright.html
<language type="zap">запотечки</language>
<language type="zbl">блисимболи</language>
<language type="zen">зенага</language>
<language type="zgh">стандардни марокански тамазигт</language>
<language type="zh">кинески</language>
<language type="zh_Hans">кинески (поједностављен)</language>
<language type="zh_Hant">кинески (традиционални)</language>
@ -483,7 +478,7 @@ For terms of use, see http://www.unicode.org/copyright.html
<script type="Cirt">цирт писмо</script>
<script type="Copt">коптичко писмо</script>
<script type="Cprt">кипарско писмо</script>
<script type="Cyrl">Ћирилица</script>
<script type="Cyrl">ћирилица</script>
<script type="Cyrs">Старословенска црквена ћирилица</script>
<script type="Deva">Деванагари</script>
<script type="Dsrt">Дезерет</script>
@ -512,6 +507,7 @@ For terms of use, see http://www.unicode.org/copyright.html
<script type="Hung">старомађарско писмо</script>
<script type="Inds">индушко писмо</script>
<script type="Ital">стари италик</script>
<script type="Jamo" draft="contributed">Џамо</script>
<script type="Java">јаванско писмо</script>
<script type="Jpan">јапанско писмо</script>
<script type="Kali">кајах-ли писмо</script>
@ -525,7 +521,7 @@ For terms of use, see http://www.unicode.org/copyright.html
<script type="Laoo">лаошко писмо</script>
<script type="Latf">латиница (фрактур варијанта)</script>
<script type="Latg">галска латиница</script>
<script type="Latn">Латиница</script>
<script type="Latn">латиница</script>
<script type="Lepc">лепча писмо</script>
<script type="Limb">лимбу писмо</script>
<script type="Lina">линеарно А писмо</script>
@ -590,12 +586,12 @@ For terms of use, see http://www.unicode.org/copyright.html
<script type="Zinh">наследно писмо</script>
<script type="Zmth">математичка нотација</script>
<script type="Zsym">симболи</script>
<script type="Zxxx">Неписани језик</script>
<script type="Zxxx">неписани језик</script>
<script type="Zyyy">заједничко писмо</script>
<script type="Zzzz">Непознато или неважеће писмо</script>
<script type="Zzzz">непознато писмо</script>
</scripts>
<territories>
<territory type="001">Свет</territory>
<territory type="001">Свијет</territory>
<territory type="002">Африка</territory>
<territory type="003">Северноамерички континент</territory>
<territory type="005">Јужна Америка</territory>
@ -603,7 +599,7 @@ For terms of use, see http://www.unicode.org/copyright.html
<territory type="011">Западна Африка</territory>
<territory type="013">Централна Америка</territory>
<territory type="014">Источна Африка</territory>
<territory type="015">Северна Африка</territory>
<territory type="015">Сјеверна Африка</territory>
<territory type="017">Централна Африка</territory>
<territory type="018">Јужна Африка</territory>
<territory type="019">Америке</territory>
@ -622,17 +618,17 @@ For terms of use, see http://www.unicode.org/copyright.html
<territory type="145">Западна Азија</territory>
<territory type="150">Европа</territory>
<territory type="151">Источна Европа</territory>
<territory type="154">Северна Европа</territory>
<territory type="154">Сјеверна Европа</territory>
<territory type="155">Западна Европа</territory>
<territory type="419">Латинска Америка</territory>
<territory type="AC">Острво Асенсион</territory>
<territory type="AD">Андора</territory>
<territory type="AE">Уједињени Арапски Емирати</territory>
<territory type="AF">Авганистан</territory>
<territory type="AF">Афганистан</territory>
<territory type="AG">Антигва и Барбуда</territory>
<territory type="AI">Ангвила</territory>
<territory type="AL">Албанија</territory>
<territory type="AM">Арменија</territory>
<territory type="AM">Ерменија</territory>
<territory type="AO">Ангола</territory>
<territory type="AQ">Антарктик</territory>
<territory type="AR">Аргентина</territory>
@ -640,7 +636,7 @@ For terms of use, see http://www.unicode.org/copyright.html
<territory type="AT">Аустрија</territory>
<territory type="AU">Аустралија</territory>
<territory type="AW">Аруба</territory>
<territory type="AX">Аландска острва</territory>
<territory type="AX">Оландска острва</territory>
<territory type="AZ">Азербејџан</territory>
<territory type="BA">Босна и Херцеговина</territory>
<territory type="BB">Барбадос</territory>
@ -652,25 +648,27 @@ For terms of use, see http://www.unicode.org/copyright.html
<territory type="BI">Бурунди</territory>
<territory type="BJ">Бенин</territory>
<territory type="BL">Свети Бартоломеј</territory>
<territory type="BM">Бермуда</territory>
<territory type="BM">Бермуди</territory>
<territory type="BN">Брунеј</territory>
<territory type="BO">Боливија</territory>
<territory type="BQ">Карипска Холандија</territory>
<territory type="BR">Бразил</territory>
<territory type="BS">Бахами</territory>
<territory type="BT">Бутан</territory>
<territory type="BV">Буве Острва</territory>
<territory type="BV">Острво Буве</territory>
<territory type="BW">Боцвана</territory>
<territory type="BY">Белорусија</territory>
<territory type="BZ">Белизе</territory>
<territory type="BY">Бјелорусија</territory>
<territory type="BZ">Белиз</territory>
<territory type="CA">Канада</territory>
<territory type="CC">Кокос (Келинг) Острва</territory>
<territory type="CD">Конго - Киншаса</territory>
<territory type="CD" alt="variant" draft="contributed">Конго (ДРК)</territory>
<territory type="CF">Централно Афричка Република</territory>
<territory type="CG">Конго - Бразавил</territory>
<territory type="CG" alt="variant" draft="contributed">Конго (Република)</territory>
<territory type="CH">Швајцарска</territory>
<territory type="CD">Демократска Република Конго</territory>
<territory type="CD" alt="variant">ДР Конго</territory>
<territory type="CF">Средњоафричка Република</territory>
<territory type="CG">Конго</territory>
<territory type="CG" alt="variant">Република Конго</territory>
<territory type="CH">Швицарска</territory>
<territory type="CI">Обала Слоноваче</territory>
<territory type="CI" alt="variant">Обала Бјелокости</territory>
<territory type="CK">Кукова Острва</territory>
<territory type="CL">Чиле</territory>
<territory type="CM">Камерун</territory>
@ -679,11 +677,13 @@ For terms of use, see http://www.unicode.org/copyright.html
<territory type="CP">Острво Клипертон</territory>
<territory type="CR">Костарика</territory>
<territory type="CU">Куба</territory>
<territory type="CV">Капе Верде</territory>
<territory type="CX">Божићна острва</territory>
<territory type="CV">Зеленортска Острва</territory>
<territory type="CW">Курасао</territory>
<territory type="CX">Божићно острво</territory>
<territory type="CY">Кипар</territory>
<territory type="CZ">Чешка</territory>
<territory type="DE">Немачка</territory>
<territory type="CZ" alt="variant">Чешка Република</territory>
<territory type="DE">Њемачка</territory>
<territory type="DG">Дијего Гарсија</territory>
<territory type="DJ">Џибути</territory>
<territory type="DK">Данска</territory>
@ -698,34 +698,36 @@ For terms of use, see http://www.unicode.org/copyright.html
<territory type="ER">Еритреја</territory>
<territory type="ES">Шпанија</territory>
<territory type="ET">Етиопија</territory>
<territory type="EU">Европска Унија</territory>
<territory type="EU">Европска унија</territory>
<territory type="EZ">Еурозона</territory>
<territory type="FI">Финска</territory>
<territory type="FJ">Фиџи</territory>
<territory type="FK">Фокландска острва</territory>
<territory type="FK" alt="variant">Фокландска (Малвинска) острва</territory>
<territory type="FM">Микронезија</territory>
<territory type="FO">Фарска Острва</territory>
<territory type="FO">Фарска острва</territory>
<territory type="FR">Француска</territory>
<territory type="GA">Габон</territory>
<territory type="GB">Велика Британија</territory>
<territory type="GB">Уједињено Краљевство</territory>
<territory type="GB" alt="short">УК</territory>
<territory type="GD">Гренада</territory>
<territory type="GE">Грузија</territory>
<territory type="GF">Француска Гвајана</territory>
<territory type="GG">Гурнси</territory>
<territory type="GG">Гернзи</territory>
<territory type="GH">Гана</territory>
<territory type="GI">Гибралтар</territory>
<territory type="GL">Гренланд</territory>
<territory type="GM">Гамбија</territory>
<territory type="GN">Гвинеја</territory>
<territory type="GP">Гваделупе</territory>
<territory type="GQ">Екваторијална Гвинеја</territory>
<territory type="GQ">Екваторска Гвинеја</territory>
<territory type="GR">Грчка</territory>
<territory type="GS">Јужна Џорџија и Јужна Сендвич Острва</territory>
<territory type="GT">Гватемала</territory>
<territory type="GU">Гуам</territory>
<territory type="GW">Гвинеја-Бисао</territory>
<territory type="GW">Гвинеја-Бисау</territory>
<territory type="GY">Гвајана</territory>
<territory type="HK">Хонг Конг С. А. Р. Кина</territory>
<territory type="HK">Хонг Конг (САР Кина)</territory>
<territory type="HK" alt="short">Хонг Конг</territory>
<territory type="HM">Херд и Мекдоналд Острва</territory>
<territory type="HN">Хондурас</territory>
@ -736,14 +738,14 @@ For terms of use, see http://www.unicode.org/copyright.html
<territory type="ID">Индонезија</territory>
<territory type="IE">Ирска</territory>
<territory type="IL">Израел</territory>
<territory type="IM">Острво Ман</territory>
<territory type="IM">Острво Мен</territory>
<territory type="IN">Индија</territory>
<territory type="IO">Британска територија у Индијском океану</territory>
<territory type="IQ">Ирак</territory>
<territory type="IR">Иран</territory>
<territory type="IS">Исланд</territory>
<territory type="IT">Италија</territory>
<territory type="JE">Џерси</territory>
<territory type="JE">Џерзи</territory>
<territory type="JM">Јамајка</territory>
<territory type="JO">Јордан</territory>
<territory type="JP">Јапан</territory>
@ -751,38 +753,39 @@ For terms of use, see http://www.unicode.org/copyright.html
<territory type="KG">Киргизстан</territory>
<territory type="KH">Камбоџа</territory>
<territory type="KI">Кирибати</territory>
<territory type="KM">Коморска Острва</territory>
<territory type="KN">Сент Китс и Невис</territory>
<territory type="KP">Северна Кореја</territory>
<territory type="KM">Комори</territory>
<territory type="KN">Свети Кристофор и Невис</territory>
<territory type="KP">Сјеверна Кореја</territory>
<territory type="KR">Јужна Кореја</territory>
<territory type="KW">Кувајт</territory>
<territory type="KY">Кајманска Острва</territory>
<territory type="KY">Кајманска острва</territory>
<territory type="KZ">Казахстан</territory>
<territory type="LA">Лаос</territory>
<territory type="LB">Либан</territory>
<territory type="LC">Сент Луција</territory>
<territory type="LC">Света Луција</territory>
<territory type="LI">Лихтенштајн</territory>
<territory type="LK">Шри Ланка</territory>
<territory type="LR">Либерија</territory>
<territory type="LS">Лесото</territory>
<territory type="LT">Литванија</territory>
<territory type="LU">Луксембург</territory>
<territory type="LV">Летонија</territory>
<territory type="LV">Латвија</territory>
<territory type="LY">Либија</territory>
<territory type="MA">Мароко</territory>
<territory type="MC">Монако</territory>
<territory type="MD">Молдавија</territory>
<territory type="ME">Црна Гора</territory>
<territory type="MF">Сент Мартин</territory>
<territory type="MF">Свети Мартин</territory>
<territory type="MG">Мадагаскар</territory>
<territory type="MH">Маршалска Острва</territory>
<territory type="MK">Македонија</territory>
<territory type="MK" alt="variant">Македонија (БЈР)</territory>
<territory type="ML">Мали</territory>
<territory type="MM">Мијанмар (Бурма)</territory>
<territory type="MM">Мјанмар</territory>
<territory type="MN">Монголија</territory>
<territory type="MO">Макао С. А. Р. Кина</territory>
<territory type="MO">Макао (САР Кина)</territory>
<territory type="MO" alt="short">Макао</territory>
<territory type="MP">Северна Маријанска Острва</territory>
<territory type="MP">Сјеверна Маријанска острва</territory>
<territory type="MQ">Мартиник</territory>
<territory type="MR">Мауританија</territory>
<territory type="MS">Монсерат</territory>
@ -796,7 +799,7 @@ For terms of use, see http://www.unicode.org/copyright.html
<territory type="NA">Намибија</territory>
<territory type="NC">Нова Каледонија</territory>
<territory type="NE">Нигер</territory>
<territory type="NF">Норфолк Острво</territory>
<territory type="NF">Острво Норфолк</territory>
<territory type="NG">Нигерија</territory>
<territory type="NI">Никарагва</territory>
<territory type="NL">Холандија</territory>
@ -815,9 +818,9 @@ For terms of use, see http://www.unicode.org/copyright.html
<territory type="PL">Пољска</territory>
<territory type="PM">Сен Пјер и Микелон</territory>
<territory type="PN">Питкерн</territory>
<territory type="PR">Порто Рико</territory>
<territory type="PR">Порторико</territory>
<territory type="PS">Палестинске територије</territory>
<territory type="PT">Португалија</territory>
<territory type="PT">Португал</territory>
<territory type="PW">Палау</territory>
<territory type="PY">Парагвај</territory>
<territory type="QA">Катар</territory>
@ -833,20 +836,20 @@ For terms of use, see http://www.unicode.org/copyright.html
<territory type="SD">Судан</territory>
<territory type="SE">Шведска</territory>
<territory type="SG">Сингапур</territory>
<territory type="SH">Света Јелена</territory>
<territory type="SH">Света Хелена</territory>
<territory type="SI">Словенија</territory>
<territory type="SJ">Свалбард и Јанмајен Острва</territory>
<territory type="SJ">Свалбард и Јан Мајен</territory>
<territory type="SK">Словачка</territory>
<territory type="SL">Сијера Леоне</territory>
<territory type="SM">Сан Марино</territory>
<territory type="SN">Сенегал</territory>
<territory type="SO">Сомалија</territory>
<territory type="SR">Суринам</territory>
<territory type="SS" draft="provisional">Јужни Судан</territory>
<territory type="ST">Сао Томе и Принципе</territory>
<territory type="SS">Јужни Судан</territory>
<territory type="ST">Свети Тома и Принцип</territory>
<territory type="SV">Салвадор</territory>
<territory type="SY">Сирија</territory>
<territory type="SZ">Свазиленд</territory>
<territory type="SZ">Свази</territory>
<territory type="TA">Тристан да Куња</territory>
<territory type="TC">Туркс и Кајкос Острва</territory>
<territory type="TD">Чад</territory>
@ -867,18 +870,21 @@ For terms of use, see http://www.unicode.org/copyright.html
<territory type="UA">Украјина</territory>
<territory type="UG">Уганда</territory>
<territory type="UM">Мања удаљена острва САД</territory>
<territory type="UN">Уједињене нације</territory>
<territory type="US">Сједињене Америчке Државе</territory>
<territory type="US" alt="short">САД</territory>
<territory type="UY">Уругвај</territory>
<territory type="UZ">Узбекистан</territory>
<territory type="VA">Ватикан</territory>
<territory type="VC">Сент Винсент и Гренадини</territory>
<territory type="VC">Свети Винсент и Гренадини</territory>
<territory type="VE">Венецуела</territory>
<territory type="VG">Британска Девичанска Острва</territory>
<territory type="VI">С.А.Д. Девичанска Острва</territory>
<territory type="VG">Британска Дјевичанска острва</territory>
<territory type="VI">Америчка Дјевичанска острва</territory>
<territory type="VN">Вијетнам</territory>
<territory type="VU">Вануату</territory>
<territory type="WF">Валис и Футуна Острва</territory>
<territory type="WF">Валис и Футуна</territory>
<territory type="WS">Самоа</territory>
<territory type="XK">Косово</territory>
<territory type="YE">Јемен</territory>
<territory type="YT">Мајоте</territory>
<territory type="ZA">Јужноафричка Република</territory>
@ -951,6 +957,11 @@ For terms of use, see http://www.unicode.org/copyright.html
<type key="collation" type="stroke">Сортирање по броју црта</type>
<type key="collation" type="traditional">Традиционално сортирање</type>
<type key="collation" type="unihan" draft="contributed">Редослед сортирања радикалним цртицама</type>
<type key="d0" type="fwidth" draft="contributed">пуна ширина</type>
<type key="d0" type="hwidth" draft="contributed">пола ширине</type>
<type key="d0" type="npinyin" draft="contributed">Нумеричка</type>
<type key="m0" type="bgn" draft="contributed">БГН (BGN)</type>
<type key="m0" type="ungegn" draft="contributed">УНГЕГН (BGN)</type>
<type key="numbers" type="arab" draft="contributed">арапско-индијске цифре</type>
<type key="numbers" type="arabext" draft="contributed">продужене арапско-индијске цифре</type>
<type key="numbers" type="armn" draft="contributed">јерменски бројеви</type>
@ -987,18 +998,6 @@ For terms of use, see http://www.unicode.org/copyright.html
<type key="numbers" type="thai" draft="contributed">тајске цифре</type>
<type key="numbers" type="tibt" draft="contributed">тибетанске цифре</type>
</types>
<transformNames>
<transformName type="BGN" draft="contributed">БГН (BGN)</transformName>
<transformName type="Numeric" draft="contributed">Нумеричка</transformName>
<transformName type="Tone" draft="contributed">Тон</transformName>
<transformName type="UNGEGN" draft="contributed">УНГЕГН (BGN)</transformName>
<transformName type="x-Accents" draft="contributed">Акценти</transformName>
<transformName type="x-Fullwidth" draft="contributed">пуна ширина</transformName>
<transformName type="x-Halfwidth" draft="contributed">пола ширине</transformName>
<transformName type="x-Jamo" draft="contributed">Џамо</transformName>
<transformName type="x-Pinyin" draft="contributed">Пинјин</transformName>
<transformName type="x-Publishing" draft="contributed">Издавачки</transformName>
</transformNames>
<measurementSystemNames>
<measurementSystemName type="metric">Метрички</measurementSystemName>
<measurementSystemName type="UK" draft="contributed">империјални</measurementSystemName>
@ -1014,6 +1013,7 @@ For terms of use, see http://www.unicode.org/copyright.html
<exemplarCharacters>[а б в г д ђ е ж з и ј к л љ м н њ о п р с т ћ у ф х ц ч џ ш]</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>
<ellipsis type="final" draft="contributed">{0}…</ellipsis>
<ellipsis type="initial" draft="contributed">…{0}</ellipsis>
</characters>
@ -1236,7 +1236,7 @@ For terms of use, see http://www.unicode.org/copyright.html
<month type="5">мај</month>
<month type="6">јун</month>
<month type="7">јул</month>
<month type="8">авг</month>
<month type="8">ауг</month>
<month type="9">сеп</month>
<month type="10">окт</month>
<month type="11">нов</month>
@ -1250,7 +1250,7 @@ For terms of use, see http://www.unicode.org/copyright.html
<month type="5">мај</month>
<month type="6">јуни</month>
<month type="7">јули</month>
<month type="8">август</month>
<month type="8">аугуст</month>
<month type="9">септембар</month>
<month type="10">октобар</month>
<month type="11">новембар</month>
@ -1258,6 +1258,9 @@ For terms of use, see http://www.unicode.org/copyright.html
</monthWidth>
</monthContext>
<monthContext type="stand-alone">
<monthWidth type="abbreviated">
<month type="8">ауг</month>
</monthWidth>
<monthWidth type="narrow">
<month type="1">ј</month>
<month type="2">ф</month>
@ -1272,6 +1275,9 @@ For terms of use, see http://www.unicode.org/copyright.html
<month type="11">н</month>
<month type="12">д</month>
</monthWidth>
<monthWidth type="wide">
<month type="8">аугуст</month>
</monthWidth>
</monthContext>
</months>
<days>
@ -1286,8 +1292,8 @@ For terms of use, see http://www.unicode.org/copyright.html
<day type="sat">суб</day>
</dayWidth>
<dayWidth type="wide">
<day type="sun">недеља</day>
<day type="mon">понедељак</day>
<day type="sun">недјеља</day>
<day type="mon">понедјељак</day>
<day type="tue">уторак</day>
<day type="wed">сриједа</day>
<day type="thu">четвртак</day>
@ -1305,6 +1311,9 @@ For terms of use, see http://www.unicode.org/copyright.html
<day type="fri">п</day>
<day type="sat">с</day>
</dayWidth>
<dayWidth type="wide">
<day type="sun">недјеља</day>
</dayWidth>
</dayContext>
</days>
<quarters>
@ -1351,8 +1360,8 @@ For terms of use, see http://www.unicode.org/copyright.html
</dayPeriods>
<eras>
<eraNames>
<era type="0">Пре нове ере</era>
<era type="1">Нове ере</era>
<era type="0">прије нове ере</era>
<era type="1">нове ере</era>
</eraNames>
<eraAbbr>
<era type="0">п. н. е.</era>
@ -2106,6 +2115,9 @@ For terms of use, see http://www.unicode.org/copyright.html
<gmtFormat>GMT{0}</gmtFormat>
<regionFormat draft="contributed">Време у земљи: {0}</regionFormat>
<fallbackFormat>{1} ({0})</fallbackFormat>
<zone type="Pacific/Honolulu">
<exemplarCity>Хонолулу</exemplarCity>
</zone>
<zone type="Etc/Unknown">
<exemplarCity>Непознат или неважећи град</exemplarCity>
</zone>
@ -3159,9 +3171,6 @@ For terms of use, see http://www.unicode.org/copyright.html
<zone type="Pacific/Midway">
<exemplarCity>Мидвеј</exemplarCity>
</zone>
<zone type="Pacific/Johnston">
<exemplarCity>Џонстон</exemplarCity>
</zone>
<zone type="Pacific/Wake">
<exemplarCity>Вејк</exemplarCity>
</zone>
@ -3171,8 +3180,8 @@ For terms of use, see http://www.unicode.org/copyright.html
<zone type="America/Nome">
<exemplarCity>Ном</exemplarCity>
</zone>
<zone type="Pacific/Honolulu">
<exemplarCity>Хонолулу</exemplarCity>
<zone type="Pacific/Johnston">
<exemplarCity>Џонстон</exemplarCity>
</zone>
<zone type="America/Anchorage">
<exemplarCity>Енкориџ</exemplarCity>
@ -4234,6 +4243,7 @@ For terms of use, see http://www.unicode.org/copyright.html
<plusSign>+</plusSign>
<minusSign>-</minusSign>
<exponential>E</exponential>
<superscriptingExponent>×</superscriptingExponent>
<perMille></perMille>
<infinity></infinity>
<nan draft="contributed">NaN</nan>
@ -4347,9 +4357,9 @@ For terms of use, see http://www.unicode.org/copyright.html
</currencyFormatLength>
<currencyFormatLength type="short">
<currencyFormat type="standard">
<pattern type="1000" count="one" draft="provisional">0 ¤</pattern>
<pattern type="1000" count="few" draft="provisional">0 ¤</pattern>
<pattern type="1000" count="other" draft="provisional">0 ¤</pattern>
<pattern type="1000" count="one" draft="provisional">0</pattern>
<pattern type="1000" count="few" draft="provisional">0</pattern>
<pattern type="1000" count="other" draft="provisional">0</pattern>
<pattern type="10000" count="one" draft="provisional">00 хиљ ¤</pattern>
<pattern type="10000" count="few" draft="provisional">00 хиљ ¤</pattern>
<pattern type="10000" count="other" draft="provisional">00 хиљ ¤</pattern>
@ -4707,12 +4717,18 @@ For terms of use, see http://www.unicode.org/copyright.html
<displayName count="few">белоруске нове рубља</displayName>
<displayName count="other">белоруских нових рубљи</displayName>
</currency>
<currency type="BYR">
<currency type="BYN">
<displayName>Белоруска рубља</displayName>
<displayName count="one">белоруска рубља</displayName>
<displayName count="few">белоруске рубље</displayName>
<displayName count="other">белоруске рубље</displayName>
</currency>
<currency type="BYR">
<displayName>Белоруска рубља (20002016)</displayName>
<displayName count="one">белоруска рубља (20002016)</displayName>
<displayName count="few">белоруске рубље (20002016)</displayName>
<displayName count="other">белоруске рубље (20002016)</displayName>
</currency>
<currency type="BZD">
<displayName>Белизе долар</displayName>
<displayName count="one">белизеански долар</displayName>
@ -5387,6 +5403,12 @@ For terms of use, see http://www.unicode.org/copyright.html
<displayName count="other">маканешких патака</displayName>
</currency>
<currency type="MRO">
<displayName>Мауританијска угвија (19732017)</displayName>
<displayName count="one">мауританијска угвиља (19732017)</displayName>
<displayName count="few">мауританијске угвиље (19732017)</displayName>
<displayName count="other">мауританијске угвиље (19732017)</displayName>
</currency>
<currency type="MRU">
<displayName>Мауританијска угвија</displayName>
<displayName count="one">мауританијска угвиља</displayName>
<displayName count="few">мауританијске угвиље</displayName>
@ -5531,17 +5553,17 @@ For terms of use, see http://www.unicode.org/copyright.html
<displayName count="other">перувијских интија</displayName>
</currency>
<currency type="PEN">
<displayName>Перуански нуево сол</displayName>
<displayName count="one">перуански нуево сол</displayName>
<displayName count="few">перуанска нуево сола</displayName>
<displayName count="other">перуанских нуево сола</displayName>
</currency>
<currency type="PES">
<displayName>Перуански сол</displayName>
<displayName count="one">перуански сол</displayName>
<displayName count="few">перуанска сола</displayName>
<displayName count="other">перуанских сола</displayName>
</currency>
<currency type="PES">
<displayName>Перуански сол (18631965)</displayName>
<displayName count="one">перуански сол (18631965)</displayName>
<displayName count="few">перуанска сола (18631965)</displayName>
<displayName count="other">перуанских сола (18631965)</displayName>
</currency>
<currency type="PGK">
<displayName>Папуа ново-гвинејшка кина</displayName>
<displayName count="one">папуа ново гвинејски долар</displayName>
@ -5725,6 +5747,12 @@ For terms of use, see http://www.unicode.org/copyright.html
<displayName count="other">суринамских гилдера</displayName>
</currency>
<currency type="STD">
<displayName>Сао Томе и Принципе добра (19772017)</displayName>
<displayName count="one">сао томе и принципе добар (19772017)</displayName>
<displayName count="few">сао томе и принципе добра (19772017)</displayName>
<displayName count="other">сао томе и принципе добри (19772017)</displayName>
</currency>
<currency type="STN">
<displayName>Сао Томе и Принципе добра</displayName>
<displayName count="one">сао томе и принципе добар</displayName>
<displayName count="few">сао томе и принципе добра</displayName>
@ -6135,6 +6163,9 @@ For terms of use, see http://www.unicode.org/copyright.html
<displayName count="other" draft="provisional">зимбабвејских долара (2008)</displayName>
</currency>
</currencies>
<minimalPairs>
<ordinalMinimalPairs ordinal="other" draft="contributed">Скрените на {0}. крижању десно.</ordinalMinimalPairs>
</minimalPairs>
</numbers>
<units>
<unitLength type="long">
@ -6238,5 +6269,10 @@ For terms of use, see http://www.unicode.org/copyright.html
<nostr>не:н</nostr>
</messages>
</posix>
<characterLabels>
<characterLabelPattern type="all">{0} — све</characterLabelPattern>
<characterLabelPattern type="strokes" count="one">{0} потез</characterLabelPattern>
<characterLabelPattern type="strokes" count="few">{0} потеза</characterLabelPattern>
<characterLabelPattern type="strokes" count="other">{0} потеза</characterLabelPattern>
</characterLabels>
</ldml>

View File

@ -1,15 +1,15 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2015 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
<!-- Copyright © 1991-2018 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.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 11914 $"/>
<version number="$Revision: 13869 $"/>
<language type="bs"/>
<script type="Cyrl"/>
<territory type="BA"/>
</identity>
</ldml>

View File

@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2015 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
<!-- Copyright © 1991-2018 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.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 11914 $"/>
<version number="$Revision: 13839 $"/>
<language type="bs"/>
<script type="Latn"/>
</identity>
</ldml>

View File

@ -1,15 +1,15 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2015 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
<!-- Copyright © 1991-2018 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.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 11914 $"/>
<version number="$Revision: 13839 $"/>
<language type="bs"/>
<script type="Latn"/>
<territory type="BA"/>
</identity>
</ldml>

View File

@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2015 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
<!-- Copyright © 1991-2018 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.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 11914 $"/>
<version number="$Revision: 13839 $"/>
<language type="ca"/>
<territory type="AD"/>
</identity>
</ldml>

View File

@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2015 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
<!-- Copyright © 1991-2018 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.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 11914 $"/>
<version number="$Revision: 13839 $"/>
<language type="ca"/>
<territory type="ES"/>
</identity>
</ldml>

View File

@ -1,12 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2015 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
<!-- Copyright © 1991-2018 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.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 11914 $"/>
<version number="$Revision: 13839 $"/>
<language type="ca"/>
<territory type="ES"/>
<variant type="VALENCIA"/>
@ -280,4 +281,3 @@ For terms of use, see http://www.unicode.org/copyright.html
</currencies>
</numbers>
</ldml>

View File

@ -1,12 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2015 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
<!-- Copyright © 1991-2018 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.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 11914 $"/>
<version number="$Revision: 13839 $"/>
<language type="ca"/>
<territory type="FR"/>
</identity>
@ -18,4 +19,3 @@ For terms of use, see http://www.unicode.org/copyright.html
</currencies>
</numbers>
</ldml>

View File

@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2015 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
<!-- Copyright © 1991-2018 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.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 11914 $"/>
<version number="$Revision: 13839 $"/>
<language type="ca"/>
<territory type="IT"/>
</identity>
</ldml>

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2018 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.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 13869 $"/>
<language type="ccp"/>
<territory type="BD"/>
</identity>
</ldml>

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2018 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.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 13869 $"/>
<language type="ccp"/>
<territory type="IN"/>
</identity>
</ldml>

View File

@ -1,12 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2014 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
<!-- Copyright © 1991-2018 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.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 11914 $"/>
<version number="$Revision: 13839 $"/>
<language type="ce"/>
<territory type="RU"/>
</identity>

View File

@ -1,12 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2015 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
<!-- Copyright © 1991-2018 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.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 12128 $"/>
<version number="$Revision: 13911 $"/>
<language type="cgg"/>
</identity>
<localeDisplayNames>
@ -690,6 +691,9 @@ For terms of use, see http://www.unicode.org/copyright.html
<displayName>Ariari ya Maragariita</displayName>
</currency>
<currency type="MRO">
<displayName>Ougwiya ya Mouriteeniya (19732017)</displayName>
</currency>
<currency type="MRU">
<displayName>Ougwiya ya Mouriteeniya</displayName>
</currency>
<currency type="MUR">
@ -732,6 +736,9 @@ For terms of use, see http://www.unicode.org/copyright.html
<displayName>Eshiringi ya Somalia</displayName>
</currency>
<currency type="STD">
<displayName>Dobra ya Sao Tome na Purinsipo (19772017)</displayName>
</currency>
<currency type="STN">
<displayName>Dobra ya Sao Tome na Purinsipo</displayName>
</currency>
<currency type="TND">
@ -774,4 +781,3 @@ For terms of use, see http://www.unicode.org/copyright.html
</messages>
</posix>
</ldml>

View File

@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2015 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
<!-- Copyright © 1991-2018 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.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 11914 $"/>
<version number="$Revision: 13869 $"/>
<language type="cgg"/>
<territory type="UG"/>
</identity>
</ldml>

View File

@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2015 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
<!-- Copyright © 1991-2018 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.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision: 11914 $"/>
<version number="$Revision: 13869 $"/>
<language type="chr"/>
<territory type="US"/>
</identity>
</ldml>

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