← Back to team overview

dhis2-devs team mailing list archive

Re: Kurdish Language Name Problem in v.2.25

 

Interestingly, the nearly current version CLDRv30 of the CLDR locale data
used by ICU  https://cldr.unicode.org  , (technically most current  version
is two months more current at CLDR v30.0.3) contains the attached
supplementalMetadata.xml file which references ckb_IQ in the last line
(some type of "sort order" statement).

The other file supplementalData.xml contains the following two lines:

<language type="ckb" scripts="Arab"/>
<language type="ckb" alt="secondary" territories="IQ IR"/>

I am not sure exactly if the following lines in  languageInfo.xml suggest
(I'm not 100% sure how this file is parsed in use)

<languageMatch percent="92" supported="ku" desired="ckb"/>
<!-- variants of Kurdish --is

It is possible that they default to the ku macrolanguage code when they
encounter the ckb (or ckb_IQ) locale setting.

I have been somewhat concerned about the CLDR tendency to "roll up" or
default to the ISO-639-1 macrolanguage or ISO-639-2 language collections
codes from the more specific ISO-639-3 code set where ckb is defined as
Kurdish Sorani (aka Central Kurdish) and is written in an Arabic script
(one of the defining characteristics that distinguishes ckb from other
Kurdish variants under the ISO-639-1 macrolanguage code ku

https://en.wikipedia.org/wiki/Central_Kurdish
https://en.wikipedia.org/wiki/Kurdish_languages

I'm encountering issues with this macrolanguage default issue in Peruvian
indigenous languages (e.g. Aymara, Quechua) that are currently supported on
Peru's OLPX XO laptops because the Linux glibc locale project is
essentially deferring judgement to CLDR (glibc is otherwise a bunch of C
hackers, not really language experts).

Let me dig into it some more, if it is in fact another example of a "roll
up to macrolanguage code" issue, I would appreciate your assistance in
documenting this additional  use case where the current policy fails and
should be replaced with a policy that respects ISO-639-3 codes and eschews
ISO-639-1 macrolanguage codes as being not only lossy encoding and sloppy
implementation of a standard, but essentially a violation of various
cultural self-determination principals enshrined in the UNDRIP United
Nations Declaration on the Rights of Indigenous Peoples.

https://en.wikipedia.org/wiki/Declaration_on_the_Rights_of_Indigenous_Peoples

https://en.wikipedia.org/wiki/ISO_639_macrolanguage
kur


* kur <http://www-01.sil.org/iso639-3/documentation.asp?id=kur>* is the ISO
639-3 <https://en.wikipedia.org/wiki/ISO_639-3> language code
<https://en.wikipedia.org/wiki/Language_code> for Kurdish
<https://en.wikipedia.org/wiki/Kurdish_language>. Its ISO 639-1
<https://en.wikipedia.org/wiki/ISO_639-1> code is *ku*. There are 3
individual language codes assigned:

   1.
   ckb <http://www-01.sil.org/iso639-3/documentation.asp?id=ckb> – Central
   Kurdish <https://en.wikipedia.org/wiki/Central_Kurdish>
   2.
   kmr <http://www-01.sil.org/iso639-3/documentation.asp?id=kmr> – Northern
   Kurdish <https://en.wikipedia.org/wiki/Northern_Kurdish>
   3.
   sdh <http://www-01.sil.org/iso639-3/documentation.asp?id=sdh> – Southern
   Kurdish <https://en.wikipedia.org/wiki/Southern_Kurdish>



cjl


On Wed, Dec 7, 2016 at 3:16 AM, Jason Pickering <jason.p.pickering@xxxxxxxxx
> wrote:

> I think the underlying problem is with the base method which relies of
> locales present in Java (http://www.oracle.com/technetwork/java/javase/
> javase7locales-334809.html)
>
> The list does not include all locales, including Kurdish Sorani. I have
> created an issue in our issue tracker here (https://jira.dhis2.org/
> browse/DHIS2-342) if you would like to track the progress.
>
> Chris, I think we need to explore a bit and see if the proposed technical
> solution solves the problem but if you have connections with the ICU
> project (http://site.icu-project.org/) you could check with them and see
> if they support this locale. Thanks,
>
> Best regards,
> Jason
>
>
> On Tue, Dec 6, 2016 at 11:37 PM, Antonia Bezenchek - INFORMApro <
> antonia.bezenchek@xxxxxxxxxxx> wrote:
>
>> Hi Chris,
>> thanks for your help to make the name of the Kurdish Sorani language
>> stable in DHIS2.
>> Let me know if I can help in some way.
>>
>> Regards,
>> Antonia
>>
>>
>>
>> 2016-12-06 23:07 GMT+01:00 Chris Leonard <cjlhomeaddress@xxxxxxxxx>:
>>
>>> Jason,
>>>
>>> Do you know the exact source of this language list?
>>>
>>> I know the Debian project maintains a localized set of the various
>>> isocode standards for language name, country, currency, etc.  If you could
>>> help me track down the code source, I'm more than willing to look into
>>> bugging them about representing Kurdish Sorani properly in their code.
>>>
>>> Chris Leonard
>>>
>>> On Mon, Dec 5, 2016 at 5:59 AM, Jason Pickering <
>>> jason.p.pickering@xxxxxxxxx> wrote:
>>>
>>>> Hi Antonia,
>>>>
>>>> I will discuss with the development team, but  as you point out, its
>>>> more of a problem of the underlying libraries themselves, which do not have
>>>> a corresponding translation of the official ISO code for Kudish Sorani. We
>>>> would need to add an enhancement I think to use the equivalent icu4j
>>>> classes to get the language names for these codes which are not part of the
>>>> core Java Locale classes.
>>>> Regards,
>>>> Jason
>>>>
>>>>
>>>>
>>>> On Mon, Dec 5, 2016 at 11:26 AM, Antonia Bezenchek - INFORMApro <
>>>> antonia.bezenchek@xxxxxxxxxxx> wrote:
>>>>
>>>>> Dear developers and translation team,
>>>>> in the upgrade process from v.2.22 to v.2.25 we encountered the
>>>>> fallowng 2 problems with the translation.
>>>>> - the the language *Kurdish*, created especially for our
>>>>> implementation, is not more visible as Kurdish in the User's Interface
>>>>> language, but with its ISO code "*ckb*". All users with assigned
>>>>> Kurdish language have *not assigned any language* and and the system
>>>>> default language appears. If I assign manually the "ckb" language to the
>>>>> user, the Kurdish translation of the interface appears.
>>>>>
>>>>> But for the final users "ckb" is not comprehensible name.
>>>>>
>>>>> Could you change the name to *Kurdish* or *Kurdish Sorani* the
>>>>> language code (ckb - ISO 639-3)
>>>>> for the v. 2.25 and all new versions.
>>>>>
>>>>> I know that if not fixed in a stable mode in the source, the problem
>>>>> will appears in any new version,  because it is not part of the underlying libraries
>>>>> (*GTK and  the Java libraries*) which provides these names, as
>>>>> specified by Jason Pickering in a mail (May 1st 2016)  and we could
>>>>> not make it change for the moment.
>>>>>
>>>>> Thanks in advance for your help.
>>>>> Antonia
>>>>>
>>>>>  www.informa.pro - *Seguici su *LinkedIn
>>>>> <https://www.linkedin.com/company/informapro>
>>>>> INFORMAPRO S.r.l. - via Luigi Rava 43,  Rome 00149 , Italy
>>>>> tel. +39 06 5758926 <+39%2006%20575%208926>, fax +39  06 62207168,
>>>>> P.IVA IT08095781004
>>>>> Skype: informa_antonia.bezenchek
>>>>> Eng. Antonia Bezenchek - CIO - ICT Engineer
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Jason P. Pickering
>>>> email: jason.p.pickering@xxxxxxxxx
>>>> tel:+46764147049 <+46%2076%20414%2070%2049>
>>>>
>>>> _______________________________________________
>>>> Mailing list: https://launchpad.net/~dhis2-devs
>>>> Post to     : dhis2-devs@xxxxxxxxxxxxxxxxxxx
>>>> Unsubscribe : https://launchpad.net/~dhis2-devs
>>>> More help   : https://help.launchpad.net/ListHelp
>>>>
>>>>
>>>
>>
>
>
> --
> Jason P. Pickering
> email: jason.p.pickering@xxxxxxxxx
> tel:+46764147049 <+46%2076%20414%2070%2049>
>
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE supplementalData SYSTEM "../../common/dtd/ldmlSupplemental.dtd">
<!--
Copyright © 1991-2014 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
For terms of use, see http://www.unicode.org/copyright.html
-->

<supplementalData>
    <version number="$Revision: 12932 $"/>
    <metadata>
        <serialElements>
            attributeValues attributes base comment context exception extend i ic languageMatch last_non_ignorable last_secondary_ignorable last_tertiary_ignorable optimize p pc pluralRule rbnfrule reset rules ruleset s sc settings substitute suppress_contractions suppression t tRule tc variable x
        </serialElements>
        <suppress>
            <attributes attribute="_q"/>
            <attributes element="collation" attribute="type" attributeValue="standard"/>
            <attributes element="currency" attribute="type" attributeValue="standard"/>
            <attributes element="dateFormat" attribute="type" attributeValue="standard"/>
            <attributes element="dateTimeFormat" attribute="type" attributeValue="standard"/>
            <attributes element="decimalFormat" attribute="type" attributeValue="standard"/>
            <attributes element="ldml" attribute="version"/>
            <attributes element="orientation" attribute="characters" attributeValue="left-to-right"/>
            <attributes element="orientation" attribute="lines" attributeValue="top-to-bottom"/>
            <attributes element="pattern" attribute="type" attributeValue="standard"/>
            <attributes element="percentFormat" attribute="type" attributeValue="standard"/>
            <attributes element="scientificFormat" attribute="type" attributeValue="standard"/>
            <attributes element="timeFormat" attribute="type" attributeValue="standard"/>
            <attributes element="weekendEnd" attribute="time" attributeValue="24:00"/>
            <attributes element="weekendStart" attribute="time" attributeValue="00:00"/>
        </suppress>
        <alias>
            <!-- grandfathered BCP47 codes -->
            <languageAlias type="art_lojban" replacement="jbo" reason="deprecated"/> <!-- Lojban -->
            <languageAlias type="i_ami" replacement="ami" reason="deprecated"/> <!-- Amis -->
            <languageAlias type="i_bnn" replacement="bnn" reason="deprecated"/> <!-- Bunun -->
            <languageAlias type="i_hak" replacement="hak" reason="deprecated"/> <!-- Hakka -->
            <languageAlias type="i_klingon" replacement="tlh" reason="deprecated"/> <!-- Klingon -->
            <languageAlias type="i_lux" replacement="lb" reason="deprecated"/> <!-- Luxembourgish -->
            <languageAlias type="i_navajo" replacement="nv" reason="deprecated"/> <!-- Navajo -->
            <languageAlias type="i_pwn" replacement="pwn" reason="deprecated"/> <!-- Paiwan -->
            <languageAlias type="i_tao" replacement="tao" reason="deprecated"/> <!-- Tao -->
            <languageAlias type="i_tay" replacement="tay" reason="deprecated"/> <!-- Tayal -->
            <languageAlias type="i_tsu" replacement="tsu" reason="deprecated"/> <!-- Tsou -->
            <languageAlias type="no_bok" replacement="nb" reason="deprecated"/> <!-- Norwegian Bokmal -->
            <languageAlias type="no_nyn" replacement="nn" reason="deprecated"/> <!-- Norwegian Nynorsk -->
            <languageAlias type="sgn_BE_FR" replacement="sfb" reason="deprecated"/> <!-- Belgian-French Sign Language -->
            <languageAlias type="sgn_BE_NL" replacement="vgt" reason="deprecated"/> <!-- Belgian-Flemish Sign Language -->
            <languageAlias type="sgn_CH_DE" replacement="sgg" reason="deprecated"/> <!-- Swiss German Sign Language -->
            <languageAlias type="zh_guoyu" replacement="zh" reason="deprecated"/> <!-- Mandarin or Standard Chinese -->
            <languageAlias type="zh_hakka" replacement="hak" reason="deprecated"/> <!-- Hakka -->
            <languageAlias type="zh_min_nan" replacement="nan" reason="deprecated"/> <!-- Minnan, Hokkien, Amoy, Taiwanese, Southern Min, Southern Fujian, Hoklo, Southern Fukien, Ho-lo -->
            <languageAlias type="zh_xiang" replacement="hsn" reason="deprecated"/> <!-- Xiang or Hunanese -->
            <!-- deprecated iso codes -->
            <languageAlias type="in" replacement="id" reason="deprecated"/> <!-- Indonesian -->
            <languageAlias type="iw" replacement="he" reason="deprecated"/> <!-- Hebrew -->
            <languageAlias type="ji" replacement="yi" reason="deprecated"/> <!-- Yiddish -->
            <languageAlias type="jw" replacement="jv" reason="deprecated"/> <!-- Javanese -->
            <languageAlias type="mo" replacement="ro_MD" reason="deprecated"/> <!-- Moldovan -->
            <languageAlias type="scc" replacement="sr" reason="deprecated"/> <!-- Serbian --> 
            <languageAlias type="scr" replacement="hr" reason="deprecated"/> <!-- Croatian -->
            <!-- miscellaneous deprecated -->
            <languageAlias type="no_BOKMAL" replacement="nb" reason="deprecated"/>
            <languageAlias type="no_NYNORSK" replacement="nn" reason="deprecated"/>
            <languageAlias type="aa_SAAHO" replacement="ssy" reason="deprecated"/>
            <!-- legacy use -->
            <languageAlias type="sh" replacement="sr_Latn" reason="legacy"/> <!-- Serbo-Croatian -->
            <languageAlias type="no" replacement="nb" reason="legacy"/> <!-- Norwegian -->
            <languageAlias type="tl" replacement="fil" reason="legacy"/> <!-- Tagalog -->
    		<languageAlias type="az_AZ" replacement="az_Latn_AZ" reason="legacy"/>
    		<languageAlias type="bs_BA" replacement="bs_Latn_BA"  reason="legacy"/>
    		<languageAlias type="ha_Latn_GH" replacement="ha_GH" reason="legacy"/>
    		<languageAlias type="ha_Latn_NE" replacement="ha_NE" reason="legacy"/>
    		<languageAlias type="ha_Latn_NG" replacement="ha_NG" reason="legacy"/>
    		<languageAlias type="kk_Cyrl_KZ" replacement="kk_KZ"  reason="legacy"/>
    		<languageAlias type="ky_Cyrl_KG" replacement="ky_KG"  reason="legacy"/>
    		<languageAlias type="ks_Arab_IN" replacement="ks_IN"  reason="legacy"/>
    		<languageAlias type="mn_Cyrl_MN" replacement="mn_MN" reason="legacy"/>
    		<languageAlias type="ms_Latn_BN" replacement="ms_BN" reason="legacy"/>
    		<languageAlias type="ms_Latn_MY" replacement="ms_MY" reason="legacy"/>
    		<languageAlias type="ms_Latn_SG" replacement="ms_SG" reason="legacy"/>
    		<languageAlias type="pa_IN" replacement="pa_Guru_IN" reason="legacy"/>
    		<languageAlias type="pa_PK" replacement="pa_Arab_PK" reason="legacy"/>
    		<languageAlias type="shi_MA" replacement="shi_Tfng_MA" reason="legacy"/>
    		<languageAlias type="sr_BA" replacement="sr_Cyrl_BA" reason="legacy"/>
    		<languageAlias type="sr_ME" replacement="sr_Latn_ME" reason="legacy"/>
    		<languageAlias type="sr_RS" replacement="sr_Cyrl_RS" reason="legacy"/>
    		<languageAlias type="sr_XK" replacement="sr_Cyrl_XK" reason="legacy"/>
    		<languageAlias type="tzm_Latn_MA" replacement="tzm_MA" reason="legacy"/>
    		<languageAlias type="ug_Arab_CN" replacement="ug_CN"  reason="legacy"/>
    		<languageAlias type="uz_AF" replacement="uz_Arab_AF" reason="legacy"/>
    		<languageAlias type="uz_UZ" replacement="uz_Latn_UZ" reason="legacy"/>
    		<languageAlias type="vai_LR" replacement="vai_Vaii_LR" reason="legacy"/>
    		<languageAlias type="zh_CN" replacement="zh_Hans_CN" reason="legacy"/>
    		<languageAlias type="zh_HK" replacement="zh_Hant_HK" reason="legacy"/>
    		<languageAlias type="zh_MO" replacement="zh_Hant_MO" reason="legacy"/>
    		<languageAlias type="zh_SG" replacement="zh_Hans_SG" reason="legacy"/>
    		<languageAlias type="zh_TW" replacement="zh_Hant_TW" reason="legacy"/>
            <!-- macrolanguages -->
			<languageAlias type="aju" replacement="jrb" reason="macrolanguage"/> <!-- Moroccan Judeo-Arabic ⇒ Judeo-Arabic -->
			<languageAlias type="als" replacement="sq" reason="macrolanguage"/> <!-- Albanian, Tosk ⇒ Albanian -->
			<languageAlias type="arb" replacement="ar" reason="macrolanguage"/> <!-- Standard Arabic ⇒ Arabic -->
			<languageAlias type="ayr" replacement="ay" reason="macrolanguage"/> <!-- Aymara, Central ⇒ Aymara -->
			<languageAlias type="azj" replacement="az" reason="macrolanguage"/> <!-- Azerbaijani, North ⇒ Azerbaijani -->
			<languageAlias type="bcc" replacement="bal" reason="macrolanguage"/> <!-- Balochi, Southern ⇒ Baluchi -->
			<languageAlias type="bcl" replacement="bik" reason="macrolanguage"/> <!-- Bicolano, Central ⇒ Bikol -->
			<languageAlias type="bxk" replacement="luy" reason="macrolanguage"/> <!-- Lubukusu ⇒ Luyia -->
			<languageAlias type="bxr" replacement="bua" reason="macrolanguage"/> <!-- Buriat, Russia ⇒ Buriat -->
			<languageAlias type="cld" replacement="syr" reason="macrolanguage"/> <!-- Chaldean Neo-Aramaic ⇒ Syriac -->
			<languageAlias type="cmn" replacement="zh" reason="macrolanguage"/> <!-- Mandarin Chinese ⇒ Chinese -->
			<languageAlias type="cwd" replacement="cr" reason="macrolanguage"/> <!-- Cree, Woods ⇒ Cree -->
			<languageAlias type="dgo" replacement="doi" reason="macrolanguage"/> <!-- Dogri ⇒ Dogri (macrolanguage) -->
			<languageAlias type="dhd" replacement="mwr" reason="macrolanguage"/> <!-- Dhundari ⇒ Marwari -->
			<languageAlias type="dik" replacement="din" reason="macrolanguage"/> <!-- Southwestern Dinka ⇒ Dinka -->
			<languageAlias type="diq" replacement="zza" reason="macrolanguage"/> <!-- Dimli ⇒ Zaza -->
			<languageAlias type="lbk" replacement="bnc" reason="macrolanguage"/> <!-- Central Bontok ⇒ Bontok -->
			<languageAlias type="ekk" replacement="et" reason="macrolanguage"/> <!-- Standard Estonian ⇒ Estonian -->
			<languageAlias type="emk" replacement="man" reason="macrolanguage"/> <!-- Maninkakan, Eastern ⇒ Mandingo -->
			<languageAlias type="esk" replacement="ik" reason="macrolanguage"/> <!-- Northwest Alaska Inupiatun ⇒ Inupiaq -->
			<languageAlias type="fat" replacement="ak" reason="macrolanguage"/> <!-- Fanti ⇒ Akan -->
			<languageAlias type="fuc" replacement="ff" reason="macrolanguage"/> <!-- Pular ⇒ Fulah -->
			<languageAlias type="gaz" replacement="om" reason="macrolanguage"/> <!-- Oromo, West Central ⇒ Oromo -->
			<languageAlias type="gbo" replacement="grb" reason="macrolanguage"/> <!-- Northern Grebo ⇒ Grebo -->
			<languageAlias type="gno" replacement="gon" reason="macrolanguage"/> <!-- Northern Gondi ⇒ Gondi -->
			<languageAlias type="gug" replacement="gn" reason="macrolanguage"/> <!-- Paraguayan Guarani ⇒ Guarani -->
			<languageAlias type="gya" replacement="gba" reason="macrolanguage"/> <!-- Northwest Gbaya ⇒ Gbaya (Central African Republic) -->
			<languageAlias type="hdn" replacement="hai" reason="macrolanguage"/> <!-- Northern Haida ⇒ Haida -->
			<languageAlias type="hea" replacement="hmn" reason="macrolanguage"/> <!-- Northern Qiandong Miao ⇒ Hmong -->
			<languageAlias type="ike" replacement="iu" reason="macrolanguage"/> <!-- Eastern Canadian Inuktitut ⇒ Inuktitut -->
			<languageAlias type="kmr" replacement="ku" reason="macrolanguage"/> <!-- Northern Kurdish ⇒ Kurdish -->
			<languageAlias type="knc" replacement="kr" reason="macrolanguage"/> <!-- Central Kanuri ⇒ Kanuri -->
			<languageAlias type="kng" replacement="kg" reason="macrolanguage"/> <!-- Koongo ⇒ Kongo -->
			<languageAlias type="knn" replacement="kok" reason="macrolanguage"/> <!-- Konkani (individual language) ⇒ Konkani -->
			<languageAlias type="kpv" replacement="kv" reason="macrolanguage"/> <!-- Komi-Zyrian ⇒ Komi -->
			<languageAlias type="lvs" replacement="lv" reason="macrolanguage"/> <!-- Standard Latvian ⇒ Latvian -->
			<languageAlias type="mhr" replacement="chm" reason="macrolanguage"/> <!-- Mari, Eastern ⇒ Mari (Russia) -->
			<languageAlias type="mup" replacement="raj" reason="macrolanguage"/> <!-- Malvi ⇒ Rajasthani -->
			<languageAlias type="khk" replacement="mn" reason="macrolanguage"/> <!-- Halh Mongolian [mainly in Cyrillic] ⇒ Mongolian -->
			<languageAlias type="npi" replacement="ne" reason="macrolanguage"/> <!-- Nepali (Individual language) ⇒ Nepali -->
			<languageAlias type="ojg" replacement="oj" reason="macrolanguage"/> <!-- Ojibwa, Eastern ⇒ Ojibwa -->
			<languageAlias type="ory" replacement="or" reason="macrolanguage"/> <!-- Oriya (Individual language) ⇒ Oriya -->
			<languageAlias type="pbu" replacement="ps" reason="macrolanguage"/> <!-- Pashto, Northern ⇒ Pushto -->
			<languageAlias type="pes" replacement="fa" reason="macrolanguage"/> <!-- Western Farsi ⇒ Persian -->
			<languageAlias type="plt" replacement="mg" reason="macrolanguage"/> <!-- Malagasy, Plateau ⇒ Malagasy -->
			<languageAlias type="pnb" replacement="lah" reason="macrolanguage"/> <!-- Western Panjabi ⇒ Lahnda -->
			<languageAlias type="quz" replacement="qu" reason="macrolanguage"/> <!-- Quechua, Cusco ⇒ Quechua -->
			<languageAlias type="rmy" replacement="rom" reason="macrolanguage"/> <!-- Romani, Vlax ⇒ Romany -->
			<languageAlias type="spy" replacement="kln" reason="macrolanguage"/> <!-- Sabaot ⇒ Kalenjin -->
			<languageAlias type="src" replacement="sc" reason="macrolanguage"/> <!-- Sardinian, Logudorese ⇒ Sardinian -->
			<languageAlias type="swh" replacement="sw" reason="macrolanguage"/> <!-- Swahili (individual language) ⇒ Swahili -->
			<languageAlias type="ttq" replacement="tmh" reason="macrolanguage"/> <!-- Tamajaq, Tawallammat ⇒ Tamashek -->
			<languageAlias type="tw" replacement="ak" reason="macrolanguage"/> <!-- Twi ⇒ Akan -->
			<languageAlias type="umu" replacement="del" reason="macrolanguage"/> <!-- Munsee ⇒ Delaware -->
			<languageAlias type="uzn" replacement="uz" reason="macrolanguage"/> <!-- Northern Uzbek ⇒ Uzbek -->
			<languageAlias type="xpe" replacement="kpe" reason="macrolanguage"/> <!-- Kpelle, Liberia ⇒ Kpelle -->
			<languageAlias type="xsl" replacement="den" reason="macrolanguage"/> <!-- Slavey, South ⇒ Slave (Athapascan) -->
			<languageAlias type="ydd" replacement="yi" reason="macrolanguage"/> <!-- Yiddish, Eastern ⇒ Yiddish -->
			<languageAlias type="zai" replacement="zap" reason="macrolanguage"/> <!-- Zapotec, Isthmus ⇒ Zapotec -->
			<languageAlias type="zsm" replacement="ms" reason="macrolanguage"/> <!-- Standard Malay ⇒ Malay -->
			<languageAlias type="zyb" replacement="za" reason="macrolanguage"/> <!-- Yongbei Zhuang ⇒ Zhuang -->
			<languageAlias type="him" replacement="srx" reason="macrolanguage"/> <!-- Himachali ⇒ Sirmauri (= Pahari, Himachali) -->
			<languageAlias type="mnk" replacement="man" reason="macrolanguage"/> <!-- Mandinka ⇒ Mandingo -->
			<languageAlias type="bh" replacement="bho" reason="macrolanguage"/> <!-- Bihari ⇒ Bhojpuri -->
			<languageAlias type="prs" replacement="fa_AF" reason="overlong"/> <!-- Dari ⇒ Farsi (Afganistan) -->
			<languageAlias type="swc" replacement="sw_CD" reason="overlong"/> <!-- Dari ⇒ Farsi (Afganistan) -->
			<!-- incorrect three-letter language codes -->
            <!-- start of data generated with CountItems tool per http://sites.google.com/site/cldr/development/updating-codes/update-languagescriptregion-subtags -->
			<languageAlias type="aar" replacement="aa" reason="overlong"/> <!-- [Afar] -->
			<languageAlias type="abk" replacement="ab" reason="overlong"/> <!-- [Abkhazian] -->
			<languageAlias type="ave" replacement="ae" reason="overlong"/> <!-- [Avestan] -->
			<languageAlias type="afr" replacement="af" reason="overlong"/> <!-- [Afrikaans] -->
			<languageAlias type="aka" replacement="ak" reason="overlong"/> <!-- [Akan] -->
			<languageAlias type="amh" replacement="am" reason="overlong"/> <!-- [Amharic] -->
			<languageAlias type="arg" replacement="an" reason="overlong"/> <!-- [Aragonese] -->
			<languageAlias type="ara" replacement="ar" reason="overlong"/> <!-- [Arabic] -->
			<languageAlias type="asm" replacement="as" reason="overlong"/> <!-- [Assamese] -->
			<languageAlias type="ava" replacement="av" reason="overlong"/> <!-- [Avaric] -->
			<languageAlias type="aym" replacement="ay" reason="overlong"/> <!-- [Aymara] -->
			<languageAlias type="aze" replacement="az" reason="overlong"/> <!-- [Azerbaijani] -->
			<languageAlias type="bak" replacement="ba" reason="overlong"/> <!-- [Bashkir] -->
			<languageAlias type="bel" replacement="be" reason="overlong"/> <!-- [Belarusian] -->
			<languageAlias type="bul" replacement="bg" reason="overlong"/> <!-- [Bulgarian] -->
			<languageAlias type="bih" replacement="bho" reason="overlong"/> <!-- [Bihari] -->
			<languageAlias type="bis" replacement="bi" reason="overlong"/> <!-- [Bislama] -->
			<languageAlias type="bam" replacement="bm" reason="overlong"/> <!-- [Bambara] -->
			<languageAlias type="ben" replacement="bn" reason="overlong"/> <!-- [Bengali] -->
			<languageAlias type="bod" replacement="bo" reason="overlong"/> <!-- [Tibetan] -->
			<languageAlias type="bre" replacement="br" reason="overlong"/> <!-- [Breton] -->
			<languageAlias type="bos" replacement="bs" reason="overlong"/> <!-- [Bosnian] -->
			<languageAlias type="cat" replacement="ca" reason="overlong"/> <!-- [Catalan, Valencian] -->
			<languageAlias type="che" replacement="ce" reason="overlong"/> <!-- [Chechen] -->
			<languageAlias type="cha" replacement="ch" reason="overlong"/> <!-- [Chamorro] -->
			<languageAlias type="cos" replacement="co" reason="overlong"/> <!-- [Corsican] -->
			<languageAlias type="cre" replacement="cr" reason="overlong"/> <!-- [Cree] -->
			<languageAlias type="ces" replacement="cs" reason="overlong"/> <!-- [Czech] -->
			<languageAlias type="chu" replacement="cu" reason="overlong"/> <!-- [Church Slavic, Church Slavonic, Old Bulgarian, Old Church Slavonic, Old Slavonic] -->
			<languageAlias type="chv" replacement="cv" reason="overlong"/> <!-- [Chuvash] -->
			<languageAlias type="cym" replacement="cy" reason="overlong"/> <!-- [Welsh] -->
			<languageAlias type="dan" replacement="da" reason="overlong"/> <!-- [Danish] -->
			<languageAlias type="deu" replacement="de" reason="overlong"/> <!-- [German] -->
			<languageAlias type="div" replacement="dv" reason="overlong"/> <!-- [Dhivehi, Divehi, Maldivian] -->
			<languageAlias type="dzo" replacement="dz" reason="overlong"/> <!-- [Dzongkha] -->
			<languageAlias type="ewe" replacement="ee" reason="overlong"/> <!-- [Ewe] -->
			<languageAlias type="ell" replacement="el" reason="overlong"/> <!-- [Modern Greek (1453-)] -->
			<languageAlias type="eng" replacement="en" reason="overlong"/> <!-- [English] -->
			<languageAlias type="epo" replacement="eo" reason="overlong"/> <!-- [Esperanto] -->
			<languageAlias type="spa" replacement="es" reason="overlong"/> <!-- [Spanish, Castilian] -->
			<languageAlias type="est" replacement="et" reason="overlong"/> <!-- [Estonian] -->
			<languageAlias type="eus" replacement="eu" reason="overlong"/> <!-- [Basque] -->
			<languageAlias type="fas" replacement="fa" reason="overlong"/> <!-- [Persian] -->
			<languageAlias type="ful" replacement="ff" reason="overlong"/> <!-- [Fulah] -->
			<languageAlias type="fin" replacement="fi" reason="overlong"/> <!-- [Finnish] -->
			<languageAlias type="fij" replacement="fj" reason="overlong"/> <!-- [Fijian] -->
			<languageAlias type="fao" replacement="fo" reason="overlong"/> <!-- [Faroese] -->
			<languageAlias type="fra" replacement="fr" reason="overlong"/> <!-- [French] -->
			<languageAlias type="fry" replacement="fy" reason="overlong"/> <!-- [Western Frisian] -->
			<languageAlias type="gle" replacement="ga" reason="overlong"/> <!-- [Irish] -->
			<languageAlias type="gla" replacement="gd" reason="overlong"/> <!-- [Scottish Gaelic, Gaelic] -->
			<languageAlias type="glg" replacement="gl" reason="overlong"/> <!-- [Galician] -->
			<languageAlias type="grn" replacement="gn" reason="overlong"/> <!-- [Guarani] -->
			<languageAlias type="guj" replacement="gu" reason="overlong"/> <!-- [Gujarati] -->
			<languageAlias type="glv" replacement="gv" reason="overlong"/> <!-- [Manx] -->
			<languageAlias type="hau" replacement="ha" reason="overlong"/> <!-- [Hausa] -->
			<languageAlias type="heb" replacement="he" reason="overlong"/> <!-- [Hebrew] -->
			<languageAlias type="hin" replacement="hi" reason="overlong"/> <!-- [Hindi] -->
			<languageAlias type="hmo" replacement="ho" reason="overlong"/> <!-- [Hiri Motu] -->
			<languageAlias type="hrv" replacement="hr" reason="overlong"/> <!-- [Croatian] -->
			<languageAlias type="hat" replacement="ht" reason="overlong"/> <!-- [Haitian, Haitian Creole] -->
			<languageAlias type="hun" replacement="hu" reason="overlong"/> <!-- [Hungarian] -->
			<languageAlias type="hye" replacement="hy" reason="overlong"/> <!-- [Armenian] -->
			<languageAlias type="her" replacement="hz" reason="overlong"/> <!-- [Herero] -->
			<languageAlias type="ina" replacement="ia" reason="overlong"/> <!-- [Interlingua (International Auxiliary Language Association)] -->
			<languageAlias type="ind" replacement="id" reason="overlong"/> <!-- [Indonesian] -->
			<languageAlias type="ile" replacement="ie" reason="overlong"/> <!-- [Interlingue, Occidental] -->
			<languageAlias type="ibo" replacement="ig" reason="overlong"/> <!-- [Igbo] -->
			<languageAlias type="iii" replacement="ii" reason="overlong"/> <!-- [Sichuan Yi, Nuosu] -->
			<languageAlias type="ipk" replacement="ik" reason="overlong"/> <!-- [Inupiaq] -->
			<languageAlias type="ido" replacement="io" reason="overlong"/> <!-- [Ido] -->
			<languageAlias type="isl" replacement="is" reason="overlong"/> <!-- [Icelandic] -->
			<languageAlias type="ita" replacement="it" reason="overlong"/> <!-- [Italian] -->
			<languageAlias type="iku" replacement="iu" reason="overlong"/> <!-- [Inuktitut] -->
			<languageAlias type="jpn" replacement="ja" reason="overlong"/> <!-- [Japanese] -->
			<languageAlias type="jav" replacement="jv" reason="overlong"/> <!-- [Javanese] -->
			<languageAlias type="kat" replacement="ka" reason="overlong"/> <!-- [Georgian] -->
			<languageAlias type="kon" replacement="kg" reason="overlong"/> <!-- [Kongo] -->
			<languageAlias type="kik" replacement="ki" reason="overlong"/> <!-- [Kikuyu, Gikuyu] -->
			<languageAlias type="kua" replacement="kj" reason="overlong"/> <!-- [Kuanyama, Kwanyama] -->
			<languageAlias type="kaz" replacement="kk" reason="overlong"/> <!-- [Kazakh] -->
			<languageAlias type="kal" replacement="kl" reason="overlong"/> <!-- [Kalaallisut, Greenlandic] -->
			<languageAlias type="khm" replacement="km" reason="overlong"/> <!-- [Central Khmer] -->
			<languageAlias type="kan" replacement="kn" reason="overlong"/> <!-- [Kannada] -->
			<languageAlias type="kor" replacement="ko" reason="overlong"/> <!-- [Korean] -->
			<languageAlias type="kau" replacement="kr" reason="overlong"/> <!-- [Kanuri] -->
			<languageAlias type="kas" replacement="ks" reason="overlong"/> <!-- [Kashmiri] -->
			<languageAlias type="kur" replacement="ku" reason="overlong"/> <!-- [Kurdish] -->
			<languageAlias type="kom" replacement="kv" reason="overlong"/> <!-- [Komi] -->
			<languageAlias type="cor" replacement="kw" reason="overlong"/> <!-- [Cornish] -->
			<languageAlias type="kir" replacement="ky" reason="overlong"/> <!-- [Kirghiz, Kyrgyz] -->
			<languageAlias type="lat" replacement="la" reason="overlong"/> <!-- [Latin] -->
			<languageAlias type="ltz" replacement="lb" reason="overlong"/> <!-- [Luxembourgish, Letzeburgesch] -->
			<languageAlias type="lug" replacement="lg" reason="overlong"/> <!-- [Ganda] -->
			<languageAlias type="lim" replacement="li" reason="overlong"/> <!-- [Limburgan, Limburger, Limburgish] -->
			<languageAlias type="lin" replacement="ln" reason="overlong"/> <!-- [Lingala] -->
			<languageAlias type="lao" replacement="lo" reason="overlong"/> <!-- [Lao] -->
			<languageAlias type="lit" replacement="lt" reason="overlong"/> <!-- [Lithuanian] -->
			<languageAlias type="lub" replacement="lu" reason="overlong"/> <!-- [Luba-Katanga] -->
			<languageAlias type="lav" replacement="lv" reason="overlong"/> <!-- [Latvian] -->
			<languageAlias type="mlg" replacement="mg" reason="overlong"/> <!-- [Malagasy] -->
			<languageAlias type="mah" replacement="mh" reason="overlong"/> <!-- [Marshallese] -->
			<languageAlias type="mri" replacement="mi" reason="overlong"/> <!-- [Maori] -->
			<languageAlias type="mkd" replacement="mk" reason="overlong"/> <!-- [Macedonian] -->
			<languageAlias type="mal" replacement="ml" reason="overlong"/> <!-- [Malayalam] -->
			<languageAlias type="mon" replacement="mn" reason="overlong"/> <!-- [Mongolian] -->
			<languageAlias type="mol" replacement="ro_MD" reason="overlong"/> <!-- [Moldavian] -->
			<languageAlias type="mar" replacement="mr" reason="overlong"/> <!-- [Marathi] -->
			<languageAlias type="msa" replacement="ms" reason="overlong"/> <!-- [Malay (macrolanguage)] -->
			<languageAlias type="mlt" replacement="mt" reason="overlong"/> <!-- [Maltese] -->
			<languageAlias type="mya" replacement="my" reason="overlong"/> <!-- [Burmese] -->
			<languageAlias type="nau" replacement="na" reason="overlong"/> <!-- [Nauru] -->
			<languageAlias type="nob" replacement="nb" reason="overlong"/> <!-- [Norwegian Bokmål] -->
			<languageAlias type="nde" replacement="nd" reason="overlong"/> <!-- [North Ndebele] -->
			<languageAlias type="nep" replacement="ne" reason="overlong"/> <!-- [Nepali (macrolanguage)] -->
			<languageAlias type="ndo" replacement="ng" reason="overlong"/> <!-- [Ndonga] -->
			<languageAlias type="nld" replacement="nl" reason="overlong"/> <!-- [Dutch, Flemish] -->
			<languageAlias type="nno" replacement="nn" reason="overlong"/> <!-- [Norwegian Nynorsk] -->
			<languageAlias type="nor" replacement="nb" reason="overlong"/> <!-- [Norwegian] -->
			<languageAlias type="nbl" replacement="nr" reason="overlong"/> <!-- [South Ndebele] -->
			<languageAlias type="nav" replacement="nv" reason="overlong"/> <!-- [Navajo, Navaho] -->
			<languageAlias type="nya" replacement="ny" reason="overlong"/> <!-- [Nyanja, Chewa, Chichewa] -->
			<languageAlias type="oci" replacement="oc" reason="overlong"/> <!-- [Occitan (post 1500)] -->
			<languageAlias type="oji" replacement="oj" reason="overlong"/> <!-- [Ojibwa] -->
			<languageAlias type="orm" replacement="om" reason="overlong"/> <!-- [Oromo] -->
			<languageAlias type="ori" replacement="or" reason="overlong"/> <!-- [Oriya (macrolanguage)] -->
			<languageAlias type="oss" replacement="os" reason="overlong"/> <!-- [Ossetian, Ossetic] -->
			<languageAlias type="pan" replacement="pa" reason="overlong"/> <!-- [Panjabi, Punjabi] -->
			<languageAlias type="pli" replacement="pi" reason="overlong"/> <!-- [Pali] -->
			<languageAlias type="pol" replacement="pl" reason="overlong"/> <!-- [Polish] -->
			<languageAlias type="pus" replacement="ps" reason="overlong"/> <!-- [Pushto, Pashto] -->
			<languageAlias type="por" replacement="pt" reason="overlong"/> <!-- [Portuguese] -->
			<languageAlias type="que" replacement="qu" reason="overlong"/> <!-- [Quechua] -->
			<languageAlias type="roh" replacement="rm" reason="overlong"/> <!-- [Romansh] -->
			<languageAlias type="run" replacement="rn" reason="overlong"/> <!-- [Rundi] -->
			<languageAlias type="ron" replacement="ro" reason="overlong"/> <!-- [Romanian, Moldavian, Moldovan] -->
			<languageAlias type="rus" replacement="ru" reason="overlong"/> <!-- [Russian] -->
			<languageAlias type="kin" replacement="rw" reason="overlong"/> <!-- [Kinyarwanda] -->
			<languageAlias type="san" replacement="sa" reason="overlong"/> <!-- [Sanskrit] -->
			<languageAlias type="srd" replacement="sc" reason="overlong"/> <!-- [Sardinian] -->
			<languageAlias type="snd" replacement="sd" reason="overlong"/> <!-- [Sindhi] -->
			<languageAlias type="sme" replacement="se" reason="overlong"/> <!-- [Northern Sami] -->
			<languageAlias type="sag" replacement="sg" reason="overlong"/> <!-- [Sango] -->
			<languageAlias type="hbs" replacement="sr_Latn" reason="overlong"/> <!-- [Serbo-Croatian] -->
			<languageAlias type="sin" replacement="si" reason="overlong"/> <!-- [Sinhala, Sinhalese] -->
			<languageAlias type="slk" replacement="sk" reason="overlong"/> <!-- [Slovak] -->
			<languageAlias type="slv" replacement="sl" reason="overlong"/> <!-- [Slovenian] -->
			<languageAlias type="smo" replacement="sm" reason="overlong"/> <!-- [Samoan] -->
			<languageAlias type="sna" replacement="sn" reason="overlong"/> <!-- [Shona] -->
			<languageAlias type="som" replacement="so" reason="overlong"/> <!-- [Somali] -->
			<languageAlias type="sqi" replacement="sq" reason="overlong"/> <!-- [Albanian] -->
			<languageAlias type="srp" replacement="sr" reason="overlong"/> <!-- [Serbian] -->
			<languageAlias type="ssw" replacement="ss" reason="overlong"/> <!-- [Swati] -->
			<languageAlias type="sot" replacement="st" reason="overlong"/> <!-- [Southern Sotho] -->
			<languageAlias type="sun" replacement="su" reason="overlong"/> <!-- [Sundanese] -->
			<languageAlias type="swe" replacement="sv" reason="overlong"/> <!-- [Swedish] -->
			<languageAlias type="swa" replacement="sw" reason="overlong"/> <!-- [Swahili (macrolanguage)] -->
			<languageAlias type="tam" replacement="ta" reason="overlong"/> <!-- [Tamil] -->
			<languageAlias type="tel" replacement="te" reason="overlong"/> <!-- [Telugu] -->
			<languageAlias type="tgk" replacement="tg" reason="overlong"/> <!-- [Tajik] -->
			<languageAlias type="tha" replacement="th" reason="overlong"/> <!-- [Thai] -->
			<languageAlias type="tir" replacement="ti" reason="overlong"/> <!-- [Tigrinya] -->
			<languageAlias type="tuk" replacement="tk" reason="overlong"/> <!-- [Turkmen] -->
			<languageAlias type="tgl" replacement="fil" reason="overlong"/> <!-- [Tagalog] -->
			<languageAlias type="tsn" replacement="tn" reason="overlong"/> <!-- [Tswana] -->
			<languageAlias type="ton" replacement="to" reason="overlong"/> <!-- [Tonga (Tonga Islands)] -->
			<languageAlias type="tur" replacement="tr" reason="overlong"/> <!-- [Turkish] -->
			<languageAlias type="tso" replacement="ts" reason="overlong"/> <!-- [Tsonga] -->
			<languageAlias type="tat" replacement="tt" reason="overlong"/> <!-- [Tatar] -->
			<languageAlias type="twi" replacement="ak" reason="overlong"/> <!-- [Twi] -->
			<languageAlias type="tah" replacement="ty" reason="overlong"/> <!-- [Tahitian] -->
			<languageAlias type="uig" replacement="ug" reason="overlong"/> <!-- [Uighur, Uyghur] -->
			<languageAlias type="ukr" replacement="uk" reason="overlong"/> <!-- [Ukrainian] -->
			<languageAlias type="urd" replacement="ur" reason="overlong"/> <!-- [Urdu] -->
			<languageAlias type="uzb" replacement="uz" reason="overlong"/> <!-- [Uzbek] -->
			<languageAlias type="ven" replacement="ve" reason="overlong"/> <!-- [Venda] -->
			<languageAlias type="vie" replacement="vi" reason="overlong"/> <!-- [Vietnamese] -->
			<languageAlias type="vol" replacement="vo" reason="overlong"/> <!-- [Volapük] -->
			<languageAlias type="wln" replacement="wa" reason="overlong"/> <!-- [Walloon] -->
			<languageAlias type="wol" replacement="wo" reason="overlong"/> <!-- [Wolof] -->
			<languageAlias type="xho" replacement="xh" reason="overlong"/> <!-- [Xhosa] -->
			<languageAlias type="yid" replacement="yi" reason="overlong"/> <!-- [Yiddish] -->
			<languageAlias type="yor" replacement="yo" reason="overlong"/> <!-- [Yoruba] -->
			<languageAlias type="zha" replacement="za" reason="overlong"/> <!-- [Zhuang, Chuang] -->
			<languageAlias type="zho" replacement="zh" reason="overlong"/> <!-- [Chinese] -->
			<languageAlias type="zul" replacement="zu" reason="overlong"/> <!-- [Zulu] -->
			<!-- Bibliographic -->
			<languageAlias type="alb" replacement="sq" reason="bibliographic"/> <!-- [Albanian] -->
			<languageAlias type="arm" replacement="hy" reason="bibliographic"/> <!-- [Armenian] -->
			<languageAlias type="baq" replacement="eu" reason="bibliographic"/> <!-- [Basque] -->
			<languageAlias type="bur" replacement="my" reason="bibliographic"/> <!-- [Burmese] -->
			<languageAlias type="chi" replacement="zh" reason="bibliographic"/> <!-- [Chinese] -->
			<languageAlias type="cze" replacement="cs" reason="bibliographic"/> <!-- [Czech] -->
			<languageAlias type="dut" replacement="nl" reason="bibliographic"/> <!-- [Dutch, Flemish] -->
			<languageAlias type="fre" replacement="fr" reason="bibliographic"/> <!-- [French] -->
			<languageAlias type="geo" replacement="ka" reason="bibliographic"/> <!-- [Georgian] -->
			<languageAlias type="ger" replacement="de" reason="bibliographic"/> <!-- [German] -->
			<languageAlias type="gre" replacement="el" reason="bibliographic"/> <!-- [Modern Greek (1453-)] -->
			<languageAlias type="ice" replacement="is" reason="bibliographic"/> <!-- [Icelandic] -->
			<languageAlias type="mac" replacement="mk" reason="bibliographic"/> <!-- [Macedonian] -->
			<languageAlias type="mao" replacement="mi" reason="bibliographic"/> <!-- [Maori] -->
			<languageAlias type="may" replacement="ms" reason="bibliographic"/> <!-- [Malay (macrolanguage)] -->
			<languageAlias type="per" replacement="fa" reason="bibliographic"/> <!-- [Persian] -->
			<languageAlias type="rum" replacement="ro" reason="bibliographic"/> <!-- [Romanian, Moldavian, Moldovan] -->
			<languageAlias type="slo" replacement="sk" reason="bibliographic"/> <!-- [Slovak] -->
			<languageAlias type="tib" replacement="bo" reason="bibliographic"/> <!-- [Tibetan] -->
			<languageAlias type="wel" replacement="cy" reason="bibliographic"/> <!-- [Welsh] -->
            <!-- end of data generated with CountItems tool per http://sites.google.com/site/cldr/development/updating-codes/update-languagescriptregion-subtags -->
            <!-- scripts -->
            <scriptAlias type="Qaai" replacement="Zinh" reason="deprecated"/>
            <!-- deprecated ISO territories in 3066 + CLDR ones (older deprecated ISO codes -->
            <territoryAlias type="AN" replacement="CW SX BQ" reason="deprecated"/> <!-- Netherlands Antilles Curaçao largest, then Sint Martin, then BQ -->
            <territoryAlias type="BU" replacement="MM" reason="deprecated"/> <!-- Burma -->
            <territoryAlias type="CS" replacement="RS ME" reason="deprecated"/> <!-- Serbia & Montenegro -->
            <territoryAlias type="CT" replacement="KI" reason="deprecated"/> <!-- CLDR: Canton and Enderbury Islands -->
            <territoryAlias type="DD" replacement="DE" reason="deprecated"/> <!-- German Democratic Republic -->
            <territoryAlias type="DY" replacement="BJ" reason="deprecated"/> <!-- CLDR:Benin -->
            <territoryAlias type="FQ" replacement="AQ TF" reason="deprecated"/> <!-- CLDR: French Southern and Antarctic Territories (now split between AQ and TF) -->
            <territoryAlias type="FX" replacement="FR" reason="deprecated"/> <!-- Metropolitan France -->
            <territoryAlias type="HV" replacement="BF" reason="deprecated"/> <!-- CLDR:Burkina Faso -->
            <territoryAlias type="JT" replacement="UM" reason="deprecated"/> <!-- CLDR: Johnston Island -->
            <territoryAlias type="MI" replacement="UM" reason="deprecated"/> <!-- CLDR: Midway Islands -->
            <territoryAlias type="NH" replacement="VU" reason="deprecated"/> <!-- CLDR:Vanuatu -->
            <territoryAlias type="NQ" replacement="AQ" reason="deprecated"/> <!-- CLDR: Dronning Maud Land -->
            <territoryAlias type="NT" replacement="SA IQ" reason="deprecated"/> <!-- Neutral Zone -->
            <territoryAlias type="PC" replacement="FM MH MP PW" reason="deprecated"/> <!-- CLDR: Pacific Islands Trust Territory (divided into FM, MH, MP, and PW) -->
            <territoryAlias type="PU" replacement="UM" reason="deprecated"/> <!-- CLDR: U.S. Miscellaneous Pacific Islands -->
            <territoryAlias type="PZ" replacement="PA" reason="deprecated"/> <!-- CLDR: Panama Canal Zone -->
            <territoryAlias type="QU" replacement="EU" reason="deprecated"/> <!-- CLDR: European Union -->
            <territoryAlias type="RH" replacement="ZW" reason="deprecated"/> <!-- CLDR:Zimbabwe -->
            <territoryAlias type="SU" replacement="RU AM AZ BY EE GE KZ KG LV LT MD TJ TM UA UZ" reason="deprecated"/> <!-- Union of Soviet Socialist Republics -->
            <territoryAlias type="TP" replacement="TL" reason="deprecated"/> <!-- East Timor -->
            <territoryAlias type="UK" replacement="GB" reason="deprecated"/> <!-- CLDR: Great Britain -->
            <territoryAlias type="VD" replacement="VN" reason="deprecated"/> <!-- CLDR: North Vietnam -->
            <territoryAlias type="WK" replacement="UM" reason="deprecated"/> <!-- CLDR: Wake Island -->
            <territoryAlias type="YD" replacement="YE" reason="deprecated"/> <!-- Yemen, Democratic -->
            <territoryAlias type="YU" replacement="RS ME" reason="deprecated"/> <!-- Yugoslavia -->
            <territoryAlias type="ZR" replacement="CD" reason="deprecated"/> <!-- Zaire -->
            <territoryAlias type="062" replacement="034 143" reason="deprecated"/> <!-- South-Central Asia -->
            <territoryAlias type="172" replacement="RU AM AZ BY GE KG KZ MD TJ TM UA UZ" reason="deprecated"/> <!-- 172 not part of BCP47 -->
            <territoryAlias type="200" replacement="CZ SK" reason="deprecated"/> <!-- Czechoslovakia -->
            <territoryAlias type="230" replacement="ET" reason="deprecated"/> <!-- Ethiopia (pre-1993) -->
            <territoryAlias type="280" replacement="DE" reason="deprecated"/> <!-- West Germany (pre-1990) -->
            <territoryAlias type="532" replacement="CW SX BQ" reason="deprecated"/> <!-- Netherlands Antilles (pre-1986) -->
            <territoryAlias type="582" replacement="FM MH MP PW" reason="deprecated"/> <!-- Pacific Islands (Trust Territory - pre-1991) -->
            <territoryAlias type="736" replacement="SD" reason="deprecated"/> <!-- Sudan (pre-2011) -->
            <territoryAlias type="830" replacement="JE GG" reason="deprecated"/> <!-- Channel Islands -->
            <territoryAlias type="886" replacement="YE" reason="deprecated"/> <!-- Yemen (pre-1990) -->
            <territoryAlias type="890" replacement="RS ME SI HR MK BA" reason="deprecated"/> <!-- Yugoslavia (pre-1992) -->
            <!-- 3-letter ISO code values -->
            <!-- start of data generated with CountItems tool per http://sites.google.com/site/cldr/development/updating-codes/update-languagescriptregion-subtags -->
			<territoryAlias type="AAA" replacement="AA" reason="overlong"/> <!-- null -->
			<territoryAlias type="ASC" replacement="AC" reason="overlong"/> <!-- Ascension Island -->
			<territoryAlias type="AND" replacement="AD" reason="overlong"/> <!-- Andorra -->
			<territoryAlias type="ARE" replacement="AE" reason="overlong"/> <!-- United Arab Emirates -->
			<territoryAlias type="AFG" replacement="AF" reason="overlong"/> <!-- Afghanistan -->
			<territoryAlias type="ATG" replacement="AG" reason="overlong"/> <!-- Antigua & Barbuda -->
			<territoryAlias type="AIA" replacement="AI" reason="overlong"/> <!-- Anguilla -->
			<territoryAlias type="ALB" replacement="AL" reason="overlong"/> <!-- Albania -->
			<territoryAlias type="ARM" replacement="AM" reason="overlong"/> <!-- Armenia -->
			<territoryAlias type="ANT" replacement="CW SX BQ" reason="overlong"/> <!-- null -->
			<territoryAlias type="AGO" replacement="AO" reason="overlong"/> <!-- Angola -->
			<territoryAlias type="ATA" replacement="AQ" reason="overlong"/> <!-- Antarctica -->
			<territoryAlias type="ARG" replacement="AR" reason="overlong"/> <!-- Argentina -->
			<territoryAlias type="ASM" replacement="AS" reason="overlong"/> <!-- American Samoa -->
			<territoryAlias type="AUT" replacement="AT" reason="overlong"/> <!-- Austria -->
			<territoryAlias type="AUS" replacement="AU" reason="overlong"/> <!-- Australia -->
			<territoryAlias type="ABW" replacement="AW" reason="overlong"/> <!-- Aruba -->
			<territoryAlias type="ALA" replacement="AX" reason="overlong"/> <!-- Åland Islands -->
			<territoryAlias type="AZE" replacement="AZ" reason="overlong"/> <!-- Azerbaijan -->
			<territoryAlias type="BIH" replacement="BA" reason="overlong"/> <!-- Bosnia & Herzegovina -->
			<territoryAlias type="BRB" replacement="BB" reason="overlong"/> <!-- Barbados -->
			<territoryAlias type="BGD" replacement="BD" reason="overlong"/> <!-- Bangladesh -->
			<territoryAlias type="BEL" replacement="BE" reason="overlong"/> <!-- Belgium -->
			<territoryAlias type="BFA" replacement="BF" reason="overlong"/> <!-- Burkina Faso -->
			<territoryAlias type="BGR" replacement="BG" reason="overlong"/> <!-- Bulgaria -->
			<territoryAlias type="BHR" replacement="BH" reason="overlong"/> <!-- Bahrain -->
			<territoryAlias type="BDI" replacement="BI" reason="overlong"/> <!-- Burundi -->
			<territoryAlias type="BEN" replacement="BJ" reason="overlong"/> <!-- Benin -->
			<territoryAlias type="BLM" replacement="BL" reason="overlong"/> <!-- St. Barthélemy -->
			<territoryAlias type="BMU" replacement="BM" reason="overlong"/> <!-- Bermuda -->
			<territoryAlias type="BRN" replacement="BN" reason="overlong"/> <!-- Brunei -->
			<territoryAlias type="BOL" replacement="BO" reason="overlong"/> <!-- Bolivia -->
			<territoryAlias type="BES" replacement="BQ" reason="overlong"/> <!-- Caribbean Netherlands -->
			<territoryAlias type="BRA" replacement="BR" reason="overlong"/> <!-- Brazil -->
			<territoryAlias type="BHS" replacement="BS" reason="overlong"/> <!-- Bahamas -->
			<territoryAlias type="BTN" replacement="BT" reason="overlong"/> <!-- Bhutan -->
			<territoryAlias type="BUR" replacement="MM" reason="overlong"/> <!-- Myanmar (Burma) -->
			<territoryAlias type="BVT" replacement="BV" reason="overlong"/> <!-- Bouvet Island -->
			<territoryAlias type="BWA" replacement="BW" reason="overlong"/> <!-- Botswana -->
			<territoryAlias type="BLR" replacement="BY" reason="overlong"/> <!-- Belarus -->
			<territoryAlias type="BLZ" replacement="BZ" reason="overlong"/> <!-- Belize -->
			<territoryAlias type="CAN" replacement="CA" reason="overlong"/> <!-- Canada -->
			<territoryAlias type="CCK" replacement="CC" reason="overlong"/> <!-- Cocos (Keeling) Islands -->
			<territoryAlias type="COD" replacement="CD" reason="overlong"/> <!-- Congo - Kinshasa -->
			<territoryAlias type="CAF" replacement="CF" reason="overlong"/> <!-- Central African Republic -->
			<territoryAlias type="COG" replacement="CG" reason="overlong"/> <!-- Congo - Brazzaville -->
			<territoryAlias type="CHE" replacement="CH" reason="overlong"/> <!-- Switzerland -->
			<territoryAlias type="CIV" replacement="CI" reason="overlong"/> <!-- Côte d’Ivoire -->
			<territoryAlias type="COK" replacement="CK" reason="overlong"/> <!-- Cook Islands -->
			<territoryAlias type="CHL" replacement="CL" reason="overlong"/> <!-- Chile -->
			<territoryAlias type="CMR" replacement="CM" reason="overlong"/> <!-- Cameroon -->
			<territoryAlias type="CHN" replacement="CN" reason="overlong"/> <!-- China -->
			<territoryAlias type="COL" replacement="CO" reason="overlong"/> <!-- Colombia -->
			<territoryAlias type="CPT" replacement="CP" reason="overlong"/> <!-- Clipperton Island -->
			<territoryAlias type="CRI" replacement="CR" reason="overlong"/> <!-- Costa Rica -->
			<territoryAlias type="SCG" replacement="RS ME" reason="overlong"/> <!-- null -->
			<territoryAlias type="CUB" replacement="CU" reason="overlong"/> <!-- Cuba -->
			<territoryAlias type="CPV" replacement="CV" reason="overlong"/> <!-- Cape Verde -->
			<territoryAlias type="CUW" replacement="CW" reason="overlong"/> <!-- Curaçao -->
			<territoryAlias type="CXR" replacement="CX" reason="overlong"/> <!-- Christmas Island -->
			<territoryAlias type="CYP" replacement="CY" reason="overlong"/> <!-- Cyprus -->
			<territoryAlias type="CZE" replacement="CZ" reason="overlong"/> <!-- Czech Republic -->
			<territoryAlias type="DDR" replacement="DE" reason="overlong"/> <!-- Germany -->
			<territoryAlias type="DEU" replacement="DE" reason="overlong"/> <!-- Germany -->
			<territoryAlias type="DGA" replacement="DG" reason="overlong"/> <!-- Diego Garcia -->
			<territoryAlias type="DJI" replacement="DJ" reason="overlong"/> <!-- Djibouti -->
			<territoryAlias type="DNK" replacement="DK" reason="overlong"/> <!-- Denmark -->
			<territoryAlias type="DMA" replacement="DM" reason="overlong"/> <!-- Dominica -->
			<territoryAlias type="DOM" replacement="DO" reason="overlong"/> <!-- Dominican Republic -->
			<territoryAlias type="DZA" replacement="DZ" reason="overlong"/> <!-- Algeria -->
			<territoryAlias type="ECU" replacement="EC" reason="overlong"/> <!-- Ecuador -->
			<territoryAlias type="EST" replacement="EE" reason="overlong"/> <!-- Estonia -->
			<territoryAlias type="EGY" replacement="EG" reason="overlong"/> <!-- Egypt -->
			<territoryAlias type="ESH" replacement="EH" reason="overlong"/> <!-- Western Sahara -->
			<territoryAlias type="ERI" replacement="ER" reason="overlong"/> <!-- Eritrea -->
			<territoryAlias type="ESP" replacement="ES" reason="overlong"/> <!-- Spain -->
			<territoryAlias type="ETH" replacement="ET" reason="overlong"/> <!-- Ethiopia -->
			<territoryAlias type="FIN" replacement="FI" reason="overlong"/> <!-- Finland -->
			<territoryAlias type="FJI" replacement="FJ" reason="overlong"/> <!-- Fiji -->
			<territoryAlias type="FLK" replacement="FK" reason="overlong"/> <!-- Falkland Islands -->
			<territoryAlias type="FSM" replacement="FM" reason="overlong"/> <!-- Micronesia -->
			<territoryAlias type="FRO" replacement="FO" reason="overlong"/> <!-- Faroe Islands -->
			<territoryAlias type="FRA" replacement="FR" reason="overlong"/> <!-- France -->
			<territoryAlias type="FXX" replacement="FR" reason="overlong"/> <!-- France -->
			<territoryAlias type="GAB" replacement="GA" reason="overlong"/> <!-- Gabon -->
			<territoryAlias type="GBR" replacement="GB" reason="overlong"/> <!-- United Kingdom -->
			<territoryAlias type="GRD" replacement="GD" reason="overlong"/> <!-- Grenada -->
			<territoryAlias type="GEO" replacement="GE" reason="overlong"/> <!-- Georgia -->
			<territoryAlias type="GUF" replacement="GF" reason="overlong"/> <!-- French Guiana -->
			<territoryAlias type="GGY" replacement="GG" reason="overlong"/> <!-- Guernsey -->
			<territoryAlias type="GHA" replacement="GH" reason="overlong"/> <!-- Ghana -->
			<territoryAlias type="GIB" replacement="GI" reason="overlong"/> <!-- Gibraltar -->
			<territoryAlias type="GRL" replacement="GL" reason="overlong"/> <!-- Greenland -->
			<territoryAlias type="GMB" replacement="GM" reason="overlong"/> <!-- Gambia -->
			<territoryAlias type="GIN" replacement="GN" reason="overlong"/> <!-- Guinea -->
			<territoryAlias type="GLP" replacement="GP" reason="overlong"/> <!-- Guadeloupe -->
			<territoryAlias type="GNQ" replacement="GQ" reason="overlong"/> <!-- Equatorial Guinea -->
			<territoryAlias type="GRC" replacement="GR" reason="overlong"/> <!-- Greece -->
			<territoryAlias type="SGS" replacement="GS" reason="overlong"/> <!-- South Georgia & South Sandwich Islands -->
			<territoryAlias type="GTM" replacement="GT" reason="overlong"/> <!-- Guatemala -->
			<territoryAlias type="GUM" replacement="GU" reason="overlong"/> <!-- Guam -->
			<territoryAlias type="GNB" replacement="GW" reason="overlong"/> <!-- Guinea-Bissau -->
			<territoryAlias type="GUY" replacement="GY" reason="overlong"/> <!-- Guyana -->
			<territoryAlias type="HKG" replacement="HK" reason="overlong"/> <!-- Hong Kong SAR China -->
			<territoryAlias type="HMD" replacement="HM" reason="overlong"/> <!-- Heard & McDonald Islands -->
			<territoryAlias type="HND" replacement="HN" reason="overlong"/> <!-- Honduras -->
			<territoryAlias type="HRV" replacement="HR" reason="overlong"/> <!-- Croatia -->
			<territoryAlias type="HTI" replacement="HT" reason="overlong"/> <!-- Haiti -->
			<territoryAlias type="HUN" replacement="HU" reason="overlong"/> <!-- Hungary -->
			<territoryAlias type="IDN" replacement="ID" reason="overlong"/> <!-- Indonesia -->
			<territoryAlias type="IRL" replacement="IE" reason="overlong"/> <!-- Ireland -->
			<territoryAlias type="ISR" replacement="IL" reason="overlong"/> <!-- Israel -->
			<territoryAlias type="IMN" replacement="IM" reason="overlong"/> <!-- Isle of Man -->
			<territoryAlias type="IND" replacement="IN" reason="overlong"/> <!-- India -->
			<territoryAlias type="IOT" replacement="IO" reason="overlong"/> <!-- British Indian Ocean Territory -->
			<territoryAlias type="IRQ" replacement="IQ" reason="overlong"/> <!-- Iraq -->
			<territoryAlias type="IRN" replacement="IR" reason="overlong"/> <!-- Iran -->
			<territoryAlias type="ISL" replacement="IS" reason="overlong"/> <!-- Iceland -->
			<territoryAlias type="ITA" replacement="IT" reason="overlong"/> <!-- Italy -->
			<territoryAlias type="JEY" replacement="JE" reason="overlong"/> <!-- Jersey -->
			<territoryAlias type="JAM" replacement="JM" reason="overlong"/> <!-- Jamaica -->
			<territoryAlias type="JOR" replacement="JO" reason="overlong"/> <!-- Jordan -->
			<territoryAlias type="JPN" replacement="JP" reason="overlong"/> <!-- Japan -->
			<territoryAlias type="KEN" replacement="KE" reason="overlong"/> <!-- Kenya -->
			<territoryAlias type="KGZ" replacement="KG" reason="overlong"/> <!-- Kyrgyzstan -->
			<territoryAlias type="KHM" replacement="KH" reason="overlong"/> <!-- Cambodia -->
			<territoryAlias type="KIR" replacement="KI" reason="overlong"/> <!-- Kiribati -->
			<territoryAlias type="COM" replacement="KM" reason="overlong"/> <!-- Comoros -->
			<territoryAlias type="KNA" replacement="KN" reason="overlong"/> <!-- St. Kitts & Nevis -->
			<territoryAlias type="PRK" replacement="KP" reason="overlong"/> <!-- North Korea -->
			<territoryAlias type="KOR" replacement="KR" reason="overlong"/> <!-- South Korea -->
			<territoryAlias type="KWT" replacement="KW" reason="overlong"/> <!-- Kuwait -->
			<territoryAlias type="CYM" replacement="KY" reason="overlong"/> <!-- Cayman Islands -->
			<territoryAlias type="KAZ" replacement="KZ" reason="overlong"/> <!-- Kazakhstan -->
			<territoryAlias type="LAO" replacement="LA" reason="overlong"/> <!-- Laos -->
			<territoryAlias type="LBN" replacement="LB" reason="overlong"/> <!-- Lebanon -->
			<territoryAlias type="LCA" replacement="LC" reason="overlong"/> <!-- St. Lucia -->
			<territoryAlias type="LIE" replacement="LI" reason="overlong"/> <!-- Liechtenstein -->
			<territoryAlias type="LKA" replacement="LK" reason="overlong"/> <!-- Sri Lanka -->
			<territoryAlias type="LBR" replacement="LR" reason="overlong"/> <!-- Liberia -->
			<territoryAlias type="LSO" replacement="LS" reason="overlong"/> <!-- Lesotho -->
			<territoryAlias type="LTU" replacement="LT" reason="overlong"/> <!-- Lithuania -->
			<territoryAlias type="LUX" replacement="LU" reason="overlong"/> <!-- Luxembourg -->
			<territoryAlias type="LVA" replacement="LV" reason="overlong"/> <!-- Latvia -->
			<territoryAlias type="LBY" replacement="LY" reason="overlong"/> <!-- Libya -->
			<territoryAlias type="MAR" replacement="MA" reason="overlong"/> <!-- Morocco -->
			<territoryAlias type="MCO" replacement="MC" reason="overlong"/> <!-- Monaco -->
			<territoryAlias type="MDA" replacement="MD" reason="overlong"/> <!-- Moldova -->
			<territoryAlias type="MNE" replacement="ME" reason="overlong"/> <!-- Montenegro -->
			<territoryAlias type="MAF" replacement="MF" reason="overlong"/> <!-- St. Martin -->
			<territoryAlias type="MDG" replacement="MG" reason="overlong"/> <!-- Madagascar -->
			<territoryAlias type="MHL" replacement="MH" reason="overlong"/> <!-- Marshall Islands -->
			<territoryAlias type="MKD" replacement="MK" reason="overlong"/> <!-- Macedonia -->
			<territoryAlias type="MLI" replacement="ML" reason="overlong"/> <!-- Mali -->
			<territoryAlias type="MMR" replacement="MM" reason="overlong"/> <!-- Myanmar (Burma) -->
			<territoryAlias type="MNG" replacement="MN" reason="overlong"/> <!-- Mongolia -->
			<territoryAlias type="MAC" replacement="MO" reason="overlong"/> <!-- Macau SAR China -->
			<territoryAlias type="MNP" replacement="MP" reason="overlong"/> <!-- Northern Mariana Islands -->
			<territoryAlias type="MTQ" replacement="MQ" reason="overlong"/> <!-- Martinique -->
			<territoryAlias type="MRT" replacement="MR" reason="overlong"/> <!-- Mauritania -->
			<territoryAlias type="MSR" replacement="MS" reason="overlong"/> <!-- Montserrat -->
			<territoryAlias type="MLT" replacement="MT" reason="overlong"/> <!-- Malta -->
			<territoryAlias type="MUS" replacement="MU" reason="overlong"/> <!-- Mauritius -->
			<territoryAlias type="MDV" replacement="MV" reason="overlong"/> <!-- Maldives -->
			<territoryAlias type="MWI" replacement="MW" reason="overlong"/> <!-- Malawi -->
			<territoryAlias type="MEX" replacement="MX" reason="overlong"/> <!-- Mexico -->
			<territoryAlias type="MYS" replacement="MY" reason="overlong"/> <!-- Malaysia -->
			<territoryAlias type="MOZ" replacement="MZ" reason="overlong"/> <!-- Mozambique -->
			<territoryAlias type="NAM" replacement="NA" reason="overlong"/> <!-- Namibia -->
			<territoryAlias type="NCL" replacement="NC" reason="overlong"/> <!-- New Caledonia -->
			<territoryAlias type="NER" replacement="NE" reason="overlong"/> <!-- Niger -->
			<territoryAlias type="NFK" replacement="NF" reason="overlong"/> <!-- Norfolk Island -->
			<territoryAlias type="NGA" replacement="NG" reason="overlong"/> <!-- Nigeria -->
			<territoryAlias type="NIC" replacement="NI" reason="overlong"/> <!-- Nicaragua -->
			<territoryAlias type="NLD" replacement="NL" reason="overlong"/> <!-- Netherlands -->
			<territoryAlias type="NOR" replacement="NO" reason="overlong"/> <!-- Norway -->
			<territoryAlias type="NPL" replacement="NP" reason="overlong"/> <!-- Nepal -->
			<territoryAlias type="NRU" replacement="NR" reason="overlong"/> <!-- Nauru -->
			<territoryAlias type="NTZ" replacement="SA IQ" reason="overlong"/> <!-- null -->
			<territoryAlias type="NIU" replacement="NU" reason="overlong"/> <!-- Niue -->
			<territoryAlias type="NZL" replacement="NZ" reason="overlong"/> <!-- New Zealand -->
			<territoryAlias type="OMN" replacement="OM" reason="overlong"/> <!-- Oman -->
			<territoryAlias type="PAN" replacement="PA" reason="overlong"/> <!-- Panama -->
			<territoryAlias type="PER" replacement="PE" reason="overlong"/> <!-- Peru -->
			<territoryAlias type="PYF" replacement="PF" reason="overlong"/> <!-- French Polynesia -->
			<territoryAlias type="PNG" replacement="PG" reason="overlong"/> <!-- Papua New Guinea -->
			<territoryAlias type="PHL" replacement="PH" reason="overlong"/> <!-- Philippines -->
			<territoryAlias type="PAK" replacement="PK" reason="overlong"/> <!-- Pakistan -->
			<territoryAlias type="POL" replacement="PL" reason="overlong"/> <!-- Poland -->
			<territoryAlias type="SPM" replacement="PM" reason="overlong"/> <!-- St. Pierre & Miquelon -->
			<territoryAlias type="PCN" replacement="PN" reason="overlong"/> <!-- Pitcairn Islands -->
			<territoryAlias type="PRI" replacement="PR" reason="overlong"/> <!-- Puerto Rico -->
			<territoryAlias type="PSE" replacement="PS" reason="overlong"/> <!-- Palestinian Territories -->
			<territoryAlias type="PRT" replacement="PT" reason="overlong"/> <!-- Portugal -->
			<territoryAlias type="PLW" replacement="PW" reason="overlong"/> <!-- Palau -->
			<territoryAlias type="PRY" replacement="PY" reason="overlong"/> <!-- Paraguay -->
			<territoryAlias type="QAT" replacement="QA" reason="overlong"/> <!-- Qatar -->
			<territoryAlias type="QMM" replacement="QM" reason="overlong"/> <!-- null -->
			<territoryAlias type="QNN" replacement="QN" reason="overlong"/> <!-- null -->
			<territoryAlias type="QPP" replacement="QP" reason="overlong"/> <!-- null -->
			<territoryAlias type="QQQ" replacement="QQ" reason="overlong"/> <!-- null -->
			<territoryAlias type="QRR" replacement="QR" reason="overlong"/> <!-- null -->
			<territoryAlias type="QSS" replacement="QS" reason="overlong"/> <!-- null -->
			<territoryAlias type="QTT" replacement="QT" reason="overlong"/> <!-- null -->
			<territoryAlias type="QUU" replacement="EU" reason="overlong"/> <!-- European Union -->
			<territoryAlias type="QVV" replacement="QV" reason="overlong"/> <!-- null -->
			<territoryAlias type="QWW" replacement="QW" reason="overlong"/> <!-- null -->
			<territoryAlias type="QXX" replacement="QX" reason="overlong"/> <!-- null -->
			<territoryAlias type="QYY" replacement="QY" reason="overlong"/> <!-- null -->
			<territoryAlias type="QZZ" replacement="QZ" reason="overlong"/> <!-- null -->
			<territoryAlias type="REU" replacement="RE" reason="overlong"/> <!-- Réunion -->
			<territoryAlias type="ROU" replacement="RO" reason="overlong"/> <!-- Romania -->
			<territoryAlias type="SRB" replacement="RS" reason="overlong"/> <!-- Serbia -->
			<territoryAlias type="RUS" replacement="RU" reason="overlong"/> <!-- Russia -->
			<territoryAlias type="RWA" replacement="RW" reason="overlong"/> <!-- Rwanda -->
			<territoryAlias type="SAU" replacement="SA" reason="overlong"/> <!-- Saudi Arabia -->
			<territoryAlias type="SLB" replacement="SB" reason="overlong"/> <!-- Solomon Islands -->
			<territoryAlias type="SYC" replacement="SC" reason="overlong"/> <!-- Seychelles -->
			<territoryAlias type="SDN" replacement="SD" reason="overlong"/> <!-- Sudan -->
			<territoryAlias type="SWE" replacement="SE" reason="overlong"/> <!-- Sweden -->
			<territoryAlias type="SGP" replacement="SG" reason="overlong"/> <!-- Singapore -->
			<territoryAlias type="SHN" replacement="SH" reason="overlong"/> <!-- St. Helena -->
			<territoryAlias type="SVN" replacement="SI" reason="overlong"/> <!-- Slovenia -->
			<territoryAlias type="SJM" replacement="SJ" reason="overlong"/> <!-- Svalbard & Jan Mayen -->
			<territoryAlias type="SVK" replacement="SK" reason="overlong"/> <!-- Slovakia -->
			<territoryAlias type="SLE" replacement="SL" reason="overlong"/> <!-- Sierra Leone -->
			<territoryAlias type="SMR" replacement="SM" reason="overlong"/> <!-- San Marino -->
			<territoryAlias type="SEN" replacement="SN" reason="overlong"/> <!-- Senegal -->
			<territoryAlias type="SOM" replacement="SO" reason="overlong"/> <!-- Somalia -->
			<territoryAlias type="SUR" replacement="SR" reason="overlong"/> <!-- Suriname -->
			<territoryAlias type="SSD" replacement="SS" reason="overlong"/> <!-- South Sudan -->
			<territoryAlias type="STP" replacement="ST" reason="overlong"/> <!-- São Tomé & Príncipe -->
			<territoryAlias type="SUN" replacement="RU AM AZ BY EE GE KZ KG LV LT MD TJ TM UA UZ" reason="overlong"/> <!-- null -->
			<territoryAlias type="SLV" replacement="SV" reason="overlong"/> <!-- El Salvador -->
			<territoryAlias type="SXM" replacement="SX" reason="overlong"/> <!-- Sint Maarten -->
			<territoryAlias type="SYR" replacement="SY" reason="overlong"/> <!-- Syria -->
			<territoryAlias type="SWZ" replacement="SZ" reason="overlong"/> <!-- Swaziland -->
			<territoryAlias type="TAA" replacement="TA" reason="overlong"/> <!-- Tristan da Cunha -->
			<territoryAlias type="TCA" replacement="TC" reason="overlong"/> <!-- Turks & Caicos Islands -->
			<territoryAlias type="TCD" replacement="TD" reason="overlong"/> <!-- Chad -->
			<territoryAlias type="ATF" replacement="TF" reason="overlong"/> <!-- French Southern Territories -->
			<territoryAlias type="TGO" replacement="TG" reason="overlong"/> <!-- Togo -->
			<territoryAlias type="THA" replacement="TH" reason="overlong"/> <!-- Thailand -->
			<territoryAlias type="TJK" replacement="TJ" reason="overlong"/> <!-- Tajikistan -->
			<territoryAlias type="TKL" replacement="TK" reason="overlong"/> <!-- Tokelau -->
			<territoryAlias type="TLS" replacement="TL" reason="overlong"/> <!-- Timor-Leste -->
			<territoryAlias type="TKM" replacement="TM" reason="overlong"/> <!-- Turkmenistan -->
			<territoryAlias type="TUN" replacement="TN" reason="overlong"/> <!-- Tunisia -->
			<territoryAlias type="TON" replacement="TO" reason="overlong"/> <!-- Tonga -->
			<territoryAlias type="TMP" replacement="TL" reason="overlong"/> <!-- Timor-Leste -->
			<territoryAlias type="TUR" replacement="TR" reason="overlong"/> <!-- Turkey -->
			<territoryAlias type="TTO" replacement="TT" reason="overlong"/> <!-- Trinidad & Tobago -->
			<territoryAlias type="TUV" replacement="TV" reason="overlong"/> <!-- Tuvalu -->
			<territoryAlias type="TWN" replacement="TW" reason="overlong"/> <!-- Taiwan -->
			<territoryAlias type="TZA" replacement="TZ" reason="overlong"/> <!-- Tanzania -->
			<territoryAlias type="UKR" replacement="UA" reason="overlong"/> <!-- Ukraine -->
			<territoryAlias type="UGA" replacement="UG" reason="overlong"/> <!-- Uganda -->
			<territoryAlias type="UMI" replacement="UM" reason="overlong"/> <!-- U.S. Outlying Islands -->
			<territoryAlias type="USA" replacement="US" reason="overlong"/> <!-- United States -->
			<territoryAlias type="URY" replacement="UY" reason="overlong"/> <!-- Uruguay -->
			<territoryAlias type="UZB" replacement="UZ" reason="overlong"/> <!-- Uzbekistan -->
			<territoryAlias type="VAT" replacement="VA" reason="overlong"/> <!-- Vatican City -->
			<territoryAlias type="VCT" replacement="VC" reason="overlong"/> <!-- St. Vincent & Grenadines -->
			<territoryAlias type="VEN" replacement="VE" reason="overlong"/> <!-- Venezuela -->
			<territoryAlias type="VGB" replacement="VG" reason="overlong"/> <!-- British Virgin Islands -->
			<territoryAlias type="VIR" replacement="VI" reason="overlong"/> <!-- U.S. Virgin Islands -->
			<territoryAlias type="VNM" replacement="VN" reason="overlong"/> <!-- Vietnam -->
			<territoryAlias type="VUT" replacement="VU" reason="overlong"/> <!-- Vanuatu -->
			<territoryAlias type="WLF" replacement="WF" reason="overlong"/> <!-- Wallis & Futuna -->
			<territoryAlias type="WSM" replacement="WS" reason="overlong"/> <!-- Samoa -->
			<territoryAlias type="XAA" replacement="XA" reason="overlong"/> <!-- null -->
			<territoryAlias type="XBB" replacement="XB" reason="overlong"/> <!-- null -->
			<territoryAlias type="XCC" replacement="XC" reason="overlong"/> <!-- null -->
			<territoryAlias type="XDD" replacement="XD" reason="overlong"/> <!-- null -->
			<territoryAlias type="XEE" replacement="XE" reason="overlong"/> <!-- null -->
			<territoryAlias type="XFF" replacement="XF" reason="overlong"/> <!-- null -->
			<territoryAlias type="XGG" replacement="XG" reason="overlong"/> <!-- null -->
			<territoryAlias type="XHH" replacement="XH" reason="overlong"/> <!-- null -->
			<territoryAlias type="XII" replacement="XI" reason="overlong"/> <!-- null -->
			<territoryAlias type="XJJ" replacement="XJ" reason="overlong"/> <!-- null -->
			<territoryAlias type="XKK" replacement="XK" reason="overlong"/> <!-- Kosovo -->
			<territoryAlias type="XLL" replacement="XL" reason="overlong"/> <!-- null -->
			<territoryAlias type="XMM" replacement="XM" reason="overlong"/> <!-- null -->
			<territoryAlias type="XNN" replacement="XN" reason="overlong"/> <!-- null -->
			<territoryAlias type="XOO" replacement="XO" reason="overlong"/> <!-- null -->
			<territoryAlias type="XPP" replacement="XP" reason="overlong"/> <!-- null -->
			<territoryAlias type="XQQ" replacement="XQ" reason="overlong"/> <!-- null -->
			<territoryAlias type="XRR" replacement="XR" reason="overlong"/> <!-- null -->
			<territoryAlias type="XSS" replacement="XS" reason="overlong"/> <!-- null -->
			<territoryAlias type="XTT" replacement="XT" reason="overlong"/> <!-- null -->
			<territoryAlias type="XUU" replacement="XU" reason="overlong"/> <!-- null -->
			<territoryAlias type="XVV" replacement="XV" reason="overlong"/> <!-- null -->
			<territoryAlias type="XWW" replacement="XW" reason="overlong"/> <!-- null -->
			<territoryAlias type="XXX" replacement="XX" reason="overlong"/> <!-- null -->
			<territoryAlias type="XYY" replacement="XY" reason="overlong"/> <!-- null -->
			<territoryAlias type="XZZ" replacement="XZ" reason="overlong"/> <!-- null -->
			<territoryAlias type="YMD" replacement="YE" reason="overlong"/> <!-- Yemen -->
			<territoryAlias type="YEM" replacement="YE" reason="overlong"/> <!-- Yemen -->
			<territoryAlias type="MYT" replacement="YT" reason="overlong"/> <!-- Mayotte -->
			<territoryAlias type="YUG" replacement="RS ME" reason="overlong"/> <!-- null -->
			<territoryAlias type="ZAF" replacement="ZA" reason="overlong"/> <!-- South Africa -->
			<territoryAlias type="ZMB" replacement="ZM" reason="overlong"/> <!-- Zambia -->
			<territoryAlias type="ZAR" replacement="CD" reason="overlong"/> <!-- Congo - Kinshasa -->
			<territoryAlias type="ZWE" replacement="ZW" reason="overlong"/> <!-- Zimbabwe -->
			<territoryAlias type="ZZZ" replacement="ZZ" reason="overlong"/> <!-- Unknown Region -->
			<territoryAlias type="958" replacement="AA" reason="overlong"/> <!-- null -->
			<territoryAlias type="020" replacement="AD" reason="overlong"/> <!-- Andorra -->
			<territoryAlias type="784" replacement="AE" reason="overlong"/> <!-- United Arab Emirates -->
			<territoryAlias type="004" replacement="AF" reason="overlong"/> <!-- Afghanistan -->
			<territoryAlias type="028" replacement="AG" reason="overlong"/> <!-- Antigua & Barbuda -->
			<territoryAlias type="660" replacement="AI" reason="overlong"/> <!-- Anguilla -->
			<territoryAlias type="008" replacement="AL" reason="overlong"/> <!-- Albania -->
			<territoryAlias type="051" replacement="AM" reason="overlong"/> <!-- Armenia -->
			<territoryAlias type="530" replacement="CW SX BQ" reason="overlong"/> <!-- null -->
			<territoryAlias type="024" replacement="AO" reason="overlong"/> <!-- Angola -->
			<territoryAlias type="010" replacement="AQ" reason="overlong"/> <!-- Antarctica -->
			<territoryAlias type="032" replacement="AR" reason="overlong"/> <!-- Argentina -->
			<territoryAlias type="016" replacement="AS" reason="overlong"/> <!-- American Samoa -->
			<territoryAlias type="040" replacement="AT" reason="overlong"/> <!-- Austria -->
			<territoryAlias type="036" replacement="AU" reason="overlong"/> <!-- Australia -->
			<territoryAlias type="533" replacement="AW" reason="overlong"/> <!-- Aruba -->
			<territoryAlias type="248" replacement="AX" reason="overlong"/> <!-- Åland Islands -->
			<territoryAlias type="031" replacement="AZ" reason="overlong"/> <!-- Azerbaijan -->
			<territoryAlias type="070" replacement="BA" reason="overlong"/> <!-- Bosnia & Herzegovina -->
			<territoryAlias type="052" replacement="BB" reason="overlong"/> <!-- Barbados -->
			<territoryAlias type="050" replacement="BD" reason="overlong"/> <!-- Bangladesh -->
			<territoryAlias type="056" replacement="BE" reason="overlong"/> <!-- Belgium -->
			<territoryAlias type="854" replacement="BF" reason="overlong"/> <!-- Burkina Faso -->
			<territoryAlias type="100" replacement="BG" reason="overlong"/> <!-- Bulgaria -->
			<territoryAlias type="048" replacement="BH" reason="overlong"/> <!-- Bahrain -->
			<territoryAlias type="108" replacement="BI" reason="overlong"/> <!-- Burundi -->
			<territoryAlias type="204" replacement="BJ" reason="overlong"/> <!-- Benin -->
			<territoryAlias type="652" replacement="BL" reason="overlong"/> <!-- St. Barthélemy -->
			<territoryAlias type="060" replacement="BM" reason="overlong"/> <!-- Bermuda -->
			<territoryAlias type="096" replacement="BN" reason="overlong"/> <!-- Brunei -->
			<territoryAlias type="068" replacement="BO" reason="overlong"/> <!-- Bolivia -->
			<territoryAlias type="535" replacement="BQ" reason="overlong"/> <!-- Caribbean Netherlands -->
			<territoryAlias type="076" replacement="BR" reason="overlong"/> <!-- Brazil -->
			<territoryAlias type="044" replacement="BS" reason="overlong"/> <!-- Bahamas -->
			<territoryAlias type="064" replacement="BT" reason="overlong"/> <!-- Bhutan -->
			<territoryAlias type="104" replacement="MM" reason="overlong"/> <!-- Myanmar (Burma) -->
			<territoryAlias type="074" replacement="BV" reason="overlong"/> <!-- Bouvet Island -->
			<territoryAlias type="072" replacement="BW" reason="overlong"/> <!-- Botswana -->
			<territoryAlias type="112" replacement="BY" reason="overlong"/> <!-- Belarus -->
			<territoryAlias type="084" replacement="BZ" reason="overlong"/> <!-- Belize -->
			<territoryAlias type="124" replacement="CA" reason="overlong"/> <!-- Canada -->
			<territoryAlias type="166" replacement="CC" reason="overlong"/> <!-- Cocos (Keeling) Islands -->
			<territoryAlias type="180" replacement="CD" reason="overlong"/> <!-- Congo - Kinshasa -->
			<territoryAlias type="140" replacement="CF" reason="overlong"/> <!-- Central African Republic -->
			<territoryAlias type="178" replacement="CG" reason="overlong"/> <!-- Congo - Brazzaville -->
			<territoryAlias type="756" replacement="CH" reason="overlong"/> <!-- Switzerland -->
			<territoryAlias type="384" replacement="CI" reason="overlong"/> <!-- Côte d’Ivoire -->
			<territoryAlias type="184" replacement="CK" reason="overlong"/> <!-- Cook Islands -->
			<territoryAlias type="152" replacement="CL" reason="overlong"/> <!-- Chile -->
			<territoryAlias type="120" replacement="CM" reason="overlong"/> <!-- Cameroon -->
			<territoryAlias type="156" replacement="CN" reason="overlong"/> <!-- China -->
			<territoryAlias type="170" replacement="CO" reason="overlong"/> <!-- Colombia -->
			<territoryAlias type="188" replacement="CR" reason="overlong"/> <!-- Costa Rica -->
			<territoryAlias type="891" replacement="RS ME" reason="overlong"/> <!-- null -->
			<territoryAlias type="192" replacement="CU" reason="overlong"/> <!-- Cuba -->
			<territoryAlias type="132" replacement="CV" reason="overlong"/> <!-- Cape Verde -->
			<territoryAlias type="531" replacement="CW" reason="overlong"/> <!-- Curaçao -->
			<territoryAlias type="162" replacement="CX" reason="overlong"/> <!-- Christmas Island -->
			<territoryAlias type="196" replacement="CY" reason="overlong"/> <!-- Cyprus -->
			<territoryAlias type="203" replacement="CZ" reason="overlong"/> <!-- Czech Republic -->
			<territoryAlias type="278" replacement="DE" reason="overlong"/> <!-- Germany -->
			<territoryAlias type="276" replacement="DE" reason="overlong"/> <!-- Germany -->
			<territoryAlias type="262" replacement="DJ" reason="overlong"/> <!-- Djibouti -->
			<territoryAlias type="208" replacement="DK" reason="overlong"/> <!-- Denmark -->
			<territoryAlias type="212" replacement="DM" reason="overlong"/> <!-- Dominica -->
			<territoryAlias type="214" replacement="DO" reason="overlong"/> <!-- Dominican Republic -->
			<territoryAlias type="012" replacement="DZ" reason="overlong"/> <!-- Algeria -->
			<territoryAlias type="218" replacement="EC" reason="overlong"/> <!-- Ecuador -->
			<territoryAlias type="233" replacement="EE" reason="overlong"/> <!-- Estonia -->
			<territoryAlias type="818" replacement="EG" reason="overlong"/> <!-- Egypt -->
			<territoryAlias type="732" replacement="EH" reason="overlong"/> <!-- Western Sahara -->
			<territoryAlias type="232" replacement="ER" reason="overlong"/> <!-- Eritrea -->
			<territoryAlias type="724" replacement="ES" reason="overlong"/> <!-- Spain -->
			<territoryAlias type="231" replacement="ET" reason="overlong"/> <!-- Ethiopia -->
			<territoryAlias type="246" replacement="FI" reason="overlong"/> <!-- Finland -->
			<territoryAlias type="242" replacement="FJ" reason="overlong"/> <!-- Fiji -->
			<territoryAlias type="238" replacement="FK" reason="overlong"/> <!-- Falkland Islands -->
			<territoryAlias type="583" replacement="FM" reason="overlong"/> <!-- Micronesia -->
			<territoryAlias type="234" replacement="FO" reason="overlong"/> <!-- Faroe Islands -->
			<territoryAlias type="250" replacement="FR" reason="overlong"/> <!-- France -->
			<territoryAlias type="249" replacement="FR" reason="overlong"/> <!-- France -->
			<territoryAlias type="266" replacement="GA" reason="overlong"/> <!-- Gabon -->
			<territoryAlias type="826" replacement="GB" reason="overlong"/> <!-- United Kingdom -->
			<territoryAlias type="308" replacement="GD" reason="overlong"/> <!-- Grenada -->
			<territoryAlias type="268" replacement="GE" reason="overlong"/> <!-- Georgia -->
			<territoryAlias type="254" replacement="GF" reason="overlong"/> <!-- French Guiana -->
			<territoryAlias type="831" replacement="GG" reason="overlong"/> <!-- Guernsey -->
			<territoryAlias type="288" replacement="GH" reason="overlong"/> <!-- Ghana -->
			<territoryAlias type="292" replacement="GI" reason="overlong"/> <!-- Gibraltar -->
			<territoryAlias type="304" replacement="GL" reason="overlong"/> <!-- Greenland -->
			<territoryAlias type="270" replacement="GM" reason="overlong"/> <!-- Gambia -->
			<territoryAlias type="324" replacement="GN" reason="overlong"/> <!-- Guinea -->
			<territoryAlias type="312" replacement="GP" reason="overlong"/> <!-- Guadeloupe -->
			<territoryAlias type="226" replacement="GQ" reason="overlong"/> <!-- Equatorial Guinea -->
			<territoryAlias type="300" replacement="GR" reason="overlong"/> <!-- Greece -->
			<territoryAlias type="239" replacement="GS" reason="overlong"/> <!-- South Georgia & South Sandwich Islands -->
			<territoryAlias type="320" replacement="GT" reason="overlong"/> <!-- Guatemala -->
			<territoryAlias type="316" replacement="GU" reason="overlong"/> <!-- Guam -->
			<territoryAlias type="624" replacement="GW" reason="overlong"/> <!-- Guinea-Bissau -->
			<territoryAlias type="328" replacement="GY" reason="overlong"/> <!-- Guyana -->
			<territoryAlias type="344" replacement="HK" reason="overlong"/> <!-- Hong Kong SAR China -->
			<territoryAlias type="334" replacement="HM" reason="overlong"/> <!-- Heard & McDonald Islands -->
			<territoryAlias type="340" replacement="HN" reason="overlong"/> <!-- Honduras -->
			<territoryAlias type="191" replacement="HR" reason="overlong"/> <!-- Croatia -->
			<territoryAlias type="332" replacement="HT" reason="overlong"/> <!-- Haiti -->
			<territoryAlias type="348" replacement="HU" reason="overlong"/> <!-- Hungary -->
			<territoryAlias type="360" replacement="ID" reason="overlong"/> <!-- Indonesia -->
			<territoryAlias type="372" replacement="IE" reason="overlong"/> <!-- Ireland -->
			<territoryAlias type="376" replacement="IL" reason="overlong"/> <!-- Israel -->
			<territoryAlias type="833" replacement="IM" reason="overlong"/> <!-- Isle of Man -->
			<territoryAlias type="356" replacement="IN" reason="overlong"/> <!-- India -->
			<territoryAlias type="086" replacement="IO" reason="overlong"/> <!-- British Indian Ocean Territory -->
			<territoryAlias type="368" replacement="IQ" reason="overlong"/> <!-- Iraq -->
			<territoryAlias type="364" replacement="IR" reason="overlong"/> <!-- Iran -->
			<territoryAlias type="352" replacement="IS" reason="overlong"/> <!-- Iceland -->
			<territoryAlias type="380" replacement="IT" reason="overlong"/> <!-- Italy -->
			<territoryAlias type="832" replacement="JE" reason="overlong"/> <!-- Jersey -->
			<territoryAlias type="388" replacement="JM" reason="overlong"/> <!-- Jamaica -->
			<territoryAlias type="400" replacement="JO" reason="overlong"/> <!-- Jordan -->
			<territoryAlias type="392" replacement="JP" reason="overlong"/> <!-- Japan -->
			<territoryAlias type="404" replacement="KE" reason="overlong"/> <!-- Kenya -->
			<territoryAlias type="417" replacement="KG" reason="overlong"/> <!-- Kyrgyzstan -->
			<territoryAlias type="116" replacement="KH" reason="overlong"/> <!-- Cambodia -->
			<territoryAlias type="296" replacement="KI" reason="overlong"/> <!-- Kiribati -->
			<territoryAlias type="174" replacement="KM" reason="overlong"/> <!-- Comoros -->
			<territoryAlias type="659" replacement="KN" reason="overlong"/> <!-- St. Kitts & Nevis -->
			<territoryAlias type="408" replacement="KP" reason="overlong"/> <!-- North Korea -->
			<territoryAlias type="410" replacement="KR" reason="overlong"/> <!-- South Korea -->
			<territoryAlias type="414" replacement="KW" reason="overlong"/> <!-- Kuwait -->
			<territoryAlias type="136" replacement="KY" reason="overlong"/> <!-- Cayman Islands -->
			<territoryAlias type="398" replacement="KZ" reason="overlong"/> <!-- Kazakhstan -->
			<territoryAlias type="418" replacement="LA" reason="overlong"/> <!-- Laos -->
			<territoryAlias type="422" replacement="LB" reason="overlong"/> <!-- Lebanon -->
			<territoryAlias type="662" replacement="LC" reason="overlong"/> <!-- St. Lucia -->
			<territoryAlias type="438" replacement="LI" reason="overlong"/> <!-- Liechtenstein -->
			<territoryAlias type="144" replacement="LK" reason="overlong"/> <!-- Sri Lanka -->
			<territoryAlias type="430" replacement="LR" reason="overlong"/> <!-- Liberia -->
			<territoryAlias type="426" replacement="LS" reason="overlong"/> <!-- Lesotho -->
			<territoryAlias type="440" replacement="LT" reason="overlong"/> <!-- Lithuania -->
			<territoryAlias type="442" replacement="LU" reason="overlong"/> <!-- Luxembourg -->
			<territoryAlias type="428" replacement="LV" reason="overlong"/> <!-- Latvia -->
			<territoryAlias type="434" replacement="LY" reason="overlong"/> <!-- Libya -->
			<territoryAlias type="504" replacement="MA" reason="overlong"/> <!-- Morocco -->
			<territoryAlias type="492" replacement="MC" reason="overlong"/> <!-- Monaco -->
			<territoryAlias type="498" replacement="MD" reason="overlong"/> <!-- Moldova -->
			<territoryAlias type="499" replacement="ME" reason="overlong"/> <!-- Montenegro -->
			<territoryAlias type="663" replacement="MF" reason="overlong"/> <!-- St. Martin -->
			<territoryAlias type="450" replacement="MG" reason="overlong"/> <!-- Madagascar -->
			<territoryAlias type="584" replacement="MH" reason="overlong"/> <!-- Marshall Islands -->
			<territoryAlias type="807" replacement="MK" reason="overlong"/> <!-- Macedonia -->
			<territoryAlias type="466" replacement="ML" reason="overlong"/> <!-- Mali -->
			<territoryAlias type="496" replacement="MN" reason="overlong"/> <!-- Mongolia -->
			<territoryAlias type="446" replacement="MO" reason="overlong"/> <!-- Macau SAR China -->
			<territoryAlias type="580" replacement="MP" reason="overlong"/> <!-- Northern Mariana Islands -->
			<territoryAlias type="474" replacement="MQ" reason="overlong"/> <!-- Martinique -->
			<territoryAlias type="478" replacement="MR" reason="overlong"/> <!-- Mauritania -->
			<territoryAlias type="500" replacement="MS" reason="overlong"/> <!-- Montserrat -->
			<territoryAlias type="470" replacement="MT" reason="overlong"/> <!-- Malta -->
			<territoryAlias type="480" replacement="MU" reason="overlong"/> <!-- Mauritius -->
			<territoryAlias type="462" replacement="MV" reason="overlong"/> <!-- Maldives -->
			<territoryAlias type="454" replacement="MW" reason="overlong"/> <!-- Malawi -->
			<territoryAlias type="484" replacement="MX" reason="overlong"/> <!-- Mexico -->
			<territoryAlias type="458" replacement="MY" reason="overlong"/> <!-- Malaysia -->
			<territoryAlias type="508" replacement="MZ" reason="overlong"/> <!-- Mozambique -->
			<territoryAlias type="516" replacement="NA" reason="overlong"/> <!-- Namibia -->
			<territoryAlias type="540" replacement="NC" reason="overlong"/> <!-- New Caledonia -->
			<territoryAlias type="562" replacement="NE" reason="overlong"/> <!-- Niger -->
			<territoryAlias type="574" replacement="NF" reason="overlong"/> <!-- Norfolk Island -->
			<territoryAlias type="566" replacement="NG" reason="overlong"/> <!-- Nigeria -->
			<territoryAlias type="558" replacement="NI" reason="overlong"/> <!-- Nicaragua -->
			<territoryAlias type="528" replacement="NL" reason="overlong"/> <!-- Netherlands -->
			<territoryAlias type="578" replacement="NO" reason="overlong"/> <!-- Norway -->
			<territoryAlias type="524" replacement="NP" reason="overlong"/> <!-- Nepal -->
			<territoryAlias type="520" replacement="NR" reason="overlong"/> <!-- Nauru -->
			<territoryAlias type="536" replacement="SA IQ" reason="overlong"/> <!-- null -->
			<territoryAlias type="570" replacement="NU" reason="overlong"/> <!-- Niue -->
			<territoryAlias type="554" replacement="NZ" reason="overlong"/> <!-- New Zealand -->
			<territoryAlias type="512" replacement="OM" reason="overlong"/> <!-- Oman -->
			<territoryAlias type="591" replacement="PA" reason="overlong"/> <!-- Panama -->
			<territoryAlias type="604" replacement="PE" reason="overlong"/> <!-- Peru -->
			<territoryAlias type="258" replacement="PF" reason="overlong"/> <!-- French Polynesia -->
			<territoryAlias type="598" replacement="PG" reason="overlong"/> <!-- Papua New Guinea -->
			<territoryAlias type="608" replacement="PH" reason="overlong"/> <!-- Philippines -->
			<territoryAlias type="586" replacement="PK" reason="overlong"/> <!-- Pakistan -->
			<territoryAlias type="616" replacement="PL" reason="overlong"/> <!-- Poland -->
			<territoryAlias type="666" replacement="PM" reason="overlong"/> <!-- St. Pierre & Miquelon -->
			<territoryAlias type="612" replacement="PN" reason="overlong"/> <!-- Pitcairn Islands -->
			<territoryAlias type="630" replacement="PR" reason="overlong"/> <!-- Puerto Rico -->
			<territoryAlias type="275" replacement="PS" reason="overlong"/> <!-- Palestinian Territories -->
			<territoryAlias type="620" replacement="PT" reason="overlong"/> <!-- Portugal -->
			<territoryAlias type="585" replacement="PW" reason="overlong"/> <!-- Palau -->
			<territoryAlias type="600" replacement="PY" reason="overlong"/> <!-- Paraguay -->
			<territoryAlias type="634" replacement="QA" reason="overlong"/> <!-- Qatar -->
			<territoryAlias type="959" replacement="QM" reason="overlong"/> <!-- null -->
			<territoryAlias type="960" replacement="QN" reason="overlong"/> <!-- null -->
			<territoryAlias type="962" replacement="QP" reason="overlong"/> <!-- null -->
			<territoryAlias type="963" replacement="QQ" reason="overlong"/> <!-- null -->
			<territoryAlias type="964" replacement="QR" reason="overlong"/> <!-- null -->
			<territoryAlias type="965" replacement="QS" reason="overlong"/> <!-- null -->
			<territoryAlias type="966" replacement="QT" reason="overlong"/> <!-- null -->
			<territoryAlias type="967" replacement="EU" reason="overlong"/> <!-- European Union -->
			<territoryAlias type="968" replacement="QV" reason="overlong"/> <!-- null -->
			<territoryAlias type="969" replacement="QW" reason="overlong"/> <!-- null -->
			<territoryAlias type="970" replacement="QX" reason="overlong"/> <!-- null -->
			<territoryAlias type="971" replacement="QY" reason="overlong"/> <!-- null -->
			<territoryAlias type="972" replacement="QZ" reason="overlong"/> <!-- null -->
			<territoryAlias type="638" replacement="RE" reason="overlong"/> <!-- Réunion -->
			<territoryAlias type="642" replacement="RO" reason="overlong"/> <!-- Romania -->
			<territoryAlias type="688" replacement="RS" reason="overlong"/> <!-- Serbia -->
			<territoryAlias type="643" replacement="RU" reason="overlong"/> <!-- Russia -->
			<territoryAlias type="646" replacement="RW" reason="overlong"/> <!-- Rwanda -->
			<territoryAlias type="682" replacement="SA" reason="overlong"/> <!-- Saudi Arabia -->
			<territoryAlias type="090" replacement="SB" reason="overlong"/> <!-- Solomon Islands -->
			<territoryAlias type="690" replacement="SC" reason="overlong"/> <!-- Seychelles -->
			<territoryAlias type="729" replacement="SD" reason="overlong"/> <!-- Sudan -->
			<territoryAlias type="752" replacement="SE" reason="overlong"/> <!-- Sweden -->
			<territoryAlias type="702" replacement="SG" reason="overlong"/> <!-- Singapore -->
			<territoryAlias type="654" replacement="SH" reason="overlong"/> <!-- St. Helena -->
			<territoryAlias type="705" replacement="SI" reason="overlong"/> <!-- Slovenia -->
			<territoryAlias type="744" replacement="SJ" reason="overlong"/> <!-- Svalbard & Jan Mayen -->
			<territoryAlias type="703" replacement="SK" reason="overlong"/> <!-- Slovakia -->
			<territoryAlias type="694" replacement="SL" reason="overlong"/> <!-- Sierra Leone -->
			<territoryAlias type="674" replacement="SM" reason="overlong"/> <!-- San Marino -->
			<territoryAlias type="686" replacement="SN" reason="overlong"/> <!-- Senegal -->
			<territoryAlias type="706" replacement="SO" reason="overlong"/> <!-- Somalia -->
			<territoryAlias type="740" replacement="SR" reason="overlong"/> <!-- Suriname -->
			<territoryAlias type="728" replacement="SS" reason="overlong"/> <!-- South Sudan -->
			<territoryAlias type="678" replacement="ST" reason="overlong"/> <!-- São Tomé & Príncipe -->
			<territoryAlias type="810" replacement="RU AM AZ BY EE GE KZ KG LV LT MD TJ TM UA UZ" reason="overlong"/> <!-- null -->
			<territoryAlias type="222" replacement="SV" reason="overlong"/> <!-- El Salvador -->
			<territoryAlias type="534" replacement="SX" reason="overlong"/> <!-- Sint Maarten -->
			<territoryAlias type="760" replacement="SY" reason="overlong"/> <!-- Syria -->
			<territoryAlias type="748" replacement="SZ" reason="overlong"/> <!-- Swaziland -->
			<territoryAlias type="796" replacement="TC" reason="overlong"/> <!-- Turks & Caicos Islands -->
			<territoryAlias type="148" replacement="TD" reason="overlong"/> <!-- Chad -->
			<territoryAlias type="260" replacement="TF" reason="overlong"/> <!-- French Southern Territories -->
			<territoryAlias type="768" replacement="TG" reason="overlong"/> <!-- Togo -->
			<territoryAlias type="764" replacement="TH" reason="overlong"/> <!-- Thailand -->
			<territoryAlias type="762" replacement="TJ" reason="overlong"/> <!-- Tajikistan -->
			<territoryAlias type="772" replacement="TK" reason="overlong"/> <!-- Tokelau -->
			<territoryAlias type="626" replacement="TL" reason="overlong"/> <!-- Timor-Leste -->
			<territoryAlias type="795" replacement="TM" reason="overlong"/> <!-- Turkmenistan -->
			<territoryAlias type="788" replacement="TN" reason="overlong"/> <!-- Tunisia -->
			<territoryAlias type="776" replacement="TO" reason="overlong"/> <!-- Tonga -->
			<territoryAlias type="792" replacement="TR" reason="overlong"/> <!-- Turkey -->
			<territoryAlias type="780" replacement="TT" reason="overlong"/> <!-- Trinidad & Tobago -->
			<territoryAlias type="798" replacement="TV" reason="overlong"/> <!-- Tuvalu -->
			<territoryAlias type="158" replacement="TW" reason="overlong"/> <!-- Taiwan -->
			<territoryAlias type="834" replacement="TZ" reason="overlong"/> <!-- Tanzania -->
			<territoryAlias type="804" replacement="UA" reason="overlong"/> <!-- Ukraine -->
			<territoryAlias type="800" replacement="UG" reason="overlong"/> <!-- Uganda -->
			<territoryAlias type="581" replacement="UM" reason="overlong"/> <!-- U.S. Outlying Islands -->
			<territoryAlias type="840" replacement="US" reason="overlong"/> <!-- United States -->
			<territoryAlias type="858" replacement="UY" reason="overlong"/> <!-- Uruguay -->
			<territoryAlias type="860" replacement="UZ" reason="overlong"/> <!-- Uzbekistan -->
			<territoryAlias type="336" replacement="VA" reason="overlong"/> <!-- Vatican City -->
			<territoryAlias type="670" replacement="VC" reason="overlong"/> <!-- St. Vincent & Grenadines -->
			<territoryAlias type="862" replacement="VE" reason="overlong"/> <!-- Venezuela -->
			<territoryAlias type="092" replacement="VG" reason="overlong"/> <!-- British Virgin Islands -->
			<territoryAlias type="850" replacement="VI" reason="overlong"/> <!-- U.S. Virgin Islands -->
			<territoryAlias type="704" replacement="VN" reason="overlong"/> <!-- Vietnam -->
			<territoryAlias type="548" replacement="VU" reason="overlong"/> <!-- Vanuatu -->
			<territoryAlias type="876" replacement="WF" reason="overlong"/> <!-- Wallis & Futuna -->
			<territoryAlias type="882" replacement="WS" reason="overlong"/> <!-- Samoa -->
			<territoryAlias type="973" replacement="XA" reason="overlong"/> <!-- null -->
			<territoryAlias type="974" replacement="XB" reason="overlong"/> <!-- null -->
			<territoryAlias type="975" replacement="XC" reason="overlong"/> <!-- null -->
			<territoryAlias type="976" replacement="XD" reason="overlong"/> <!-- null -->
			<territoryAlias type="977" replacement="XE" reason="overlong"/> <!-- null -->
			<territoryAlias type="978" replacement="XF" reason="overlong"/> <!-- null -->
			<territoryAlias type="979" replacement="XG" reason="overlong"/> <!-- null -->
			<territoryAlias type="980" replacement="XH" reason="overlong"/> <!-- null -->
			<territoryAlias type="981" replacement="XI" reason="overlong"/> <!-- null -->
			<territoryAlias type="982" replacement="XJ" reason="overlong"/> <!-- null -->
			<territoryAlias type="983" replacement="XK" reason="overlong"/> <!-- Kosovo -->
			<territoryAlias type="984" replacement="XL" reason="overlong"/> <!-- null -->
			<territoryAlias type="985" replacement="XM" reason="overlong"/> <!-- null -->
			<territoryAlias type="986" replacement="XN" reason="overlong"/> <!-- null -->
			<territoryAlias type="987" replacement="XO" reason="overlong"/> <!-- null -->
			<territoryAlias type="988" replacement="XP" reason="overlong"/> <!-- null -->
			<territoryAlias type="989" replacement="XQ" reason="overlong"/> <!-- null -->
			<territoryAlias type="990" replacement="XR" reason="overlong"/> <!-- null -->
			<territoryAlias type="991" replacement="XS" reason="overlong"/> <!-- null -->
			<territoryAlias type="992" replacement="XT" reason="overlong"/> <!-- null -->
			<territoryAlias type="993" replacement="XU" reason="overlong"/> <!-- null -->
			<territoryAlias type="994" replacement="XV" reason="overlong"/> <!-- null -->
			<territoryAlias type="995" replacement="XW" reason="overlong"/> <!-- null -->
			<territoryAlias type="996" replacement="XX" reason="overlong"/> <!-- null -->
			<territoryAlias type="997" replacement="XY" reason="overlong"/> <!-- null -->
			<territoryAlias type="998" replacement="XZ" reason="overlong"/> <!-- null -->
			<territoryAlias type="720" replacement="YE" reason="overlong"/> <!-- Yemen -->
			<territoryAlias type="887" replacement="YE" reason="overlong"/> <!-- Yemen -->
			<territoryAlias type="175" replacement="YT" reason="overlong"/> <!-- Mayotte -->
			<territoryAlias type="710" replacement="ZA" reason="overlong"/> <!-- South Africa -->
			<territoryAlias type="894" replacement="ZM" reason="overlong"/> <!-- Zambia -->
			<territoryAlias type="716" replacement="ZW" reason="overlong"/> <!-- Zimbabwe -->
			<territoryAlias type="999" replacement="ZZ" reason="overlong"/> <!-- Unknown Region -->
            <!-- end of data generated with CountItems tool per http://sites.google.com/site/cldr/development/updating-codes/update-languagescriptregion-subtags -->
			<!-- start of data generated with GenerateSubdivisions -->
			<subdivisionAlias type="CN-71" replacement="TW" reason="overlong"/> <!-- Taiwan => Taiwan -->
			<subdivisionAlias type="CN-91" replacement="HK" reason="overlong"/> <!-- Hong Kong SAR China => Hong Kong SAR China -->
			<subdivisionAlias type="CN-92" replacement="MO" reason="overlong"/> <!-- Macau SAR China => Macau SAR China -->
			<subdivisionAlias type="FR-BL" replacement="BL" reason="overlong"/> <!-- St. Barthélemy => St. Barthélemy -->
			<subdivisionAlias type="FR-GF" replacement="GF" reason="overlong"/> <!-- French Guiana => French Guiana -->
			<subdivisionAlias type="FR-GP" replacement="GP" reason="overlong"/> <!-- Guadeloupe => Guadeloupe -->
			<subdivisionAlias type="FR-MF" replacement="MF" reason="overlong"/> <!-- St. Martin => St. Martin -->
			<subdivisionAlias type="FR-MQ" replacement="MQ" reason="overlong"/> <!-- Martinique => Martinique -->
			<subdivisionAlias type="FR-NC" replacement="NC" reason="overlong"/> <!-- New Caledonia => New Caledonia -->
			<subdivisionAlias type="FR-PF" replacement="PF" reason="overlong"/> <!-- French Polynesia => French Polynesia -->
			<subdivisionAlias type="FR-PM" replacement="PM" reason="overlong"/> <!-- St. Pierre & Miquelon => St. Pierre & Miquelon -->
			<subdivisionAlias type="FR-RE" replacement="RE" reason="overlong"/> <!-- Réunion => Réunion -->
			<subdivisionAlias type="FR-TF" replacement="TF" reason="overlong"/> <!-- French Southern Territories => French Southern Territories -->
			<subdivisionAlias type="FR-WF" replacement="WF" reason="overlong"/> <!-- Wallis & Futuna => Wallis & Futuna -->
			<subdivisionAlias type="FR-YT" replacement="YT" reason="overlong"/> <!-- Mayotte => Mayotte -->
			<subdivisionAlias type="NL-AW" replacement="AW" reason="overlong"/> <!-- Aruba => Aruba -->
			<subdivisionAlias type="NL-CW" replacement="CW" reason="overlong"/> <!-- Curaçao => Curaçao -->
			<subdivisionAlias type="NL-SX" replacement="SX" reason="overlong"/> <!-- Sint Maarten => Sint Maarten -->
			<subdivisionAlias type="US-AS" replacement="AS" reason="overlong"/> <!-- American Samoa => American Samoa -->
			<subdivisionAlias type="US-GU" replacement="GU" reason="overlong"/> <!-- Guam => Guam -->
			<subdivisionAlias type="US-MP" replacement="MP" reason="overlong"/> <!-- Northern Mariana Islands => Northern Mariana Islands -->
			<subdivisionAlias type="US-PR" replacement="PR" reason="overlong"/> <!-- Puerto Rico => Puerto Rico -->
			<subdivisionAlias type="US-UM" replacement="UM" reason="overlong"/> <!-- U.S. Outlying Islands => U.S. Outlying Islands -->
			<subdivisionAlias type="US-VI" replacement="VI" reason="overlong"/> <!-- U.S. Virgin Islands => U.S. Virgin Islands -->
			<!-- <subdivisionAlias type="AL-BR" replacement="??" reason="deprecated"/> <!- - Berat => ?? -->
			<!-- <subdivisionAlias type="AL-BU" replacement="??" reason="deprecated"/> <!- - Bulqizë => ?? -->
			<!-- <subdivisionAlias type="AL-DI" replacement="??" reason="deprecated"/> <!- - Dibër => ?? -->
			<!-- <subdivisionAlias type="AL-DL" replacement="??" reason="deprecated"/> <!- - Delvinë => ?? -->
			<!-- <subdivisionAlias type="AL-DR" replacement="??" reason="deprecated"/> <!- - Durrës => ?? -->
			<!-- <subdivisionAlias type="AL-DV" replacement="??" reason="deprecated"/> <!- - Devoll => ?? -->
			<!-- <subdivisionAlias type="AL-EL" replacement="??" reason="deprecated"/> <!- - Elbasan => ?? -->
			<!-- <subdivisionAlias type="AL-ER" replacement="??" reason="deprecated"/> <!- - Kolonjë => ?? -->
			<!-- <subdivisionAlias type="AL-FR" replacement="??" reason="deprecated"/> <!- - Fier => ?? -->
			<!-- <subdivisionAlias type="AL-GJ" replacement="??" reason="deprecated"/> <!- - Gjirokastër => ?? -->
			<!-- <subdivisionAlias type="AL-GR" replacement="??" reason="deprecated"/> <!- - Gramsh => ?? -->
			<!-- <subdivisionAlias type="AL-HA" replacement="??" reason="deprecated"/> <!- - Has => ?? -->
			<!-- <subdivisionAlias type="AL-KA" replacement="??" reason="deprecated"/> <!- - Kavajë => ?? -->
			<!-- <subdivisionAlias type="AL-KB" replacement="??" reason="deprecated"/> <!- - Kurbin => ?? -->
			<!-- <subdivisionAlias type="AL-KC" replacement="??" reason="deprecated"/> <!- - Kuçovë => ?? -->
			<!-- <subdivisionAlias type="AL-KO" replacement="??" reason="deprecated"/> <!- - Korçë => ?? -->
			<!-- <subdivisionAlias type="AL-KR" replacement="??" reason="deprecated"/> <!- - Krujë => ?? -->
			<!-- <subdivisionAlias type="AL-KU" replacement="??" reason="deprecated"/> <!- - Kukës => ?? -->
			<!-- <subdivisionAlias type="AL-LB" replacement="??" reason="deprecated"/> <!- - Librazhd => ?? -->
			<!-- <subdivisionAlias type="AL-LE" replacement="??" reason="deprecated"/> <!- - Lezhë => ?? -->
			<!-- <subdivisionAlias type="AL-LU" replacement="??" reason="deprecated"/> <!- - Lushnjë => ?? -->
			<!-- <subdivisionAlias type="AL-MK" replacement="??" reason="deprecated"/> <!- - Mallakastër => ?? -->
			<!-- <subdivisionAlias type="AL-MM" replacement="??" reason="deprecated"/> <!- - Malësi e Madhe => ?? -->
			<!-- <subdivisionAlias type="AL-MR" replacement="??" reason="deprecated"/> <!- - Mirditë => ?? -->
			<!-- <subdivisionAlias type="AL-MT" replacement="??" reason="deprecated"/> <!- - Mat => ?? -->
			<!-- <subdivisionAlias type="AL-PG" replacement="??" reason="deprecated"/> <!- - Pogradec => ?? -->
			<!-- <subdivisionAlias type="AL-PQ" replacement="??" reason="deprecated"/> <!- - Peqin => ?? -->
			<!-- <subdivisionAlias type="AL-PR" replacement="??" reason="deprecated"/> <!- - Përmet => ?? -->
			<!-- <subdivisionAlias type="AL-PU" replacement="??" reason="deprecated"/> <!- - Pukë => ?? -->
			<!-- <subdivisionAlias type="AL-SH" replacement="??" reason="deprecated"/> <!- - Shkodër => ?? -->
			<!-- <subdivisionAlias type="AL-SK" replacement="??" reason="deprecated"/> <!- - Skrapar => ?? -->
			<!-- <subdivisionAlias type="AL-SR" replacement="??" reason="deprecated"/> <!- - Sarandë => ?? -->
			<!-- <subdivisionAlias type="AL-TE" replacement="??" reason="deprecated"/> <!- - Tepelenë => ?? -->
			<!-- <subdivisionAlias type="AL-TP" replacement="??" reason="deprecated"/> <!- - Tropojë => ?? -->
			<!-- <subdivisionAlias type="AL-TR" replacement="??" reason="deprecated"/> <!- - Tirana => ?? -->
			<!-- <subdivisionAlias type="AL-VL" replacement="??" reason="deprecated"/> <!- - Vlorë => ?? -->
			<!-- <subdivisionAlias type="BA-01" replacement="??" reason="deprecated"/> <!- - Una-Sana => ?? -->
			<!-- <subdivisionAlias type="BA-02" replacement="??" reason="deprecated"/> <!- - Posavina => ?? -->
			<!-- <subdivisionAlias type="BA-03" replacement="??" reason="deprecated"/> <!- - Tuzlanski => ?? -->
			<!-- <subdivisionAlias type="BA-04" replacement="??" reason="deprecated"/> <!- - Zenica-Doboj => ?? -->
			<!-- <subdivisionAlias type="BA-05" replacement="??" reason="deprecated"/> <!- - Bosnian Podrinje => ?? -->
			<!-- <subdivisionAlias type="BA-06" replacement="??" reason="deprecated"/> <!- - Central Bosnia => ?? -->
			<!-- <subdivisionAlias type="BA-07" replacement="??" reason="deprecated"/> <!- - Herzegovina-Neretva => ?? -->
			<!-- <subdivisionAlias type="BA-08" replacement="??" reason="deprecated"/> <!- - West Herzegovina => ?? -->
			<!-- <subdivisionAlias type="BA-09" replacement="??" reason="deprecated"/> <!- - Sarajevo => ?? -->
			<!-- <subdivisionAlias type="BA-10" replacement="??" reason="deprecated"/> <!- - Livanjski => ?? -->
			<!-- <subdivisionAlias type="BH-16" replacement="??" reason="deprecated"/> <!- - Central => ?? -->
			<!-- <subdivisionAlias type="CI-01" replacement="??" reason="deprecated"/> <!- - Lagunes => ?? -->
			<!-- <subdivisionAlias type="CI-02" replacement="??" reason="deprecated"/> <!- - Haut-Sassandra => ?? -->
			<!-- <subdivisionAlias type="CI-03" replacement="??" reason="deprecated"/> <!- - Savanes => ?? -->
			<!-- <subdivisionAlias type="CI-04" replacement="??" reason="deprecated"/> <!- - Vallée du Bandama => ?? -->
			<!-- <subdivisionAlias type="CI-05" replacement="??" reason="deprecated"/> <!- - Moyen-Comoé => ?? -->
			<!-- <subdivisionAlias type="CI-06" replacement="??" reason="deprecated"/> <!- - Dix-Huit Montagnes => ?? -->
			<!-- <subdivisionAlias type="CI-07" replacement="??" reason="deprecated"/> <!- - Lacs => ?? -->
			<!-- <subdivisionAlias type="CI-08" replacement="??" reason="deprecated"/> <!- - Zanzan => ?? -->
			<!-- <subdivisionAlias type="CI-09" replacement="??" reason="deprecated"/> <!- - Bas-Sassandra => ?? -->
			<!-- <subdivisionAlias type="CI-10" replacement="??" reason="deprecated"/> <!- - Denguélé => ?? -->
			<!-- <subdivisionAlias type="CI-11" replacement="??" reason="deprecated"/> <!- - N’zi-Comoé => ?? -->
			<!-- <subdivisionAlias type="CI-12" replacement="??" reason="deprecated"/> <!- - Marahoué => ?? -->
			<!-- <subdivisionAlias type="CI-13" replacement="??" reason="deprecated"/> <!- - Sud-Comoé => ?? -->
			<!-- <subdivisionAlias type="CI-14" replacement="??" reason="deprecated"/> <!- - Worodougou => ?? -->
			<!-- <subdivisionAlias type="CI-15" replacement="??" reason="deprecated"/> <!- - Sud-Bandama => ?? -->
			<!-- <subdivisionAlias type="CI-16" replacement="??" reason="deprecated"/> <!- - Agnéby => ?? -->
			<!-- <subdivisionAlias type="CI-17" replacement="??" reason="deprecated"/> <!- - Bafing => ?? -->
			<!-- <subdivisionAlias type="CI-18" replacement="??" reason="deprecated"/> <!- - Fromager => ?? -->
			<!-- <subdivisionAlias type="CI-19" replacement="??" reason="deprecated"/> <!- - Moyen-Cavally => ?? -->
			<!-- <subdivisionAlias type="GB-ANT" replacement="??" reason="deprecated"/> <!- - Antrim => ?? -->
			<!-- <subdivisionAlias type="GB-ARD" replacement="??" reason="deprecated"/> <!- - Ards => ?? -->
			<!-- <subdivisionAlias type="GB-ARM" replacement="??" reason="deprecated"/> <!- - Armagh => ?? -->
			<!-- <subdivisionAlias type="GB-BLA" replacement="??" reason="deprecated"/> <!- - Ballymena => ?? -->
			<!-- <subdivisionAlias type="GB-BLY" replacement="??" reason="deprecated"/> <!- - Ballymoney => ?? -->
			<!-- <subdivisionAlias type="GB-BNB" replacement="??" reason="deprecated"/> <!- - Banbridge => ?? -->
			<!-- <subdivisionAlias type="GB-CGV" replacement="??" reason="deprecated"/> <!- - Craigavon => ?? -->
			<!-- <subdivisionAlias type="GB-CKF" replacement="??" reason="deprecated"/> <!- - Carrickfergus => ?? -->
			<!-- <subdivisionAlias type="GB-CKT" replacement="??" reason="deprecated"/> <!- - Cookstown => ?? -->
			<!-- <subdivisionAlias type="GB-CLR" replacement="??" reason="deprecated"/> <!- - Coleraine => ?? -->
			<!-- <subdivisionAlias type="GB-CSR" replacement="??" reason="deprecated"/> <!- - Castlereagh => ?? -->
			<!-- <subdivisionAlias type="GB-DGN" replacement="??" reason="deprecated"/> <!- - Dungannon and South Tyrone => ?? -->
			<!-- <subdivisionAlias type="GB-DOW" replacement="??" reason="deprecated"/> <!- - Down => ?? -->
			<!-- <subdivisionAlias type="GB-DRY" replacement="??" reason="deprecated"/> <!- - Derry => ?? -->
			<!-- <subdivisionAlias type="GB-FER" replacement="??" reason="deprecated"/> <!- - Fermanagh => ?? -->
			<!-- <subdivisionAlias type="GB-LMV" replacement="??" reason="deprecated"/> <!- - Limavady => ?? -->
			<!-- <subdivisionAlias type="GB-LRN" replacement="??" reason="deprecated"/> <!- - Larne => ?? -->
			<!-- <subdivisionAlias type="GB-LSB" replacement="??" reason="deprecated"/> <!- - Lisburn => ?? -->
			<!-- <subdivisionAlias type="GB-MFT" replacement="??" reason="deprecated"/> <!- - Magherafelt => ?? -->
			<!-- <subdivisionAlias type="GB-MYL" replacement="??" reason="deprecated"/> <!- - Moyle => ?? -->
			<!-- <subdivisionAlias type="GB-NDN" replacement="??" reason="deprecated"/> <!- - North Down => ?? -->
			<!-- <subdivisionAlias type="GB-NTA" replacement="??" reason="deprecated"/> <!- - Newtownabbey => ?? -->
			<!-- <subdivisionAlias type="GB-NYM" replacement="??" reason="deprecated"/> <!- - Newry and Mourne => ?? -->
			<!-- <subdivisionAlias type="GB-OMH" replacement="??" reason="deprecated"/> <!- - Omagh => ?? -->
			<!-- <subdivisionAlias type="GB-STB" replacement="??" reason="deprecated"/> <!- - Strabane => ?? -->
			<!-- <subdivisionAlias type="IS-0" replacement="??" reason="deprecated"/> <!- - Reykjavík => ?? -->
			<subdivisionAlias type="LA-XN" replacement="LA-XS" reason="deprecated"/> <!-- Xaisomboun => Xaisomboun -->
			<subdivisionAlias type="LU-D" replacement="LU-CL LU-DI LU-RD LU-VD LU-WI" reason="deprecated"/> <!-- Diekirch => Clervaux, Diekirch, Redange, Vianden, Wiltz -->
			<subdivisionAlias type="LU-G" replacement="LU-EC LU-GR LU-RM" reason="deprecated"/> <!-- Grevenmacher => Echternach, Grevenmacher, Remich -->
			<subdivisionAlias type="LU-L" replacement="LU-CA LU-ES LU-LU LU-ME" reason="deprecated"/> <!-- Luxembourg => Capellen, Esch-sur-Alzette, Luxembourg, Mersch -->
			<!-- <subdivisionAlias type="MK-01" replacement="??" reason="deprecated"/> <!- - Aerodrom => ?? -->
			<!-- <subdivisionAlias type="MK-09" replacement="??" reason="deprecated"/> <!- - Butel => ?? -->
			<!-- <subdivisionAlias type="MK-15" replacement="??" reason="deprecated"/> <!- - Vraneštica => ?? -->
			<!-- <subdivisionAlias type="MK-17" replacement="??" reason="deprecated"/> <!- - Gazi Baba => ?? -->
			<!-- <subdivisionAlias type="MK-28" replacement="??" reason="deprecated"/> <!- - Drugovo => ?? -->
			<!-- <subdivisionAlias type="MK-29" replacement="??" reason="deprecated"/> <!- - Gjorče Petrov => ?? -->
			<!-- <subdivisionAlias type="MK-31" replacement="??" reason="deprecated"/> <!- - Zajas => ?? -->
			<!-- <subdivisionAlias type="MK-38" replacement="??" reason="deprecated"/> <!- - Karpoš => ?? -->
			<!-- <subdivisionAlias type="MK-39" replacement="??" reason="deprecated"/> <!- - Kisela Voda => ?? -->
			<!-- <subdivisionAlias type="MK-57" replacement="??" reason="deprecated"/> <!- - Oslomej => ?? -->
			<!-- <subdivisionAlias type="MK-68" replacement="??" reason="deprecated"/> <!- - Saraj => ?? -->
			<!-- <subdivisionAlias type="MK-77" replacement="??" reason="deprecated"/> <!- - Centar => ?? -->
			<!-- <subdivisionAlias type="MK-79" replacement="??" reason="deprecated"/> <!- - Čair => ?? -->
			<!-- <subdivisionAlias type="MK-84" replacement="??" reason="deprecated"/> <!- - Šuto Orizari => ?? -->
			<subdivisionAlias type="MR-NKC" replacement="MR-13 MR-14 MR-15" reason="deprecated"/> <!-- Nouakchott => Nouakchott Ouest, Nouakchott Nord, Nouakchott Sud -->
			<subdivisionAlias type="NZ-N" replacement="NZ-AUK NZ-BOP NZ-GIS NZ-HKB NZ-MWT NZ-NTL NZ-TKI NZ-WGN NZ-WKO" reason="deprecated"/> <!-- North Island => Auckland, Bay of Plenty, Gisborne, Hawke’s Bay, Manawatu-Wanganui, Northland, Taranaki, Wellington, Waikato -->
			<subdivisionAlias type="NZ-S" replacement="NZ-CAN NZ-MBH NZ-NSN NZ-OTA NZ-STL NZ-TAS NZ-WTC" reason="deprecated"/> <!-- South Island => Canterbury, Marl, Nelson, Otago, Southland, Tasman, West Coast -->
			<subdivisionAlias type="OM-BA" replacement="OM-BJ OM-BS" reason="deprecated"/> <!-- Al Batinah => Janub al Batinah, Shamal al Batinah -->
			<subdivisionAlias type="OM-SH" replacement="OM-SJ OM-SS" reason="deprecated"/> <!-- Ash Sharqiyah => Janub ash Sharqiyah, Shamal ash Sharqiyah -->
			<subdivisionAlias type="TT-ETO" replacement="TT-TOB" reason="deprecated"/> <!-- Eastern Tobago => Tobago -->
			<subdivisionAlias type="TT-RCM" replacement="TT-MRC" reason="deprecated"/> <!-- Rio Claro-Mayaro => Mayaro-Rio Claro -->
			<subdivisionAlias type="TT-WTO" replacement="TT-TOB" reason="deprecated"/> <!-- Western Tobago => Tobago -->
			<subdivisionAlias type="TW-KHQ" replacement="TW-KHH" reason="deprecated"/> <!-- Kaohsiung County => Kaohsiung -->
			<subdivisionAlias type="TW-TNQ" replacement="TW-TNN" reason="deprecated"/> <!-- Tainan County => Tainan -->
			<subdivisionAlias type="TW-TPQ" replacement="TW-NWT" reason="deprecated"/> <!-- New Taipei City => New Taipei -->
			<subdivisionAlias type="TW-TXQ" replacement="TW-TXG" reason="deprecated"/> <!-- Taichung County => Taichung -->
			<!-- end of data generated with GenerateSubdivisions -->
            <!-- variants -->
            <variantAlias type="AALAND" replacement="AX" reason="deprecated"/>
            <variantAlias type="POLYTONI" replacement="POLYTON" reason="deprecated"/>
            <variantAlias type="HEPLOC" replacement="ALALC97" reason="deprecated"/>
            <zoneAlias type="Africa/Timbuktu" replacement="Africa/Bamako" reason="deprecated"/>          
            <zoneAlias type="Pacific/Yap" replacement="Pacific/Truk" reason="deprecated"/>          
            <zoneAlias type="Europe/Belfast" replacement="Europe/London" reason="deprecated"/>
            <zoneAlias type="SystemV/AST4ADT" replacement="America/Halifax" reason="deprecated"/>
            <zoneAlias type="SystemV/EST5EDT" replacement="America/New_York" reason="deprecated"/>
            <zoneAlias type="SystemV/CST6CDT" replacement="America/Chicago" reason="deprecated"/>
            <zoneAlias type="SystemV/MST7MDT" replacement="America/Denver" reason="deprecated"/>
            <zoneAlias type="SystemV/PST8PDT" replacement="America/Los_Angeles" reason="deprecated"/>
            <zoneAlias type="SystemV/YST9YDT" replacement="America/Anchorage" reason="deprecated"/>
            <zoneAlias type="SystemV/AST4" replacement="America/Puerto_Rico" reason="deprecated"/>
            <zoneAlias type="SystemV/EST5" replacement="America/Indianapolis" reason="deprecated"/>
            <zoneAlias type="EST" replacement="America/Indianapolis" reason="deprecated"/>
            <zoneAlias type="SystemV/CST6" replacement="America/Regina" reason="deprecated"/>
            <zoneAlias type="SystemV/MST7" replacement="America/Phoenix" reason="deprecated"/>
            <zoneAlias type="MST" replacement="America/Phoenix" reason="deprecated"/>
            <zoneAlias type="SystemV/PST8" replacement="Pacific/Pitcairn" reason="deprecated"/>
            <zoneAlias type="SystemV/YST9" replacement="Pacific/Gambier" reason="deprecated"/>
            <zoneAlias type="SystemV/HST10" replacement="Pacific/Honolulu" reason="deprecated"/>
            <zoneAlias type="HST" replacement="Pacific/Honolulu" reason="deprecated"/>       
            <zoneAlias type="Atlantic/Jan_Mayen" replacement="Europe/Oslo" reason="deprecated"/>
            <zoneAlias type="America/Shiprock" replacement="America/Denver" reason="deprecated"/>
            <zoneAlias type="Antarctica/South_Pole" replacement="Pacific/Auckland" reason="deprecated"/>
            <zoneAlias type="America/Montreal" replacement="America/Toronto" reason="deprecated"/>
            <zoneAlias type="Asia/Chongqing" replacement="Asia/Shanghai" reason="deprecated"/>
            <zoneAlias type="Asia/Harbin" replacement="Asia/Shanghai" reason="deprecated"/>
            <zoneAlias type="Asia/Kashgar" replacement="Asia/Urumqi" reason="deprecated"/>
        </alias>
        <distinguishing>
             <distinguishingItems attributes="key request id _q registry alt iso4217 iso3166 mzone from to type numberSystem count"/>
             <distinguishingItems exclude="true" elements="default measurementSystem mapping abbreviationFallback preferenceOrdering" attributes="type"/>
         </distinguishing>
        <blocking>
             <blockingItems elements="identity supplementalData cldrTest collation transform"/>
         </blocking>
        <skipDefaultLocale services="segmentation collation"/>
		<defaultContent locales="
			aa_ET af_ZA agq_CM ak_GH am_ET ar_001 arn_CL as_IN asa_TZ ast_ES az_Arab_IR
			az_Cyrl_AZ az_Latn az_Latn_AZ
			ba_RU bas_CM be_BY bem_ZM bez_TZ bg_BG bgn_PK bm_ML bm_Nkoo_ML bn_BD bo_CN
			br_FR brx_IN bs_Cyrl_BA bs_Latn bs_Latn_BA bss_CM byn_ER
			ca_ES cch_NG ce_RU cgg_UG chr_US ckb_IQ co_FR cs_CZ cu_RU cv_RU cy_GB
			da_DK dav_KE de_DE dje_NE dsb_DE dua_CM dv_MV dyo_SN dz_BT
			ebu_KE ee_GH el_GR en_Dsrt_US en_US eo_001 es_ES et_EE eu_ES ewo_CM
			fa_IR ff_SN fi_FI fil_PH fo_FO fr_FR fur_IT fy_NL
			ga_IE gaa_GH gd_GB gez_ET gl_ES gn_PY gsw_CH gu_IN guz_KE gv_IM
			ha_Arab_NG ha_NG haw_US he_IL hi_IN hr_HR hsb_DE hu_HU hy_AM
			ia_FR id_ID ig_NG ii_CN is_IS it_IT iu_CA iu_Latn_CA
			ja_JP jgo_CM jmc_TZ jv_ID
			ka_GE kab_DZ kaj_NG kam_KE kcg_NG kde_TZ kea_CV ken_CM khq_ML ki_KE kk_KZ
			kkj_CM kl_GL kln_KE km_KH kn_IN ko_KR kok_IN kpe_LR ks_IN ksb_TZ ksf_CM ksh_DE
			ku_TR kw_GB ky_KG
			lag_TZ lb_LU lg_UG lkt_US ln_CD lo_LA lrc_IR lt_LT lu_CD luo_KE luy_KE lv_LV
			mas_KE mer_KE mfe_MU mg_MG mgh_MZ mgo_CM mi_NZ mk_MK ml_IN mn_MN mn_Mong_CN
			mni_IN moh_CA mr_IN ms_Arab_MY ms_MY mt_MT mua_CM my_MM mzn_IR
			naq_NA nb_NO nd_ZW nds_DE ne_NP nl_NL nmg_CM nn_NO nnh_CM nqo_GN nr_ZA nso_ZA
			nus_SS ny_MW nyn_UG
			oc_FR om_ET or_IN os_GE
			pa_Arab_PK pa_Guru pa_Guru_IN pl_PL prg_001 ps_AF pt_BR
			qu_PE quc_GT
			rm_CH rn_BI ro_RO rof_TZ ru_RU rw_RW rwk_TZ
			sa_IN sah_RU saq_KE sbp_TZ sd_PK sdh_IR se_NO seh_MZ ses_ML sg_CF shi_Latn_MA
			shi_Tfng shi_Tfng_MA si_LK sid_ET sk_SK sl_SI sma_SE smj_SE smn_FI sms_FI sn_ZW
			so_SO sq_AL sr_Cyrl sr_Cyrl_RS sr_Latn_RS ss_ZA ssy_ER st_ZA sv_SE sw_TZ syr_IQ
			ta_IN te_IN teo_UG tg_TJ th_TH ti_ET tig_ER tk_TM tn_ZA to_TO tr_TR trv_TW
			ts_ZA tt_RU twq_NE tzm_MA
			ug_CN uk_UA ur_PK uz_Arab_AF uz_Cyrl_UZ uz_Latn uz_Latn_UZ
			vai_Latn_LR vai_Vaii vai_Vaii_LR ve_ZA vi_VN vo_001 vun_TZ
			wa_BE wae_CH wal_ET wbp_AU wo_SN
			xh_ZA xog_UG
			yav_CM yi_001 yo_NG yue_HK
			zgh_MA zh_Hans zh_Hans_CN zh_Hant_TW zu_ZA"
		/>
    </metadata>
</supplementalData>
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE supplementalData SYSTEM "../../common/dtd/ldmlSupplemental.dtd">
<!--
Copyright © 1991-2015 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
For terms of use, see http://www.unicode.org/copyright.html
-->

<supplementalData>
    <version number="$Revision: 12891 $"/>
    <currencyData>
        <fractions>
            <info iso4217="ADP" digits="0" rounding="0"/>
            <info iso4217="AFN" digits="0" rounding="0"/>
            <info iso4217="ALL" digits="0" rounding="0"/>
            <info iso4217="AMD" digits="0" rounding="0"/>
            <info iso4217="BHD" digits="3" rounding="0"/>
            <info iso4217="BIF" digits="0" rounding="0"/>
            <info iso4217="BYR" digits="0" rounding="0"/>
            <info iso4217="BYN" digits="2" rounding="0"/>
            <info iso4217="CAD" digits="2" rounding="0" cashRounding="5"/>
            <info iso4217="CHF" digits="2" rounding="0" cashRounding="5"/>
            <info iso4217="CLF" digits="4" rounding="0"/>
            <info iso4217="CLP" digits="0" rounding="0"/>
            <info iso4217="COP" digits="0" rounding="0"/>
            <info iso4217="CRC" digits="2" rounding="0" cashDigits="0" cashRounding="0"/>
            <info iso4217="CZK" digits="2" rounding="0" cashDigits="0" cashRounding="0"/>
            <info iso4217="DEFAULT" digits="2" rounding="0"/>
            <info iso4217="DJF" digits="0" rounding="0"/>
            <info iso4217="ESP" digits="0" rounding="0"/>
            <info iso4217="GNF" digits="0" rounding="0"/>
            <info iso4217="GYD" digits="0" rounding="0"/>
            <info iso4217="HUF" digits="2" rounding="0" cashDigits="0" cashRounding="0"/>
            <info iso4217="IDR" digits="0" rounding="0"/>
            <info iso4217="IQD" digits="0" rounding="0"/>
            <info iso4217="IRR" digits="0" rounding="0"/>
            <info iso4217="ISK" digits="0" rounding="0"/>
            <info iso4217="ITL" digits="0" rounding="0"/>
            <info iso4217="JOD" digits="3" rounding="0"/>
            <info iso4217="JPY" digits="0" rounding="0"/>
            <info iso4217="KMF" digits="0" rounding="0"/>
            <info iso4217="KPW" digits="0" rounding="0"/>
            <info iso4217="KRW" digits="0" rounding="0"/>
            <info iso4217="KWD" digits="3" rounding="0"/>
            <info iso4217="LAK" digits="0" rounding="0"/>
            <info iso4217="LBP" digits="0" rounding="0"/>
            <info iso4217="LUF" digits="0" rounding="0"/>
            <info iso4217="LYD" digits="3" rounding="0"/>
            <info iso4217="MGA" digits="0" rounding="0"/>
            <info iso4217="MGF" digits="0" rounding="0"/>
            <info iso4217="MMK" digits="0" rounding="0"/>
            <info iso4217="MNT" digits="0" rounding="0"/>
            <info iso4217="MRO" digits="0" rounding="0"/>
            <info iso4217="MUR" digits="0" rounding="0"/>
            <info iso4217="OMR" digits="3" rounding="0"/>
            <info iso4217="PKR" digits="0" rounding="0"/>
            <info iso4217="PYG" digits="0" rounding="0"/>
            <info iso4217="RSD" digits="0" rounding="0"/>
            <info iso4217="RWF" digits="0" rounding="0"/>
            <info iso4217="SLL" digits="0" rounding="0"/>
            <info iso4217="SOS" digits="0" rounding="0"/>
            <info iso4217="STD" digits="0" rounding="0"/>
            <info iso4217="SYP" digits="0" rounding="0"/>
            <info iso4217="TMM" digits="0" rounding="0"/>
            <info iso4217="TND" digits="3" rounding="0"/>
            <info iso4217="TRL" digits="0" rounding="0"/>
            <info iso4217="TZS" digits="0" rounding="0"/>
            <info iso4217="TWD" digits="2" rounding="0" cashDigits="0" cashRounding="0"/>
            <info iso4217="UGX" digits="0" rounding="0"/>
            <info iso4217="UZS" digits="0" rounding="0"/>
            <info iso4217="UYI" digits="0" rounding="0"/>
            <info iso4217="VND" digits="0" rounding="0"/>
            <info iso4217="VUV" digits="0" rounding="0"/>
            <info iso4217="XAF" digits="0" rounding="0"/>
            <info iso4217="XOF" digits="0" rounding="0"/>
            <info iso4217="XPF" digits="0" rounding="0"/>
            <info iso4217="YER" digits="0" rounding="0"/>
            <info iso4217="ZMK" digits="0" rounding="0"/>
            <info iso4217="ZWD" digits="0" rounding="0"/>
        </fractions>
<!--
Note: When reading these dates, you should read them as inclusive date ranges.
The date ranges are like date ranges that you see on tomb stones,
but some dates are approximate. Some date ranges overlap due to
revolts, invasions, new constitutions, and slow planned adoption of new currency.
The length of time for these change overs vary widely.
Sometimes, hyperinflation will cause more than one currency to be in effect
in one year. Dates without a "to" attribute mean that the currency is still
in use.

Dates try to use ISO-8601 style dates, and be accurate as possible.
They are usually in one of the following formats.
yyyy-MM-dd
yyyy-MM
yyyy

It is also worth noting this as a part of the history of ISO-4217. This
should be kept in mind in case anyone is claiming that an ISO code existed
before 1978 (source: www.unece.org):
... the International Organization for Standardization (ISO) decided in 1973 to
develop a code for the representation of currencies and funds for use in any
application of trade, commerce or banking. ... At its seventeenth session
(February 1978) the Group of Experts agreed that the three-letter alphabetic
codes for International Standard ISO 4217, "Codes for the representation of
currencies and funds", would be suitable for use in international trade.

Most of this list was derived from the following sources:
http://www.iso.org/iso/en/prods-services/popstds/currencycodeslist.html
http://www.globalfindata.com/gh/index.html
http://europa.eu.int/comm/translation/currencies/entable1.htm
http://europa.eu.int/comm/budget/inforeuro/index.cfm?fuseaction=countries&Language=en
http://www.unece.org/cefact/recommendations/rec09/rec09_ecetrd203.pdf
The printed version of ISO-4217:2001

-->
        <region iso3166="AC">
            <currency iso4217="SHP" from="1976-01-01"/>
        </region>
        <region iso3166="AD">
            <currency iso4217="EUR" from="1999-01-01"/>
            <currency iso4217="ESP" from="1873-01-01" to="2002-02-28"/>
            <currency iso4217="FRF" from="1960-01-01" to="2002-02-17"/>
            <currency iso4217="ADP" from="1936-01-01" to="2001-12-31"/>
        </region>
        <region iso3166="AE">
            <currency iso4217="AED" from="1973-05-19"/>
        </region>
        <region iso3166="AF">
            <currency iso4217="AFN" from="2002-10-07"/>
            <currency iso4217="AFA" from="1927-03-14" to="2002-12-31"/>
            <!-- Other currencies sort of existed under different Afghan governments before 2003,
                 but they weren't registered with ISO-4217. -->
        </region>
        <region iso3166="AG">
            <currency iso4217="XCD" from="1965-10-06"/>
        </region>
        <region iso3166="AI">
            <currency iso4217="XCD" from="1965-10-06"/>
        </region>
        <region iso3166="AL">
            <currency iso4217="ALL" from="1965-08-16"/>
            <currency iso4217="ALK" from="1946-11-01" to="1965-08-16"/>
        </region>
        <region iso3166="AM">
            <currency iso4217="AMD" from="1993-11-22"/>
            <currency iso4217="RUR" from="1991-12-25" to="1993-11-22"/>
            <currency iso4217="SUR" from="1961-01-01" to="1991-12-25"/>
        </region>
        <region iso3166="AO">
            <currency iso4217="AOA" from="1999-12-13"/>
            <currency iso4217="AOR" from="1995-07-01" to="2000-02-01"/>
            <currency iso4217="AON" from="1990-09-25" to="2000-02-01"/>
            <currency iso4217="AOK" from="1977-01-08" to="1991-03-01"/>
        </region>
        <region iso3166="AQ">
            <currency iso4217="XXX" tender="false"/>
            <!-- This is Antarctica. It has no currency -->
        </region>
        <region iso3166="AR">
            <currency iso4217="ARS" from="1992-01-01"/>
            <currency iso4217="ARA" from="1985-06-14" to="1992-01-01"/>
            <currency iso4217="ARP" from="1983-06-01" to="1985-06-14"/>
            <currency iso4217="ARL" from="1970-01-01" to="1983-06-01"/>
            <currency iso4217="ARM" from="1881-11-05" to="1970-01-01"/>
        </region>
        <region iso3166="AS">
            <currency iso4217="USD" from="1904-07-16"/>
        </region>
        <region iso3166="AT">
            <currency iso4217="EUR" from="1999-01-01"/>
            <currency iso4217="ATS" from="1947-12-04" to="2002-02-28"/>
        </region>
        <region iso3166="AU">
            <currency iso4217="AUD" from="1966-02-14"/>
        </region>
        <region iso3166="AW">
            <currency iso4217="AWG" from="1986-01-01"/>
            <currency iso4217="ANG" from="1940-05-10" to="1986-01-01"/>
        </region>
        <region iso3166="AX"><!-- An autonomous and demilitarized province/islands of Finland -->
            <currency iso4217="EUR" from="1999-01-01"/>
        </region>
        <region iso3166="AZ">
            <currency iso4217="AZN" from="2006-01-01"/>
            <currency iso4217="AZM" from="1993-11-22" to="2006-12-31"/>
            <currency iso4217="RUR" from="1991-12-25" to="1994-01-01"/>
            <currency iso4217="SUR" from="1961-01-01" to="1991-12-25"/>
        </region>
        <region iso3166="BA">
            <currency iso4217="BAM" from="1995-01-01"/>
            <currency iso4217="BAN" from="1994-08-15" to="1997-07-01"/>
            <currency iso4217="BAD" from="1992-07-01" to="1994-08-15"/>
            <currency iso4217="YUR" from="1992-07-01" to="1993-10-01"/>
            <currency iso4217="YUN" from="1990-01-01" to="1992-07-01"/>
            <currency iso4217="YUD" from="1966-01-01" to="1990-01-01"/>
        </region>
        <region iso3166="BB">
            <currency iso4217="BBD" from="1973-12-03"/>
            <currency iso4217="XCD" from="1965-10-06" to="1973-12-03"/>
        </region>
        <region iso3166="BD">
            <currency iso4217="BDT" from="1972-01-01"/>
            <currency iso4217="PKR" from="1948-04-01" to="1972-01-01"/>
            <currency iso4217="INR" from="1835-08-17" to="1948-04-01"/>
        </region>
        <region iso3166="BE">
            <currency iso4217="EUR" from="1999-01-01"/>
            <currency iso4217="BEF" from="1831-02-07" to="2002-02-28"/>
            <currency iso4217="NLG" from="1816-12-15" to="1831-02-07"/>
            <currency iso4217="BEL" from="1970-01-01" to="1990-03-05" tender="false"/>
            <currency iso4217="BEC" from="1970-01-01" to="1990-03-05" tender="false"/>
        </region>
        <region iso3166="BF">
            <currency iso4217="XOF" from="1984-08-04"/>
        </region>
        <region iso3166="BG">
            <currency iso4217="BGN" from="1999-07-05"/>
            <currency iso4217="BGL" from="1962-01-01" to="1999-07-05"/>
            <currency iso4217="BGM" from="1952-05-12" to="1962-01-01"/>
            <currency iso4217="BGO" from="1879-07-08" to="1952-05-12"/>
        </region>
        <region iso3166="BH">
            <currency iso4217="BHD" from="1965-10-16"/>
        </region>
        <region iso3166="BI">
            <currency iso4217="BIF" from="1964-05-19"/>
        </region>
        <region iso3166="BJ">
            <currency iso4217="XOF" from="1975-11-30"/>
        </region>
        <region iso3166="BL">
            <currency iso4217="EUR" from="1999-01-01"/>
            <currency iso4217="FRF" from="1960-01-01" to="2002-02-17"/>
        </region>
        <region iso3166="BM">
            <currency iso4217="BMD" from="1970-02-06"/>
        </region>
        <region iso3166="BN">
            <currency iso4217="BND" from="1967-06-12"/>
            <currency iso4217="MYR" from="1963-09-16" to="1967-06-12"/>
        </region>
        <region iso3166="BO">
            <currency iso4217="BOB" from="1987-01-01"/>
            <currency iso4217="BOP" from="1963-01-01" to="1986-12-31"/>
            <currency iso4217="BOL" from="1863-06-23" to="1963-01-01"/>
            <currency iso4217="BOV" tender="false"/>
        </region>
        <region iso3166="BQ">
            <currency iso4217="USD" from="2011-01-01"/>
            <currency iso4217="ANG" from="2010-10-10" to="2011-01-01"/>
        </region>
        <region iso3166="BR">
            <currency iso4217="BRL" from="1994-07-01"/>
            <currency iso4217="BRR" from="1993-08-01" to="1994-07-01"/>
            <currency iso4217="BRE" from="1990-03-16" to="1993-08-01"/>
            <currency iso4217="BRN" from="1989-01-15" to="1990-03-16"/>
            <currency iso4217="BRC" from="1986-02-28" to="1989-01-15"/>
            <currency iso4217="BRB" from="1967-02-13" to="1986-02-28"/>
            <currency iso4217="BRZ" from="1942-11-01" to="1967-02-13"/>
        </region>
        <region iso3166="BS">
            <currency iso4217="BSD" from="1966-05-25"/>
        </region>
        <region iso3166="BT">
            <currency iso4217="BTN" from="1974-04-16"/>
            <currency iso4217="INR" from="1907-01-01"/>
        </region>
        <!-- Burma (BU) was renamed to Myanmar (MM). Look at "MM" for latest history. -->
        <region iso3166="BU">
            <currency iso4217="BUK" from="1952-07-01" to="1989-06-18"/>
        </region>
        <region iso3166="BV"><!-- uninhabited territory of Norway -->
            <currency iso4217="NOK" from="1905-06-07"/>
        </region>
        <region iso3166="BW">
            <currency iso4217="BWP" from="1976-08-23"/>
            <currency iso4217="ZAR" from="1961-02-14" to="1976-08-23"/>
        </region>
        <region iso3166="BY">
            <currency iso4217="BYN" from="2016-07-01"/>
            <currency iso4217="BYR" from="2000-01-01" to="2017-01-01"/>
            <currency iso4217="BYB" from="1994-08-01" to="2000-12-31"/><!-- This was a valid currency according to eu.int -->
            <currency iso4217="RUR" from="1991-12-25" to="1994-11-08"/>
            <currency iso4217="SUR" from="1961-01-01" to="1991-12-25"/>
        </region>
        <region iso3166="BZ">
            <currency iso4217="BZD" from="1974-01-01"/>
        </region>
        <region iso3166="CA">
            <currency iso4217="CAD" from="1858-01-01"/>
        </region>
        <region iso3166="CC">
            <currency iso4217="AUD" from="1966-02-14"/>
        </region>
        <region iso3166="CD">
            <currency iso4217="CDF" from="1998-07-01"/>
            <!-- Zaire (ZR) was renamed to Democratic Republic of Congo (CD) -->
            <currency iso4217="ZRN" from="1993-11-01" to="1998-07-01"/>
            <currency iso4217="ZRZ" from="1971-10-27" to="1993-11-01"/>
        </region>
        <region iso3166="CF">
            <currency iso4217="XAF" from="1993-01-01"/>
            <!-- currency iso4217="CFF" from="1973-04-01" to="1992-12-31"/ --><!-- Validity is unknown -->
        </region>
        <region iso3166="CG">
            <currency iso4217="XAF" from="1993-01-01"/>
        </region>
        <region iso3166="CH">
            <currency iso4217="CHF" from="1799-03-17"/>
            <currency iso4217="CHE" tender="false"/>
            <currency iso4217="CHW" tender="false"/>
        </region>
        <region iso3166="CI">
            <currency iso4217="XOF" from="1958-12-04"/>
        </region>
        <region iso3166="CK">
            <currency iso4217="NZD" from="1967-07-10"/>
        </region>
        <region iso3166="CL">
            <currency iso4217="CLP" from="1975-09-29"/>
            <currency iso4217="CLE" from="1960-01-01" to="1975-09-29"/>
            <currency iso4217="CLF" tender="false"/>
        </region>
        <region iso3166="CM">
            <currency iso4217="XAF" from="1973-04-01"/>
        </region>
        <region iso3166="CN">
            <currency iso4217="CNY" from="1953-03-01"/>
            <currency iso4217="CNX" from="1979-01-01" to="1998-12-31" tender="false"/>
        </region>
        <region iso3166="CO">
            <currency iso4217="COP" from="1905-01-01"/>
            <currency iso4217="COU" tender="false"/>
        </region>
        <region iso3166="CP">
            <currency iso4217="XXX" tender="false"/>
            <!-- Uninhabited, therefore no currency -->
        </region>
        <region iso3166="CR">
            <currency iso4217="CRC" from="1896-10-26"/>
        </region>
        <region iso3166="CS">
            <currency iso4217="CSD" from="2002-05-15" to="2006-06-03"/><!-- Serbia -->
            <currency iso4217="EUR" from="2003-02-04" to="2006-06-03"/><!-- Montenegro -->
            <currency iso4217="YUM" from="1994-01-24" to="2002-05-15"/><!-- Yugoslavian history. YU was renamed to CS. -->
            <!-- currency iso4217="CSK" from="1953-06-01" to="1993-03"/ --><!-- Czechoslovakia (totally separate region with conflicting ISO code) -->
        </region>
        <region iso3166="CU">
            <currency iso4217="CUP" from="1859-01-01"/>
            <currency iso4217="CUC" from="1994-01-01"/>
            <!-- currency iso4217="USD" from="1994"/ --><!-- Unofficially used -->
            <currency iso4217="USD" from="1899-01-01" to="1959-01-01"/>
        </region>
        <region iso3166="CV">
            <currency iso4217="CVE" from="1914-01-01"/>
            <currency iso4217="PTE" from="1911-05-22" to="1975-07-05"/>
        </region>
        <region iso3166="CW">
            <currency iso4217="ANG" from="2010-10-10"/>
        </region>
        <region iso3166="CX">
            <currency iso4217="AUD" from="1966-02-14"/>
        </region>
        <region iso3166="CY">
            <currency iso4217="EUR" from="2008-01-01"/>
            <currency iso4217="CYP" from="1914-09-10" to="2008-01-31"/>
            <!-- currency iso4217="TRL" from="1975-02-13"/ --><!-- Only part of Northern Cyprus -->
        </region>
        <region iso3166="CZ">
            <currency iso4217="CZK" from="1993-01-01"/>
            <!-- CS was renamed to CZ -->
            <currency iso4217="CSK" from="1953-06-01" to="1993-03-01"/>
        </region>
        <!-- East Germany merged with West Germany, and no longer exists as "DD". DDM was an ISO-4217 code. -->
        <region iso3166="DD">
            <currency iso4217="DDM" from="1948-07-20" to="1990-10-02"/>
        </region>
        <region iso3166="DE">
            <currency iso4217="EUR" from="1999-01-01"/>
            <currency iso4217="DEM" from="1948-06-20" to="2002-02-28"/>
        </region>
        <region iso3166="DG"><!-- UK/US overseas territories. No indigenous population, military bases only -->
            <currency iso4217="USD" from="1965-11-08"/>
        </region>
        <region iso3166="DJ">
            <currency iso4217="DJF" from="1977-06-27"/>
        </region>
        <region iso3166="DK">
            <currency iso4217="DKK" from="1873-05-27"/>
        </region>
        <region iso3166="DM">
            <currency iso4217="XCD" from="1965-10-06"/>
        </region>
        <region iso3166="DO">
            <currency iso4217="DOP" from="1947-10-01"/>
            <currency iso4217="USD" from="1905-06-21" to="1947-10-01"/>
        </region>
        <region iso3166="DZ">
            <currency iso4217="DZD" from="1964-04-01"/>
        </region>
        <region iso3166="EA">
            <currency iso4217="EUR" from="1999-01-01"/>
        </region>
        <region iso3166="EC">
            <currency iso4217="USD" from="2000-10-02"/>
            <currency iso4217="ECS" from="1884-04-01" to="2000-10-02"/>
            <currency iso4217="ECV" from="1993-05-23" to="2000-01-09" tender="false"/>
        </region>
        <region iso3166="EE">
            <currency iso4217="EUR" from="2011-01-01"/>
            <currency iso4217="EEK" from="1992-06-21" to="2010-12-31"/>
            <currency iso4217="SUR" from="1961-01-01" to="1992-06-20"/>
        </region>
        <region iso3166="EG">
            <currency iso4217="EGP" from="1885-11-14"/>
        </region>
        <region iso3166="EH">
            <currency iso4217="MAD" from="1976-02-26"/>
        </region>
        <region iso3166="ER">
            <currency iso4217="ERN" from="1997-11-08"/>
            <currency iso4217="ETB" from="1993-05-24" to="1997-11-08"/>
        </region>
        <region iso3166="ES">
            <currency iso4217="EUR" from="1999-01-01"/>
            <currency iso4217="ESP" from="1868-10-19" to="2002-02-28"/>
            <currency iso4217="ESA" from="1978-01-01" to="1981-12-31" tender="false"/>
            <currency iso4217="ESB" from="1975-01-01" to="1994-12-31" tender="false"/>
        </region>
        <region iso3166="ET">
            <currency iso4217="ETB" from="1976-09-15"/>
        </region>
        <region iso3166="EU"><!-- European Union -->
            <currency iso4217="EUR" from="1999-01-01"/>
            <currency iso4217="XEU" from="1979-01-01" to="1998-12-31" tender="false"/>
        </region>
        <region iso3166="FI">
            <currency iso4217="EUR" from="1999-01-01"/>
            <currency iso4217="FIM" from="1963-01-01" to="2002-02-28"/>
        </region>
        <region iso3166="FJ">
            <currency iso4217="FJD" from="1969-01-13"/>
        </region>
        <region iso3166="FK">
            <currency iso4217="FKP" from="1901-01-01"/>
        </region>
        <region iso3166="FM">
            <currency iso4217="USD" from="1944-01-01"/>
            <currency iso4217="JPY" from="1914-10-03" to="1944-01-01"/>
        </region>
        <region iso3166="FO">
            <!-- ISO-4217 doesn't have a code for the Faroese krona, but it depends on the DKK currency.  -->
            <currency iso4217="DKK" from="1948-01-01"/>
        </region>
        <region iso3166="FR">
            <currency iso4217="EUR" from="1999-01-01"/>
            <currency iso4217="FRF" from="1960-01-01" to="2002-02-17"/>
        </region>
        <region iso3166="GA">
            <currency iso4217="XAF" from="1993-01-01"/>
        </region>
        <region iso3166="GB">
            <currency iso4217="GBP" from="1694-07-27"/>
        </region>
        <region iso3166="GD">
            <currency iso4217="XCD" from="1967-02-27"/>
        </region>
        <region iso3166="GE">
            <currency iso4217="GEL" from="1995-09-23"/>
            <currency iso4217="GEK" from="1993-04-05" to="1995-09-25"/>
            <currency iso4217="RUR" from="1991-12-25" to="1993-06-11"/>
            <currency iso4217="SUR" from="1961-01-01" to="1991-12-25"/>
        </region>
        <region iso3166="GF">
            <currency iso4217="EUR" from="1999-01-01"/>
            <currency iso4217="FRF" from="1960-01-01" to="2002-02-17"/>
            <!-- currency iso4217="XNF" from="1960-01-01" to="1975-03-31"/ --><!-- Not listed in the 2001 or 2004 list -->
        </region>
        <region iso3166="GG">
            <!-- ISO-4217 doesn't have a code for the Guernsey pound, but it depends on the GBP currency.  -->
            <currency iso4217="GBP" from="1830-01-01"/>
        </region>
        <region iso3166="GH">
          <currency iso4217="GHS" from="2007-07-03"/>
          <currency iso4217="GHC" from="1979-03-09" to="2007-12-31"/>
        </region>
        <region iso3166="GI">
            <currency iso4217="GIP" from="1713-01-01"/>
            <!-- currency iso4217="GBP" from="1713"/ --><!-- Not listed in the 2001 or 2004 list -->
        </region>
        <region iso3166="GL">
            <currency iso4217="DKK" from="1873-05-27"/>
        </region>
        <region iso3166="GM">
            <currency iso4217="GMD" from="1971-07-01"/>
        </region>
        <region iso3166="GN">
            <currency iso4217="GNF" from="1986-01-06"/>
            <currency iso4217="GNS" from="1972-10-02" to="1986-01-06"/>
        </region>
        <region iso3166="GP">
            <currency iso4217="EUR" from="1999-01-01"/>
            <currency iso4217="FRF" from="1960-01-01" to="2002-02-17"/>
        </region>
        <region iso3166="GQ">
            <currency iso4217="XAF" from="1993-01-01"/>
            <currency iso4217="GQE" from="1975-07-07" to="1986-06-01"/>
        </region>
        <region iso3166="GR">
            <currency iso4217="EUR" from="2001-01-01"/>
            <currency iso4217="GRD" from="1954-05-01" to="2002-02-28"/>
        </region>
        <region iso3166="GS"><!-- UK overseas territory. No indigenous population -->
            <currency iso4217="GBP" from="1908-01-01"/>
        </region>
        <region iso3166="GT">
            <currency iso4217="GTQ" from="1925-05-27"/>
            <!-- currency iso4217="USD" from="2001-05-01"/ --><!-- Not listed in the 2001 or 2004 list -->
        </region>
        <region iso3166="GU">
            <currency iso4217="USD" from="1944-08-21"/>
        </region>
        <region iso3166="GW">
            <currency iso4217="XOF" from="1997-03-31"/>
            <currency iso4217="GWP" from="1976-02-28" to="1997-03-31"/>
            <currency iso4217="GWE" from="1914-01-01" to="1976-02-28"/>
        </region>
        <region iso3166="GY">
            <currency iso4217="GYD" from="1966-05-26"/>
        </region>
        <region iso3166="HK">
            <currency iso4217="HKD" from="1895-02-02"/>
        </region>
        <region iso3166="HM"><!-- Uninhabited territory of Australia -->
            <currency iso4217="AUD" from="1967-02-16"/>
        </region>
        <region iso3166="HN">
            <currency iso4217="HNL" from="1926-04-03"/>
        </region>
        <region iso3166="HR">
            <currency iso4217="HRK" from="1994-05-30"/>
            <currency iso4217="HRD" from="1991-12-23" to="1995-01-01"/>
            <currency iso4217="YUN" from="1990-01-01" to="1991-12-23"/>
            <currency iso4217="YUD" from="1966-01-01" to="1990-01-01"/>
        </region>
        <region iso3166="HT">
            <currency iso4217="HTG" from="1872-08-26"/>
            <currency iso4217="USD" from="1915-01-01"/><!-- From date is uncertain, but it is listed in the 2001 and 2004 lists. -->
        </region>
        <region iso3166="HU">
            <currency iso4217="HUF" from="1946-07-23"/>
        </region>
        <region iso3166="IC">
            <currency iso4217="EUR" from="1999-01-01"/>
        </region>
        <region iso3166="ID">
            <currency iso4217="IDR" from="1965-12-13"/>
        </region>
        <region iso3166="IE">
            <currency iso4217="EUR" from="1999-01-01"/>
            <currency iso4217="IEP" from="1922-01-01" to="2002-02-09"/>
            <currency iso4217="GBP" from="1800-01-01" to="1922-01-01"/>
        </region>
        <region iso3166="IL">
            <currency iso4217="ILS" from="1985-09-04"/>
            <currency iso4217="ILR" from="1980-02-22" to="1985-09-04"/>
            <currency iso4217="ILP" from="1948-08-16" to="1980-02-22"/>
        </region>
        <region iso3166="IM">
            <currency iso4217="GBP" from="1840-01-03"/>
        </region>
        <region iso3166="IN">
            <currency iso4217="INR" from="1835-08-17"/>
        </region>
        <region iso3166="IO"><!-- UK/US overseas territories. No indigenous population, military bases only -->
            <currency iso4217="USD" from="1965-11-08"/>
        </region>
        <region iso3166="IQ">
            <currency iso4217="IQD" from="1931-04-19"/>
            <currency iso4217="EGP" from="1920-11-11" to="1931-04-19"/>
            <currency iso4217="INR" from="1920-11-11" to="1931-04-19"/>
        </region>
        <region iso3166="IR">
            <currency iso4217="IRR" from="1932-05-13"/>
        </region>
        <region iso3166="IS">
            <currency iso4217="ISK" from="1981-01-01"/>
            <currency iso4217="ISJ" from="1918-12-01" to="1981-01-01"/>
            <currency iso4217="DKK" from="1873-05-27" to="1918-12-01"/>
        </region>
        <region iso3166="IT">
            <currency iso4217="EUR" from="1999-01-01"/>
            <currency iso4217="ITL" from="1862-08-24" to="2002-02-28"/>
        </region>
        <region iso3166="JE">
            <!-- ISO-4217 doesn't have a code for the Jersey pound, but it depends on the GBP currency.  -->
            <currency iso4217="GBP" from="1837-01-01"/>
        </region>
        <region iso3166="JM">
            <currency iso4217="JMD" from="1969-09-08"/>
        </region>
        <region iso3166="JO">
            <currency iso4217="JOD" from="1950-07-01"/>
        </region>
        <region iso3166="JP">
            <currency iso4217="JPY" from="1871-06-01"/>
        </region>
        <region iso3166="KE">
            <currency iso4217="KES" from="1966-09-14"/>
        </region>
        <region iso3166="KG">
            <currency iso4217="KGS" from="1993-05-10"/>
            <currency iso4217="RUR" from="1991-12-25" to="1993-05-10"/>
            <currency iso4217="SUR" from="1961-01-01" to="1991-12-25"/>
        </region>
        <region iso3166="KH">
            <currency iso4217="KHR" from="1980-03-20"/>
            <!-- 1975-05 to 1978-01 was a moneyless economy -->
        </region>
        <region iso3166="KI">
            <currency iso4217="AUD" from="1966-02-14"/>
            <!-- currency iso4217="KID" from="1979-07-12"/ --><!-- Not listed in the 2001 or 2004 list -->
        </region>
        <region iso3166="KM">
            <currency iso4217="KMF" from="1975-07-06"/>
        </region>
        <region iso3166="KN">
            <currency iso4217="XCD" from="1965-10-06"/>
        </region>
        <region iso3166="KP">
            <currency iso4217="KPW" from="1959-04-17"/>
        </region>
        <region iso3166="KR">
            <currency iso4217="KRW" from="1962-06-10"/>
            <currency iso4217="KRH" from="1953-02-15" to="1962-06-10"/>
            <currency iso4217="KRO" from="1945-08-15" to="1953-02-15"/>
        </region>
        <region iso3166="KW">
            <currency iso4217="KWD" from="1961-04-01"/>
        </region>
        <region iso3166="KY">
            <currency iso4217="KYD" from="1971-01-01"/>
            <currency iso4217="JMD" from="1969-09-08" to="1971-01-01"/>
        </region>
        <region iso3166="KZ">
            <currency iso4217="KZT" from="1993-11-05"/>
            <!-- currency iso4217="KZR" from="1993-08" to="1993-11-05"/ --><!-- Not listed in the 2001 list -->
            <!-- currency iso4217="RUR" from="1991-12-25" to="1993-08"/ -->
            <!-- currency iso4217="SUR" from="1961-01-01" to="1991-12-25"/ -->
        </region>
        <region iso3166="LA">
            <currency iso4217="LAK" from="1979-12-10"/>
        </region>
        <region iso3166="LB">
            <currency iso4217="LBP" from="1948-02-02"/>
        </region>
        <region iso3166="LC">
            <currency iso4217="XCD" from="1965-10-06"/>
        </region>
        <region iso3166="LI">
            <currency iso4217="CHF" from="1921-02-01"/>
        </region>
        <region iso3166="LK">
            <currency iso4217="LKR" from="1978-05-22"/>
        </region>
        <region iso3166="LR">
            <currency iso4217="LRD" from="1944-01-01"/>
        </region>
        <region iso3166="LS">
            <currency iso4217="ZAR" from="1961-02-14"/>
            <currency iso4217="LSL" from="1980-01-22"/>
        </region>
        <region iso3166="LT">
        	<currency iso4217="EUR" from="2015-01-01"/>
            <currency iso4217="LTL" from="1993-06-25" to="2014-12-31"/>
            <currency iso4217="LTT" from="1992-10-01" to="1993-06-25"/>
            <currency iso4217="SUR" from="1961-01-01" to="1992-10-01"/>
        </region>
        <region iso3166="LU">
            <currency iso4217="EUR" from="1999-01-01"/>
            <currency iso4217="LUF" from="1944-09-04" to="2002-02-28"/>
            <currency iso4217="LUC" from="1970-01-01" to="1990-03-05" tender="false"/>
            <currency iso4217="LUL" from="1970-01-01" to="1990-03-05" tender="false"/>
        </region>
        <region iso3166="LV">
            <currency iso4217="EUR" from="2014-01-01"/>
            <currency iso4217="LVL" from="1993-06-28" to="2013-12-31"/>
            <currency iso4217="LVR" from="1992-05-07" to="1993-10-17"/>
            <currency iso4217="SUR" from="1961-01-01" to="1992-07-20"/>
        </region>
        <region iso3166="LY">
            <currency iso4217="LYD" from="1971-09-01"/>
        </region>
        <region iso3166="MA">
            <currency iso4217="MAD" from="1959-10-17"/>
            <currency iso4217="MAF" from="1881-01-01" to="1959-10-17"/>
        </region>
        <region iso3166="MC">
            <currency iso4217="EUR" from="1999-01-01"/>
            <currency iso4217="FRF" from="1960-01-01" to="2002-02-17"/>
            <currency iso4217="MCF" from="1960-01-01" to="2002-02-17"/>
        </region>
        <region iso3166="MD">
            <currency iso4217="MDL" from="1993-11-29"/>
            <currency iso4217="MDC" from="1992-06-01" to="1993-11-29"/>
            <!-- currency iso4217="MDR" from="1991-05-23" to="1992-06"/ --><!-- Not listed in the 2001 list -->
            <!-- currency iso4217="SUR" from="1961-01-01" to="1991-05-23"/ -->
        </region>
        <region iso3166="ME">
            <currency iso4217="EUR" from="2002-01-01"/><!-- Montenegro -->
            <currency iso4217="DEM" from="1999-10-02" to="2002-05-15"/>
            <currency iso4217="YUM" from="1994-01-24" to="2002-05-15"/><!-- Yugoslavian history. YU was renamed to CS. -->
            <!-- currency iso4217="CSK" from="1953-06-01" to="1993-03"/ --><!-- Czechoslovakia (totally separate region with conflicting ISO code) -->
        </region>
        <region iso3166="MF">
            <currency iso4217="EUR" from="1999-01-01"/>
            <currency iso4217="FRF" from="1960-01-01" to="2002-02-17"/>
        </region>
        <region iso3166="MG">
            <currency iso4217="MGA" from="1983-11-01"/>
            <currency iso4217="MGF" from="1963-07-01" to="2004-12-31"/>
        </region>
        <region iso3166="MH">
            <currency iso4217="USD" from="1944-01-01"/>
        </region>
        <region iso3166="MK">
            <currency iso4217="MKD" from="1993-05-20"/>
            <currency iso4217="MKN" from="1992-04-26" to="1993-05-20"/>
            <!-- currency iso4217="YUN" from="1990" to="1992-07"/ -->
            <!-- currency iso4217="YUD" from="1966-01-01" to="1990"/ -->
        </region>
        <region iso3166="ML">
            <currency iso4217="XOF" from="1984-06-01"/>
            <currency iso4217="MLF" from="1962-07-02" to="1984-08-31"/>
            <currency iso4217="XOF" from="1958-11-24" to="1962-07-02"/>
        </region>
        <region iso3166="MM">
            <currency iso4217="MMK" from="1989-06-18"/>
            <currency iso4217="BUK" from="1952-07-01" to="1989-06-18"/>
        </region>
        <region iso3166="MN">
            <currency iso4217="MNT" from="1915-03-01"/>
        </region>
        <region iso3166="MO">
            <currency iso4217="MOP" from="1901-01-01"/>
        </region>
        <region iso3166="MP">
            <currency iso4217="USD" from="1944-01-01"/>
        </region>
        <region iso3166="MQ">
            <currency iso4217="EUR" from="1999-01-01"/>
            <currency iso4217="FRF" from="1960-01-01" to="2002-02-17"/>
        </region>
        <region iso3166="MR">
            <currency iso4217="MRO" from="1973-06-29"/>
            <currency iso4217="XOF" from="1958-11-28" to="1973-06-29"/>
        </region>
        <region iso3166="MS">
            <currency iso4217="XCD" from="1967-02-27"/>
        </region>
        <region iso3166="MT">
            <currency iso4217="EUR" from="2008-01-01"/>
            <currency iso4217="MTL" from="1968-06-07" to="2008-01-31"/>
            <currency iso4217="MTP" from="1914-08-13" to="1968-06-07"/>
        </region>
        <region iso3166="MU">
            <currency iso4217="MUR" from="1934-04-01"/>
        </region>
        <region iso3166="MV">
            <currency iso4217="MVR" from="1981-07-01"/>
        </region>
        <region iso3166="MW">
            <currency iso4217="MWK" from="1971-02-15"/>
        </region>
        <region iso3166="MX">
            <currency iso4217="MXN" from="1993-01-01"/>
            <currency iso4217="MXP" from="1822-01-01" to="1992-12-31"/>
            <currency iso4217="MXV" tender="false"/>
        </region>
        <region iso3166="MY">
            <currency iso4217="MYR" from="1963-09-16"/>
        </region>
        <region iso3166="MZ">
            <currency iso4217="MZN" from="2006-07-01"/>
            <currency iso4217="MZM" from="1980-06-16" to="2006-12-31"/>
            <currency iso4217="MZE" from="1975-06-25" to="1980-06-16"/>
        </region>
        <region iso3166="NA">
            <currency iso4217="NAD" from="1993-01-01"/>
            <currency iso4217="ZAR" from="1961-02-14"/>
        </region>
        <region iso3166="NC">
            <currency iso4217="XPF" from="1985-01-01"/>
        </region>
        <region iso3166="NE">
            <currency iso4217="XOF" from="1958-12-19"/>
        </region>
        <region iso3166="NF">
            <currency iso4217="AUD" from="1966-02-14"/>
        </region>
        <region iso3166="NG">
            <currency iso4217="NGN" from="1973-01-01"/>
        </region>
        <region iso3166="NI">
            <currency iso4217="NIO" from="1991-04-30"/>
            <currency iso4217="NIC" from="1988-02-15" to="1991-04-30"/>
        </region>
        <region iso3166="NL">
            <currency iso4217="EUR" from="1999-01-01"/>
            <currency iso4217="NLG" from="1813-01-01" to="2002-02-28"/>
        </region>
        <region iso3166="NO">
            <currency iso4217="NOK" from="1905-06-07"/>
            <currency iso4217="SEK" from="1873-05-27" to="1905-06-07"/>
        </region>
        <region iso3166="NP">
            <currency iso4217="NPR" from="1933-01-01"/>
            <currency iso4217="INR" from="1870-01-01" to="1966-10-17"/>
        </region>
        <region iso3166="NR">
            <currency iso4217="AUD" from="1966-02-14"/>
        </region>
        <region iso3166="NU">
            <currency iso4217="NZD" from="1967-07-10"/>
        </region>
        <region iso3166="NZ">
            <currency iso4217="NZD" from="1967-07-10"/>
        </region>
        <region iso3166="OM">
            <currency iso4217="OMR" from="1972-11-11"/>
        </region>
        <region iso3166="PA">
            <currency iso4217="PAB" from="1903-11-04"/>
            <currency iso4217="USD" from="1903-11-18"/>
        </region>
        <region iso3166="PE">
            <currency iso4217="PEN" from="1991-07-01"/>
            <currency iso4217="PEI" from="1985-02-01" to="1991-07-01"/>
            <currency iso4217="PES" from="1863-02-14" to="1985-02-01"/>
        </region>
        <region iso3166="PF">
            <currency iso4217="XPF" from="1945-12-26"/>
        </region>
        <region iso3166="PG">
            <currency iso4217="PGK" from="1975-09-16"/>
            <currency iso4217="AUD" from="1966-02-14" to="1975-09-16"/>
        </region>
        <region iso3166="PH">
            <currency iso4217="PHP" from="1946-07-04"/>
        </region>
        <region iso3166="PK">
            <currency iso4217="PKR" from="1948-04-01"/>
            <currency iso4217="INR" from="1835-08-17" to="1947-08-15"/>
        </region>
        <region iso3166="PL">
            <currency iso4217="PLN" from="1995-01-01"/>
            <currency iso4217="PLZ" from="1950-10-28" to="1994-12-31"/>
        </region>
        <region iso3166="PM">
            <currency iso4217="EUR" from="1999-01-01"/>
            <currency iso4217="FRF" from="1972-12-21" to="2002-02-17"/>
        </region>
        <region iso3166="PN">
            <currency iso4217="NZD" from="1969-01-13"/>
        </region>
        <region iso3166="PR">
            <currency iso4217="USD" from="1898-12-10"/>
            <currency iso4217="ESP" from="1800-01-01" to="1898-12-10"/>
        </region>
        <region iso3166="PS">
            <currency iso4217="ILS" from="1985-09-04"/>
            <currency iso4217="JOD" from="1996-02-12"/>
            <currency iso4217="ILP" from="1967-06-01" to="1980-02-22"/>
            <currency iso4217="JOD" from="1950-07-01" to="1967-06-01"/>
        </region>
        <region iso3166="PT">
            <currency iso4217="EUR" from="1999-01-01"/>
            <currency iso4217="PTE" from="1911-05-22" to="2002-02-28"/>
        </region>
        <region iso3166="PW">
            <currency iso4217="USD" from="1944-01-01"/>
        </region>
        <region iso3166="PY">
            <currency iso4217="PYG" from="1943-11-01"/>
        </region>
        <region iso3166="QA">
            <currency iso4217="QAR" from="1973-05-19"/>
        </region>
        <region iso3166="RE">
            <currency iso4217="EUR" from="1999-01-01"/>
            <currency iso4217="FRF" from="1975-01-01" to="2002-02-17"/>
        </region>
        <region iso3166="RO">
            <currency iso4217="RON" from="2005-07-01"/>
            <currency iso4217="ROL" from="1952-01-28" to="2006-12-31"/>
        </region>
        <region iso3166="RS">
            <currency iso4217="RSD" from="2006-10-25"/>
            <currency iso4217="CSD" from="2002-05-15" to="2006-10-25"/><!-- Serbia -->
            <currency iso4217="YUM" from="1994-01-24" to="2002-05-15"/><!-- Yugoslavian history. YU was renamed to CS. -->
            <!-- currency iso4217="CSK" from="1953-06-01" to="1993-03"/ --><!-- Czechoslovakia (totally separate region with conflicting ISO code) -->
        </region>
        <region iso3166="RU">
            <currency iso4217="RUB" from="1999-01-01"/>
            <currency iso4217="RUR" from="1991-12-25" to="1998-12-31"/>
        </region>
        <region iso3166="RW">
            <currency iso4217="RWF" from="1964-05-19"/>
        </region>
        <region iso3166="SA">
            <currency iso4217="SAR" from="1952-10-22"/>
        </region>
        <region iso3166="SB">
            <currency iso4217="SBD" from="1977-10-24"/>
            <currency iso4217="AUD" from="1966-02-14" to="1978-06-30"/>
        </region>
        <region iso3166="SC">
            <currency iso4217="SCR" from="1903-11-01"/>
        </region>
        <region iso3166="SD">
            <currency iso4217="SDG" from="2007-01-10"/>
            <currency iso4217="SDD" from="1992-06-08" to="2007-06-30"/>
            <currency iso4217="SDP" from="1957-04-08" to="1998-06-01"/>
            <currency iso4217="EGP" from="1889-01-19" to="1958-01-01"/>
            <currency iso4217="GBP" from="1889-01-19" to="1958-01-01"/>
        </region>
        <region iso3166="SE">
            <currency iso4217="SEK" from="1873-05-27"/>
        </region>
        <region iso3166="SG">
            <currency iso4217="SGD" from="1967-06-12"/>
            <currency iso4217="MYR" from="1963-09-16" to="1967-06-12"/>
        </region>
        <region iso3166="SH">
            <currency iso4217="SHP" from="1917-02-15"/>
        </region>
        <region iso3166="SI">
            <currency iso4217="EUR" from="2007-01-01"/>
            <currency iso4217="SIT" from="1992-10-07" to="2007-01-14"/>
        </region>
        <region iso3166="SJ">
            <currency iso4217="NOK" from="1905-06-07"/>
        </region>
        <region iso3166="SK">
            <currency iso4217="EUR" from="2009-01-01"/>
            <currency iso4217="SKK" from="1992-12-31" to="2009-01-01"/>
            <currency iso4217="CSK" from="1953-06-01" to="1992-12-31"/>
        </region>
        <region iso3166="SL">
            <currency iso4217="SLL" from="1964-08-04"/>
            <currency iso4217="GBP" from="1808-11-30" to="1966-02-04"/>
        </region>
        <region iso3166="SM">
            <currency iso4217="EUR" from="1999-01-01"/>
            <currency iso4217="ITL" from="1865-12-23" to="2001-02-28"/>
            <!-- currency iso4217="SML" from="1865-12-23" to="2001-02-28"/ --><!-- Not listed in the 2001 or 2004 list -->
        </region>
        <region iso3166="SN">
            <currency iso4217="XOF" from="1959-04-04"/>
        </region>
        <region iso3166="SO">
            <currency iso4217="SOS" from="1960-07-01"/>
            <!-- currency iso4217="SON" from="1991"/ --><!-- Not listed in the 2001 or 2004 list -->
        </region>
        <region iso3166="SR">
            <currency iso4217="SRD" from="2004-01-01"/>
            <currency iso4217="SRG" from="1940-05-10" to="2003-12-31"/>
            <currency iso4217="NLG" from="1815-11-20" to="1940-05-10"/>
        </region>
        <region iso3166="SS">
            <currency iso4217="SSP" from="2011-07-18"/>
            <currency iso4217="SDG" from="2007-01-10" to="2011-09-01"/>
        </region>
        <region iso3166="ST">
            <currency iso4217="STD" from="1977-09-08"/>
        </region>
        <!-- This is no longer a valid region. It split into RU and several other regions. -->
        <region iso3166="SU">
            <currency iso4217="SUR" from="1961-01-01" to="1991-12-25"/>
        </region>
        <region iso3166="SV">
            <currency iso4217="USD" from="2001-01-01"/>
            <currency iso4217="SVC" from="1919-11-11" to="2001-01-01"/>
        </region>
        <region iso3166="SX">
            <currency iso4217="ANG" from="2010-10-10"/>
        </region>
        <region iso3166="SY">
            <currency iso4217="SYP" from="1948-01-01"/>
        </region>
        <region iso3166="SZ">
            <currency iso4217="SZL" from="1974-09-06"/>
            <!-- currency iso4217="ZAR" from="1961-02-14"/ --><!-- Not listed in the 2001 or 2004 list -->
        </region>
        <region iso3166="TA">
            <currency iso4217="GBP" from="1938-01-12"/>
        </region>
        <region iso3166="TC">
            <currency iso4217="USD" from="1969-09-08"/>
            <!-- currency iso4217="JMD" from="1969-09-08"/ --><!-- Not listed in the 2001 or 2004 list -->
            <!-- currency iso4217="TCC" from="1969-09-08"/ --><!-- Not listed in the 2001 or 2004 list -->
        </region>
        <region iso3166="TD">
            <currency iso4217="XAF" from="1993-01-01"/>
        </region>
        <region iso3166="TF">
        <!-- Part of the Antarctic claimed by France (whose sovereignty is not recognised
        internationally), makes up the French Southern and Antarctic Lands (TAAF)
        administered from Saint-Pierre de la Réunion. No indigenous population -->
            <currency iso4217="EUR" from="1999-01-01"/>
            <currency iso4217="FRF" from="1959-01-01" to="2002-02-17"/>
        </region>
        <region iso3166="TG">
            <currency iso4217="XOF" from="1958-11-28"/>
        </region>
        <region iso3166="TH">
            <currency iso4217="THB" from="1928-04-15"/>
        </region>
        <region iso3166="TJ">
            <currency iso4217="TJS" from="2000-10-26"/>
            <currency iso4217="TJR" from="1995-05-10" to="2000-10-25"/>
            <currency iso4217="RUR" from="1991-12-25" to="1995-05-10"/>
        </region>
        <region iso3166="TK">
            <currency iso4217="NZD" from="1967-07-10"/>
        </region>
        <region iso3166="TL">
            <currency iso4217="USD" from="1999-10-20"/>
            <currency iso4217="TPE" from="1959-01-02" to="2002-05-20"/>
            <currency iso4217="IDR" from="1975-12-07" to="2002-05-20"/>
        </region>
        <region iso3166="TM">
            <currency iso4217="TMT" from="2009-01-01"/>
            <currency iso4217="TMM" from="1993-11-01" to="2009-01-01"/>
            <currency iso4217="RUR" from="1991-12-25" to="1993-11-01"/>
            <currency iso4217="SUR" from="1961-01-01" to="1991-12-25"/>
        </region>
        <region iso3166="TN">
            <currency iso4217="TND" from="1958-11-01"/>
        </region>
        <region iso3166="TO">
            <currency iso4217="TOP" from="1966-02-14"/>
        </region>
        <!-- TP was renamed to TL -->
        <region iso3166="TP">
            <currency iso4217="TPE" from="1959-01-02" to="2002-05-20"/>
            <currency iso4217="IDR" from="1975-12-07" to="2002-05-20"/>
        </region>
        <region iso3166="TR">
            <currency iso4217="TRY" from="2005-01-01"/>
            <currency iso4217="TRL" from="1922-11-01" to="2005-12-31"/>
        </region>
        <region iso3166="TT">
            <currency iso4217="TTD" from="1964-01-01"/>
        </region>
        <region iso3166="TV">
            <!-- ISO-4217 doesn't have a code for the Tuvaluan dollar, but it depends on the AUD currency.  -->
            <currency iso4217="AUD" from="1966-02-14"/>
        </region>
        <region iso3166="TW">
            <currency iso4217="TWD" from="1949-06-15"/>
        </region>
        <region iso3166="TZ">
            <currency iso4217="TZS" from="1966-06-14"/>
        </region>
        <region iso3166="UA">
            <currency iso4217="UAH" from="1996-09-02"/>
            <!-- Period of hyperinflation -->
            <currency iso4217="UAK" from="1992-11-13" to="1993-10-17"/>
            <currency iso4217="RUR" from="1991-12-25" to="1992-11-13"/>
            <currency iso4217="SUR" from="1961-01-01" to="1991-12-25"/>
        </region>
        <region iso3166="UG">
            <currency iso4217="UGX" from="1987-05-15"/>
            <currency iso4217="UGS" from="1966-08-15" to="1987-05-15"/>
        </region>
        <region iso3166="UM">
            <currency iso4217="USD" from="1944-01-01"/>
        </region>
        <region iso3166="US">
            <currency iso4217="USD" from="1792-01-01"/>
            <currency iso4217="USN" tender="false"/>
            <currency iso4217="USS" to="2014-03-01" tender="false"/>
        </region>
        <region iso3166="UY">
            <currency iso4217="UYU" from="1993-03-01"/>
            <currency iso4217="UYP" from="1975-07-01" to="1993-03-01"/>
            <currency iso4217="UYI" tender="false"/>
        </region>
        <region iso3166="UZ">
            <currency iso4217="UZS" from="1994-07-01"/>
        </region>
        <region iso3166="VA">
            <currency iso4217="EUR" from="1999-01-01"/>
            <currency iso4217="ITL" from="1870-10-19" to="2002-02-28"/>
            <!-- currency iso4217="VAL" from="1929" to="2002-02-28"/ --><!-- Not listed in the 2001 list -->
        </region>
        <region iso3166="VC">
            <currency iso4217="XCD" from="1965-10-06"/>
        </region>
        <region iso3166="VE">
            <currency iso4217="VEF" from="2008-01-01"/>
            <currency iso4217="VEB" from="1871-05-11" to="2008-06-30"/>
        </region>
        <region iso3166="VG">
            <currency iso4217="USD" from="1833-01-01"/>
            <!-- currency iso4217="VGD" from="1973"/ --><!-- Not listed in the 2001 or 2004 list -->
            <currency iso4217="GBP" from="1833-01-01" to="1959-01-01"/>
        </region>
        <region iso3166="VI">
            <currency iso4217="USD" from="1837-01-01"/>
        </region>
        <region iso3166="VN">
            <currency iso4217="VND" from="1985-09-14"/>
            <currency iso4217="VNN" from="1978-05-03" to="1985-09-14"/>
        </region>
        <region iso3166="VU">
            <currency iso4217="VUV" from="1981-01-01"/>
        </region>
        <region iso3166="WF">
            <currency iso4217="XPF" from="1961-07-30"/>
        </region>
        <region iso3166="WS">
            <currency iso4217="WST" from="1967-07-10"/>
        </region>
        <region iso3166="XK">
            <currency iso4217="EUR" from="2002-01-01"/>
            <currency iso4217="DEM" from="1999-09-01" to="2002-03-09"/>
            <currency iso4217="YUM" from="1994-01-24" to="1999-09-30"/><!-- Yugoslavian history. YU was renamed to CS. -->
        </region>
        <region iso3166="YE">
            <currency iso4217="YER" from="1990-05-22"/><!-- You might be able to say 1964-05-08 is the starting date -->
        </region>
        <region iso3166="YD">
            <currency iso4217="YDD" from="1965-04-01" to="1996-01-01"/>
        </region>
        <region iso3166="YT">
            <currency iso4217="EUR" from="1999-01-01"/>
            <currency iso4217="FRF" from="1976-02-23" to="2002-02-17"/>
            <currency iso4217="KMF" from="1975-01-01" to="1976-02-23"/>
        </region>
        <!-- YU was renamed to CS -->
        <region iso3166="YU">
            <currency iso4217="YUM" from="1994-01-24" to="2002-05-15"/>
            <!-- Period of hyperinflation -->
            <!-- currency iso4217="YUG" from="1994-01-01" to="1994-07-22"/ --><!-- Not listed in the 2001 or 2004 list -->
            <!-- currency iso4217="YUO" from="1993-10-01" to="1993-12-31"/ --><!-- Not listed in the 2001 or 2004 list -->
            <!-- currency iso4217="YUR" from="1992-07-01" to="1993-10-01"/ --><!-- Not listed in the 2001 or 2004 list -->
            <currency iso4217="YUN" from="1990-01-01" to="1992-07-24"/>
            <currency iso4217="YUD" from="1966-01-01" to="1990-01-01"/>
        </region>
        <region iso3166="ZA">
            <currency iso4217="ZAR" from="1961-02-14"/>
            <currency iso4217="ZAL" from="1985-09-01" to="1995-03-13" tender="false"/>
        </region>
        <region iso3166="ZM">
            <currency iso4217="ZMW" from="2013-01-01"/>
            <currency iso4217="ZMK" from="1968-01-16" to="2013-01-01"/>
        </region>
        <!-- Zaire (ZR) was renamed to Democratic Republic of Congo (CD). Look at "CD" for latest history. -->
        <region iso3166="ZR">
            <currency iso4217="ZRN" from="1993-11-01" to="1998-07-31"/>
            <currency iso4217="ZRZ" from="1971-10-27" to="1993-11-01"/>
        </region>
        <region iso3166="ZW">
            <currency iso4217="USD" from="2009-04-12"/>
            <currency iso4217="ZWL" from="2009-02-02" to="2009-04-12"/>
            <currency iso4217="ZWR" from="2008-08-01" to="2009-02-02"/>
            <currency iso4217="ZWD" from="1980-04-18" to="2008-08-01"/>
            <currency iso4217="RHD" from="1970-02-17" to="1980-04-18"/>
        </region>
        <region iso3166="ZZ">
            <currency iso4217="XAG" tender="false"/>
            <currency iso4217="XAU" tender="false"/>
            <currency iso4217="XBA" tender="false"/>
            <currency iso4217="XBB" tender="false"/>
            <currency iso4217="XBC" tender="false"/>
            <currency iso4217="XBD" tender="false"/>
            <currency iso4217="XDR" tender="false"/>
            <currency iso4217="XFO" from="1930-01-01" to="2003-04-01" tender="false"/>
            <currency iso4217="XFU" to="2013-11-30" tender="false"/>
            <currency iso4217="XPD" tender="false"/>
            <currency iso4217="XPT" tender="false"/>
            <currency iso4217="XRE" to="1999-11-30" tender="false"/>
            <currency iso4217="XSU" tender="false"/>
            <currency iso4217="XTS" tender="false"/>
            <currency iso4217="XUA" tender="false"/>
            <currency iso4217="XXX" tender="false"/>
        </region>
<!--
XAG Silver
XAU Gold
XPD Palladium
XPT Platinum
-->
<!-- The following are other various codes of limited usage. -->
<!--
XBA European Composite Unit (EURCO)
XBB European Monetary Unit (EMU-6)
XBC European Unit of Account (EUA-9)
XBD European Unit of Account (EUA-17)
XDR Special Drawing Rights (International Monetary Fund)
XEU European Currency Unit (ECU). EUR should be used instead.
XFO France Gold Franc
XFU France UIC-Franc
XRE RINET Funds Code
XTS Code specifically reserved for testing purposes
XXX Code for transations where no currency is involved
-->
    </currencyData>
    <territoryContainment> <!-- based on UN data, at http://unstats.un.org/unsd/methods/m49/m49regin.htm -->
        <group type="001" contains="019 002 150 142 009"/> <!--World -->
        <group type="001" contains="EU EZ UN" status="grouping"/> <!--European Union, Eurozone, United Nations -->
        <group type="001" contains="QU" status="deprecated"/> <!--European Union -->
        <group type="011" contains="BF BJ CI CV GH GM GN GW LR ML MR NE NG SH SL SN TG"/> <!--Western Africa -->
        <group type="013" contains="BZ CR GT HN MX NI PA SV"/> <!--Central America -->
        <group type="014" contains="BI DJ ER ET KE KM MG MU MW MZ RE RW SC SO SS TZ UG YT ZM ZW"/> <!--Eastern Africa -->
        <group type="142" contains="145 143 030 034 035"/> <!--Asia -->
        <group type="143" contains="TM TJ KG KZ UZ"/> <!-- Central Asia -->
        <group type="145" contains="AE AM AZ BH CY GE IL IQ JO KW LB OM PS QA SA SY TR YE"/> <!--Western Asia -->
        <group type="145" contains="NT YD" status="deprecated"/> <!--Western Asia -->
        <group type="015" contains="DZ EG EH LY MA SD TN EA IC"/> <!--Northern Africa -->
        <group type="150" contains="154 155 151 039"/> <!--Europe -->
        <group type="151" contains="BG BY CZ HU MD PL RO RU SK UA"/> <!--Eastern Europe -->
        <group type="151" contains="SU" status="deprecated"/> <!--Eastern Europe -->
        <group type="154" contains="GG IM JE AX DK EE FI FO GB IE IS LT LV NO SE SJ"/> <!--Northern Europe -->
        <group type="155" contains="AT BE CH DE FR LI LU MC NL"/> <!--Western Europe -->
        <group type="155" contains="DD FX" status="deprecated"/> <!--Western Europe -->
        <group type="017" contains="AO CD CF CG CM GA GQ ST TD"/> <!--Middle Africa -->
        <group type="017" contains="ZR" status="deprecated"/> <!--Middle Africa -->
        <group type="018" contains="BW LS NA SZ ZA"/> <!--Southern Africa -->
        <group type="019" contains="021 013 029 005"/> <!--Americas -->
        <group type="019" contains="003 419" status="grouping"/> <!--World -->
        <group type="002" contains="015 011 017 014 018"/> <!--Africa -->
        <group type="021" contains="BM CA GL PM US"/> <!--Northern America -->
        <group type="029" contains="AG AI AW BB BL BQ BS CU CW DM DO GD GP HT JM KN KY LC MF MQ MS PR SX TC TT VC VG VI"/> <!--Caribbean -->
        <group type="029" contains="AN" status="deprecated"/> <!--Caribbean -->
        <group type="003" contains="021 013 029" grouping="true"/> <!--North America -->
        <group type="030" contains="CN HK JP KP KR MN MO TW"/> <!--Eastern Asia -->
        <group type="035" contains="BN ID KH LA MM MY PH SG TH TL VN"/> <!--South-Eastern Asia -->
        <group type="035" contains="BU TP" status="deprecated"/> <!--South-Eastern Asia -->
        <group type="039" contains="AD AL BA ES GI GR HR IT ME MK MT RS PT SI SM VA XK"/> <!--Southern Europe, XK not in UN data -->
        <group type="039" contains="CS YU" status="deprecated"/> <!--Southern Europe -->
        <group type="419" contains="013 029 005" grouping="true"/> <!--Latin America and the Caribbean -->
        <group type="005" contains="AR BO BR CL CO EC FK GF GY PE PY SR UY VE"/> <!--South America -->
        <group type="053" contains="AU NF NZ"/> <!--Australia and New Zealand -->
        <group type="054" contains="FJ NC PG SB VU"/> <!--Melanesia -->
        <group type="057" contains="FM GU KI MH MP NR PW"/> <!--Micronesia -->
        <group type="061" contains="AS CK NU PF PN TK TO TV WF WS"/> <!--Polynesia -->
        <group type="034" contains="AF BD BT IN IR LK MV NP PK"/> <!--Southern Asia -->
        <group type="009" contains="053 054 057 061 QO"/> <!--Oceania -->
        <group type="QO" contains="AQ BV CC CX GS HM IO TF UM AC CP DG TA"/> <!--Outlying Oceania -->
        <group type="EU" contains="AT BE CY CZ DE DK EE ES FI FR GB GR HR HU IE IT LT LU LV MT NL PL PT SE SI SK BG RO" grouping="true"/> <!-- European Union, see http://europa.eu/abc/european_countries/index_en.htm -->
        <group type="EZ" contains="AT BE CY DE EE ES FI FR GR IE IT LT LU LV MT NL PT SI SK" grouping="true"/> <!-- Eurozone, see https://en.wikipedia.org/wiki/Eurozone -->
        <group type="UN" contains="AD AE AF AG AL AM AO AR AT AU AZ BA BB BD BE BF BG BH BI BJ BN BO BR BS BT BW BY BZ CA CD CF CG CH CI CL CM CN CO CR CU CV CY CZ DE DJ DK DM DO DZ EC EE EG ER ES ET FI FJ FM FR GA GB GD GE GH GM GN GQ GR GT GW GY HN HR HT HU ID IE IL IN IQ IR IS IT JM JO JP KE KG KH KI KM KN KP KR KW KZ LA LB LC LI LK LR LS LT LU LV LY MA MC MD ME MG MH MK ML MM MN MR MT MU MV MX MW MY MZ NA NE NG NI NL NO NR NP NZ OM PA PE PG PH PK PL PT PW PY QA RO RS RU RW SA SB SC SD SE SG SI SK SL SM SN SO SR SS ST SV SY SZ TD TG TH TJ TL TM TN TO TR TT TV TZ UA UG US UY UZ VC VE VN VU WS YE ZA ZM ZW" grouping="true"/> <!-- United Nations, see https://en.wikipedia.org/wiki/Member_states_of_the_United_Nations -->
    </territoryContainment>
    <!-- Start of Generated Data: see https://sites.google.com/site/cldr/development/updating-codes/update-language-script-info -->
	<languageData>
		<language type="aa" scripts="Latn"/>
		<language type="aa" territories="DJ ET" alt="secondary"/>
		<language type="ab" scripts="Cyrl"/>
		<language type="ab" territories="GE" alt="secondary"/>
		<language type="abq" scripts="Cyrl"/>
		<language type="abr" scripts="Latn"/>
		<language type="abr" territories="GH" alt="secondary"/>
		<language type="ace" scripts="Latn"/>
		<language type="ace" territories="ID" alt="secondary"/>
		<language type="ach" scripts="Latn"/>
		<language type="ach" territories="UG" alt="secondary"/>
		<language type="ada" scripts="Latn"/>
		<language type="ady" scripts="Cyrl"/>
		<language type="ady" territories="RU" alt="secondary"/>
		<language type="ae" scripts="Avst" alt="secondary"/>
		<language type="aeb" scripts="Arab"/>
		<language type="aeb" territories="TN" alt="secondary"/>
		<language type="af" scripts="Latn"/>
		<language type="af" territories="NA ZA" alt="secondary"/>
		<language type="agq" scripts="Latn"/>
		<language type="aii" scripts="Cyrl"/>
		<language type="aii" scripts="Syrc" alt="secondary"/>
		<language type="ain" scripts="Kana Latn" alt="secondary"/>
		<language type="ak" scripts="Latn"/>
		<language type="ak" territories="GH" alt="secondary"/>
		<language type="akk" scripts="Xsux" alt="secondary"/>
		<language type="akz" scripts="Latn"/>
		<language type="ale" scripts="Latn"/>
		<language type="aln" scripts="Latn"/>
		<language type="aln" territories="XK" alt="secondary"/>
		<language type="alt" scripts="Cyrl"/>
		<language type="am" scripts="Ethi" territories="ET"/>
		<language type="amo" scripts="Latn"/>
		<language type="an" scripts="Latn"/>
		<language type="ang" scripts="Latn" alt="secondary"/>
		<language type="anp" scripts="Deva"/>
		<language type="aoz" scripts="Latn"/>
		<language type="ar" scripts="Arab" territories="AE BH DJ DZ EG EH ER IL IQ JO KM KW LB LY MA MR OM PS QA SA SD SO SY TD TN YE"/>
		<language type="ar" scripts="Syrc" territories="IR SS" alt="secondary"/>
		<language type="arc" scripts="Armi Nbat Palm" alt="secondary"/>
		<language type="arn" scripts="Latn"/>
		<language type="aro" scripts="Latn"/>
		<language type="arp" scripts="Latn"/>
		<language type="arq" scripts="Arab"/>
		<language type="arq" territories="DZ" alt="secondary"/>
		<language type="arw" scripts="Latn" alt="secondary"/>
		<language type="ary" scripts="Arab"/>
		<language type="ary" territories="MA" alt="secondary"/>
		<language type="arz" scripts="Arab"/>
		<language type="arz" territories="EG" alt="secondary"/>
		<language type="as" scripts="Beng"/>
		<language type="as" territories="IN" alt="secondary"/>
		<language type="asa" scripts="Latn"/>
		<language type="ast" scripts="Latn"/>
		<language type="ast" territories="ES" alt="secondary"/>
		<language type="atj" scripts="Latn"/>
		<language type="av" scripts="Cyrl"/>
		<language type="av" territories="RU" alt="secondary"/>
		<language type="avk" scripts="Latn" alt="secondary"/>
		<language type="awa" scripts="Deva"/>
		<language type="awa" territories="IN" alt="secondary"/>
		<language type="ay" scripts="Latn" territories="BO"/>
		<language type="az" scripts="Arab Cyrl Latn" territories="AZ"/>
		<language type="az" territories="IQ IR RU" alt="secondary"/>
		<language type="ba" scripts="Cyrl"/>
		<language type="ba" territories="RU" alt="secondary"/>
		<language type="bal" scripts="Arab"/>
		<language type="bal" scripts="Latn" territories="AF IR PK" alt="secondary"/>
		<language type="ban" scripts="Latn"/>
		<language type="ban" scripts="Bali" territories="ID" alt="secondary"/>
		<language type="bap" scripts="Deva"/>
		<language type="bar" scripts="Latn"/>
		<language type="bar" territories="AT DE" alt="secondary"/>
		<language type="bas" scripts="Latn"/>
		<language type="bax" scripts="Bamu"/>
		<language type="bbc" scripts="Latn"/>
		<language type="bbc" scripts="Batk" territories="ID" alt="secondary"/>
		<language type="bbj" scripts="Latn"/>
		<language type="bci" scripts="Latn"/>
		<language type="bci" territories="CI" alt="secondary"/>
		<language type="be" scripts="Cyrl" territories="BY"/>
		<language type="bej" scripts="Arab"/>
		<language type="bej" territories="SD" alt="secondary"/>
		<language type="bem" scripts="Latn"/>
		<language type="bem" territories="ZM" alt="secondary"/>
		<language type="bew" scripts="Latn"/>
		<language type="bew" territories="ID" alt="secondary"/>
		<language type="bez" scripts="Latn"/>
		<language type="bfd" scripts="Latn"/>
		<language type="bfq" scripts="Taml"/>
		<language type="bft" scripts="Arab"/>
		<language type="bft" scripts="Tibt" alt="secondary"/>
		<language type="bfy" scripts="Deva"/>
		<language type="bg" scripts="Cyrl" territories="BG"/>
		<language type="bgc" scripts="Deva"/>
		<language type="bgc" territories="IN" alt="secondary"/>
		<language type="bgn" scripts="Arab"/>
		<language type="bgn" territories="PK" alt="secondary"/>
		<language type="bgx" scripts="Grek"/>
		<language type="bhb" scripts="Deva"/>
		<language type="bhb" territories="IN" alt="secondary"/>
		<language type="bhi" scripts="Deva"/>
		<language type="bhi" territories="IN" alt="secondary"/>
		<language type="bhk" scripts="Latn"/>
		<language type="bhk" territories="PH" alt="secondary"/>
		<language type="bho" scripts="Deva"/>
		<language type="bho" territories="IN MU NP" alt="secondary"/>
		<language type="bi" scripts="Latn" territories="VU"/>
		<language type="bik" scripts="Latn"/>
		<language type="bik" territories="PH" alt="secondary"/>
		<language type="bin" scripts="Latn"/>
		<language type="bin" territories="NG" alt="secondary"/>
		<language type="bjj" scripts="Deva"/>
		<language type="bjj" territories="IN" alt="secondary"/>
		<language type="bjn" scripts="Latn"/>
		<language type="bjn" territories="ID" alt="secondary"/>
		<language type="bjt" territories="SN" alt="secondary"/>
		<language type="bkm" scripts="Latn"/>
		<language type="bku" scripts="Latn"/>
		<language type="bku" scripts="Buhd" alt="secondary"/>
		<language type="bla" scripts="Latn"/>
		<language type="blt" scripts="Tavt"/>
		<language type="bm" scripts="Latn Nkoo"/>
		<language type="bm" territories="ML" alt="secondary"/>
		<language type="bmq" scripts="Latn"/>
		<language type="bn" scripts="Beng" territories="BD"/>
		<language type="bn" territories="IN" alt="secondary"/>
		<language type="bo" scripts="Tibt"/>
		<language type="bo" territories="CN" alt="secondary"/>
		<language type="bpy" scripts="Beng"/>
		<language type="bqi" scripts="Arab"/>
		<language type="bqi" territories="IR" alt="secondary"/>
		<language type="bqv" scripts="Latn"/>
		<language type="br" scripts="Latn"/>
		<language type="bra" scripts="Deva"/>
		<language type="brh" scripts="Arab"/>
		<language type="brh" scripts="Latn" territories="PK" alt="secondary"/>
		<language type="brx" scripts="Deva"/>
		<language type="brx" territories="IN" alt="secondary"/>
		<language type="bs" scripts="Cyrl Latn" territories="BA"/>
		<language type="bsc" territories="SN" alt="secondary"/>
		<language type="bss" scripts="Latn"/>
		<language type="bto" scripts="Latn"/>
		<language type="btv" scripts="Deva"/>
		<language type="bua" scripts="Cyrl"/>
		<language type="buc" scripts="Latn"/>
		<language type="buc" territories="YT" alt="secondary"/>
		<language type="bug" scripts="Latn"/>
		<language type="bug" scripts="Bugi" territories="ID" alt="secondary"/>
		<language type="bum" scripts="Latn"/>
		<language type="bum" territories="CM" alt="secondary"/>
		<language type="bvb" scripts="Latn"/>
		<language type="byn" scripts="Ethi"/>
		<language type="byv" scripts="Latn"/>
		<language type="bze" scripts="Latn"/>
		<language type="bzx" scripts="Latn"/>
		<language type="ca" scripts="Latn" territories="AD"/>
		<language type="ca" territories="ES" alt="secondary"/>
		<language type="cad" scripts="Latn"/>
		<language type="car" scripts="Latn"/>
		<language type="cay" scripts="Latn"/>
		<language type="cch" scripts="Latn"/>
		<language type="ccp" scripts="Beng"/>
		<language type="ccp" scripts="Cakm" alt="secondary"/>
		<language type="ce" scripts="Cyrl"/>
		<language type="ce" territories="RU" alt="secondary"/>
		<language type="ceb" scripts="Latn"/>
		<language type="ceb" territories="PH" alt="secondary"/>
		<language type="cgg" scripts="Latn"/>
		<language type="cgg" territories="UG" alt="secondary"/>
		<language type="ch" scripts="Latn" territories="GU"/>
		<language type="chk" scripts="Latn"/>
		<language type="chk" territories="FM" alt="secondary"/>
		<language type="chm" scripts="Cyrl"/>
		<language type="chn" scripts="Latn" alt="secondary"/>
		<language type="cho" scripts="Latn"/>
		<language type="chp" scripts="Latn"/>
		<language type="chp" scripts="Cans" alt="secondary"/>
		<language type="chr" scripts="Cher"/>
		<language type="chy" scripts="Latn"/>
		<language type="cja" scripts="Arab"/>
		<language type="cja" scripts="Cham" alt="secondary"/>
		<language type="cjm" scripts="Cham"/>
		<language type="cjm" scripts="Arab" alt="secondary"/>
		<language type="cjs" scripts="Cyrl"/>
		<language type="ckb" scripts="Arab"/>
		<language type="ckb" territories="IQ IR" alt="secondary"/>
		<language type="ckt" scripts="Cyrl"/>
		<language type="co" scripts="Latn"/>
		<language type="cop" scripts="Arab Copt Grek" alt="secondary"/>
		<language type="cps" scripts="Latn"/>
		<language type="cr" scripts="Cans Latn"/>
		<language type="crh" scripts="Cyrl"/>
		<language type="crj" scripts="Cans"/>
		<language type="crj" scripts="Latn" alt="secondary"/>
		<language type="crk" scripts="Cans"/>
		<language type="crl" scripts="Cans"/>
		<language type="crl" scripts="Latn" alt="secondary"/>
		<language type="crm" scripts="Cans"/>
		<language type="crs" scripts="Latn"/>
		<language type="crs" territories="SC" alt="secondary"/>
		<language type="cs" scripts="Latn" territories="CZ"/>
		<language type="cs" territories="SK" alt="secondary"/>
		<language type="csb" scripts="Latn" territories="PL" alt="secondary"/>
		<language type="csw" scripts="Cans"/>
		<language type="ctd" scripts="Latn"/>
		<language type="cu" scripts="Cyrl" alt="secondary"/>
		<language type="cv" scripts="Cyrl"/>
		<language type="cv" territories="RU" alt="secondary"/>
		<language type="cy" scripts="Latn"/>
		<language type="cy" territories="GB" alt="secondary"/>
		<language type="da" scripts="Latn" territories="DK"/>
		<language type="da" territories="DE" alt="secondary"/>
		<language type="dak" scripts="Latn"/>
		<language type="dar" scripts="Cyrl"/>
		<language type="dav" scripts="Latn"/>
		<language type="dcc" scripts="Arab"/>
		<language type="dcc" territories="IN" alt="secondary"/>
		<language type="de" scripts="Latn" territories="AT BE CH DE IT LI LU"/>
		<language type="de" scripts="Runr" territories="BR CZ DK FR GB HU KZ NL PL SI SK US" alt="secondary"/>
		<language type="del" scripts="Latn"/>
		<language type="den" scripts="Latn"/>
		<language type="den" scripts="Cans" alt="secondary"/>
		<language type="dgr" scripts="Latn"/>
		<language type="din" scripts="Latn"/>
		<language type="dje" scripts="Latn"/>
		<language type="dje" territories="NE" alt="secondary"/>
		<language type="dng" scripts="Cyrl"/>
		<language type="dnj" scripts="Latn"/>
		<language type="doi" scripts="Arab"/>
		<language type="doi" scripts="Takr" territories="IN" alt="secondary"/>
		<language type="dsb" scripts="Latn"/>
		<language type="dtm" scripts="Latn"/>
		<language type="dtp" scripts="Latn"/>
		<language type="dty" scripts="Deva"/>
		<language type="dua" scripts="Latn"/>
		<language type="dum" scripts="Latn" alt="secondary"/>
		<language type="dv" scripts="Thaa" territories="MV"/>
		<language type="dyo" scripts="Latn"/>
		<language type="dyo" scripts="Arab" territories="SN" alt="secondary"/>
		<language type="dyu" scripts="Latn"/>
		<language type="dyu" territories="BF" alt="secondary"/>
		<language type="dz" scripts="Tibt" territories="BT"/>
		<language type="ebu" scripts="Latn"/>
		<language type="ee" scripts="Latn"/>
		<language type="ee" territories="GH TG" alt="secondary"/>
		<language type="efi" scripts="Latn"/>
		<language type="efi" territories="NG" alt="secondary"/>
		<language type="egl" scripts="Latn"/>
		<language type="egy" scripts="Egyp" alt="secondary"/>
		<language type="eka" scripts="Latn"/>
		<language type="eky" scripts="Kali"/>
		<language type="el" scripts="Grek" territories="CY GR"/>
		<language type="en" scripts="Latn" territories="AG AI AS AU BB BI BM BS BW BZ CA CC CK CM CX DG DM ER FJ FK FM GB GD GG GH GI GM GU GY HK IE IM IN IO JE JM KE KI KN KY LC LR LS MG MH MP MS MT MU MW NA NF NG NR NU NZ PG PH PK PN PR PW RW SB SC SD SG SH SL SS SX SZ TC TK TO TT TV TZ UG UM US VC VG VI VU WS ZA ZM ZW"/>
		<language type="en" scripts="Dsrt Shaw" territories="AC AR AT BA BD BE BG BR CH CL CY CZ DE DK DZ EE EG ES ET FI FR GR HR HU IL IQ IT JO KZ LB LK LT LU LV MA MX MY NL PL PT RO SE SI SK TA TH TR YE" alt="secondary"/>
		<language type="enm" scripts="Latn" alt="secondary"/>
		<language type="eo" scripts="Latn"/>
		<language type="es" scripts="Latn" territories="AR BO CL CO CR CU DO EA EC ES GQ GT HN IC MX NI PA PE PR PY SV UY VE"/>
		<language type="es" territories="AD BZ DE FR GI PH PT RO US" alt="secondary"/>
		<language type="esu" scripts="Latn"/>
		<language type="et" scripts="Latn" territories="EE"/>
		<language type="ett" scripts="Ital Latn" alt="secondary"/>
		<language type="eu" scripts="Latn"/>
		<language type="eu" territories="ES" alt="secondary"/>
		<language type="evn" scripts="Cyrl"/>
		<language type="ewo" scripts="Latn"/>
		<language type="ext" scripts="Latn"/>
		<language type="fa" scripts="Arab" territories="AF IR"/>
		<language type="fa" territories="PK" alt="secondary"/>
		<language type="fan" scripts="Latn"/>
		<language type="fan" territories="GQ" alt="secondary"/>
		<language type="ff" scripts="Latn"/>
		<language type="ff" territories="GN SN" alt="secondary"/>
		<language type="ffm" scripts="Latn"/>
		<language type="ffm" territories="ML" alt="secondary"/>
		<language type="fi" scripts="Latn" territories="FI"/>
		<language type="fi" territories="EE SE" alt="secondary"/>
		<language type="fia" scripts="Arab"/>
		<language type="fil" scripts="Latn" territories="PH"/>
		<language type="fil" scripts="Tglg" territories="US" alt="secondary"/>
		<language type="fit" scripts="Latn"/>
		<language type="fj" scripts="Latn" territories="FJ"/>
		<language type="fo" scripts="Latn" territories="FO"/>
		<language type="fon" scripts="Latn"/>
		<language type="fon" territories="BJ" alt="secondary"/>
		<language type="fr" scripts="Latn" territories="BE BF BI BJ BL CA CD CF CG CH CI CM DJ DZ FR GA GF GN GP GQ HT KM LU MA MC MF MG ML MQ MU NC NE PF PM RE RW SC SN SY TD TG TN VU WF YT"/>
		<language type="fr" scripts="Dupl" territories="DE GB IT NL PT RO TF US" alt="secondary"/>
		<language type="frc" scripts="Latn"/>
		<language type="frm" scripts="Latn" alt="secondary"/>
		<language type="fro" scripts="Latn" alt="secondary"/>
		<language type="frp" scripts="Latn"/>
		<language type="frr" scripts="Latn"/>
		<language type="frs" scripts="Latn"/>
		<language type="fud" scripts="Latn"/>
		<language type="fud" territories="WF" alt="secondary"/>
		<language type="fuq" scripts="Latn"/>
		<language type="fuq" territories="NE" alt="secondary"/>
		<language type="fur" scripts="Latn"/>
		<language type="fuv" scripts="Latn"/>
		<language type="fuv" territories="NG" alt="secondary"/>
		<language type="fvr" scripts="Latn"/>
		<language type="fy" scripts="Latn"/>
		<language type="fy" territories="NL" alt="secondary"/>
		<language type="ga" scripts="Latn" territories="IE"/>
		<language type="ga" territories="GB" alt="secondary"/>
		<language type="gaa" scripts="Latn"/>
		<language type="gaa" territories="GH" alt="secondary"/>
		<language type="gag" scripts="Latn"/>
		<language type="gag" scripts="Cyrl" alt="secondary"/>
		<language type="gan" scripts="Hans"/>
		<language type="gan" territories="CN" alt="secondary"/>
		<language type="gay" scripts="Latn"/>
		<language type="gba" scripts="Arab"/>
		<language type="gbm" scripts="Deva"/>
		<language type="gbm" territories="IN" alt="secondary"/>
		<language type="gbz" scripts="Arab"/>
		<language type="gcr" scripts="Latn"/>
		<language type="gcr" territories="GF" alt="secondary"/>
		<language type="gd" scripts="Latn"/>
		<language type="gd" territories="GB" alt="secondary"/>
		<language type="gez" scripts="Ethi" alt="secondary"/>
		<language type="ggn" scripts="Deva"/>
		<language type="ggn" scripts="Latn" alt="secondary"/>
		<language type="gil" scripts="Latn" territories="KI"/>
		<language type="gjk" scripts="Arab"/>
		<language type="gju" scripts="Arab"/>
		<language type="gl" scripts="Latn"/>
		<language type="gl" territories="ES" alt="secondary"/>
		<language type="gld" scripts="Cyrl"/>
		<language type="glk" scripts="Arab"/>
		<language type="glk" territories="IR" alt="secondary"/>
		<language type="gmh" scripts="Latn" alt="secondary"/>
		<language type="gn" scripts="Latn" territories="PY"/>
		<language type="goh" scripts="Latn" alt="secondary"/>
		<language type="gom" scripts="Deva"/>
		<language type="gom" territories="IN" alt="secondary"/>
		<language type="gon" scripts="Deva Telu"/>
		<language type="gon" territories="IN" alt="secondary"/>
		<language type="gor" scripts="Latn"/>
		<language type="gor" territories="ID" alt="secondary"/>
		<language type="gos" scripts="Latn"/>
		<language type="got" scripts="Goth" alt="secondary"/>
		<language type="grb" scripts="Latn"/>
		<language type="grc" scripts="Cprt Grek Linb" alt="secondary"/>
		<language type="grt" scripts="Beng"/>
		<language type="gsw" scripts="Latn" territories="CH LI"/>
		<language type="gsw" territories="DE" alt="secondary"/>
		<language type="gu" scripts="Gujr"/>
		<language type="gu" territories="IN" alt="secondary"/>
		<language type="gub" scripts="Latn"/>
		<language type="guc" scripts="Latn"/>
		<language type="gur" scripts="Latn"/>
		<language type="guz" scripts="Latn"/>
		<language type="guz" territories="KE" alt="secondary"/>
		<language type="gv" scripts="Latn" territories="IM"/>
		<language type="gvr" scripts="Deva"/>
		<language type="gwi" scripts="Latn"/>
		<language type="ha" scripts="Arab Latn"/>
		<language type="ha" territories="NE NG" alt="secondary"/>
		<language type="hai" scripts="Latn"/>
		<language type="hak" scripts="Hans"/>
		<language type="hak" territories="CN" alt="secondary"/>
		<language type="haw" scripts="Latn"/>
		<language type="haw" territories="US" alt="secondary"/>
		<language type="haz" scripts="Arab"/>
		<language type="haz" territories="AF" alt="secondary"/>
		<language type="he" scripts="Hebr" territories="IL"/>
		<language type="hi" scripts="Deva" territories="IN"/>
		<language type="hi" scripts="Mahj" territories="FJ ZA" alt="secondary"/>
		<language type="hif" scripts="Deva Latn" territories="FJ"/>
		<language type="hil" scripts="Latn"/>
		<language type="hil" territories="PH" alt="secondary"/>
		<language type="hit" scripts="Xsux" alt="secondary"/>
		<language type="hmd" scripts="Plrd"/>
		<language type="hmn" scripts="Latn"/>
		<language type="hmn" scripts="Hmng" alt="secondary"/>
		<language type="hnd" scripts="Arab"/>
		<language type="hne" scripts="Deva"/>
		<language type="hne" territories="IN" alt="secondary"/>
		<language type="hnj" scripts="Laoo"/>
		<language type="hnn" scripts="Latn"/>
		<language type="hnn" scripts="Hano" alt="secondary"/>
		<language type="hno" scripts="Arab"/>
		<language type="hno" territories="PK" alt="secondary"/>
		<language type="ho" scripts="Latn" territories="PG"/>
		<language type="hoc" scripts="Deva"/>
		<language type="hoc" scripts="Wara" territories="IN" alt="secondary"/>
		<language type="hoj" scripts="Deva"/>
		<language type="hoj" territories="IN" alt="secondary"/>
		<language type="hop" scripts="Latn"/>
		<language type="hr" scripts="Latn" territories="BA HR"/>
		<language type="hr" territories="AT RS SI" alt="secondary"/>
		<language type="hsb" scripts="Latn"/>
		<language type="hsn" scripts="Hans"/>
		<language type="hsn" territories="CN" alt="secondary"/>
		<language type="ht" scripts="Latn" territories="HT"/>
		<language type="hu" scripts="Latn" territories="HU"/>
		<language type="hu" territories="AT RO RS" alt="secondary"/>
		<language type="hup" scripts="Latn"/>
		<language type="hy" scripts="Armn" territories="AM"/>
		<language type="hy" territories="RU" alt="secondary"/>
		<language type="hz" scripts="Latn"/>
		<language type="ia" scripts="Latn" alt="secondary"/>
		<language type="iba" scripts="Latn"/>
		<language type="ibb" scripts="Latn"/>
		<language type="ibb" territories="NG" alt="secondary"/>
		<language type="id" scripts="Latn" territories="ID"/>
		<language type="id" scripts="Arab" alt="secondary"/>
		<language type="ig" scripts="Latn"/>
		<language type="ig" territories="NG" alt="secondary"/>
		<language type="ii" scripts="Yiii"/>
		<language type="ii" scripts="Latn" territories="CN" alt="secondary"/>
		<language type="ik" scripts="Latn"/>
		<language type="ikt" scripts="Latn"/>
		<language type="ikt" territories="CA" alt="secondary"/>
		<language type="ilo" scripts="Latn"/>
		<language type="ilo" territories="PH" alt="secondary"/>
		<language type="inh" scripts="Cyrl"/>
		<language type="inh" scripts="Arab Latn" territories="RU" alt="secondary"/>
		<language type="is" scripts="Latn" territories="IS"/>
		<language type="it" scripts="Latn" territories="CH IT SM"/>
		<language type="it" territories="DE FR HR MT US VA" alt="secondary"/>
		<language type="iu" scripts="Cans Latn"/>
		<language type="iu" territories="CA" alt="secondary"/>
		<language type="izh" scripts="Latn"/>
		<language type="ja" scripts="Jpan" territories="JP"/>
		<language type="jam" scripts="Latn"/>
		<language type="jam" territories="JM" alt="secondary"/>
		<language type="jgo" scripts="Latn"/>
		<language type="jmc" scripts="Latn"/>
		<language type="jml" scripts="Deva"/>
		<language type="jml" territories="NP" alt="secondary"/>
		<language type="jpr" scripts="Hebr"/>
		<language type="jrb" scripts="Hebr"/>
		<language type="jut" scripts="Latn" alt="secondary"/>
		<language type="jv" scripts="Latn"/>
		<language type="jv" scripts="Java" territories="ID" alt="secondary"/>
		<language type="ka" scripts="Geor" territories="GE"/>
		<language type="kaa" scripts="Cyrl"/>
		<language type="kab" scripts="Latn"/>
		<language type="kab" territories="DZ" alt="secondary"/>
		<language type="kac" scripts="Latn"/>
		<language type="kaj" scripts="Latn"/>
		<language type="kam" scripts="Latn"/>
		<language type="kam" territories="KE" alt="secondary"/>
		<language type="kao" scripts="Latn"/>
		<language type="kbd" scripts="Cyrl"/>
		<language type="kbd" territories="RU" alt="secondary"/>
		<language type="kca" scripts="Cyrl"/>
		<language type="kcg" scripts="Latn"/>
		<language type="kck" scripts="Latn"/>
		<language type="kde" scripts="Latn"/>
		<language type="kde" territories="TZ" alt="secondary"/>
		<language type="kdt" scripts="Thai"/>
		<language type="kea" scripts="Latn"/>
		<language type="kea" territories="CV" alt="secondary"/>
		<language type="kfo" scripts="Latn"/>
		<language type="kfr" scripts="Deva"/>
		<language type="kfy" scripts="Deva"/>
		<language type="kfy" territories="IN" alt="secondary"/>
		<language type="kg" scripts="Latn"/>
		<language type="kg" territories="CD" alt="secondary"/>
		<language type="kge" scripts="Latn"/>
		<language type="kgp" scripts="Latn"/>
		<language type="kha" scripts="Latn"/>
		<language type="kha" scripts="Beng" territories="IN" alt="secondary"/>
		<language type="khb" scripts="Talu"/>
		<language type="khn" scripts="Deva"/>
		<language type="khn" territories="IN" alt="secondary"/>
		<language type="khq" scripts="Latn"/>
		<language type="kht" scripts="Mymr"/>
		<language type="khw" scripts="Arab"/>
		<language type="ki" scripts="Latn"/>
		<language type="ki" territories="KE" alt="secondary"/>
		<language type="kiu" scripts="Latn"/>
		<language type="kj" scripts="Latn"/>
		<language type="kj" territories="NA" alt="secondary"/>
		<language type="kjg" scripts="Laoo"/>
		<language type="kjg" scripts="Latn" alt="secondary"/>
		<language type="kjh" scripts="Cyrl"/>
		<language type="kk" scripts="Arab Cyrl" territories="KZ"/>
		<language type="kk" territories="CN" alt="secondary"/>
		<language type="kkj" scripts="Latn"/>
		<language type="kl" scripts="Latn" territories="GL"/>
		<language type="kl" territories="DK" alt="secondary"/>
		<language type="kln" scripts="Latn"/>
		<language type="kln" territories="KE" alt="secondary"/>
		<language type="km" scripts="Khmr" territories="KH"/>
		<language type="kmb" scripts="Latn"/>
		<language type="kmb" territories="AO" alt="secondary"/>
		<language type="kn" scripts="Knda"/>
		<language type="kn" territories="IN" alt="secondary"/>
		<language type="knf" territories="SN" alt="secondary"/>
		<language type="ko" scripts="Kore" territories="KP KR"/>
		<language type="ko" territories="CN" alt="secondary"/>
		<language type="koi" scripts="Cyrl"/>
		<language type="koi" territories="RU" alt="secondary"/>
		<language type="kok" scripts="Deva"/>
		<language type="kok" territories="IN" alt="secondary"/>
		<language type="kos" scripts="Latn"/>
		<language type="kpe" scripts="Latn"/>
		<language type="kpy" scripts="Cyrl"/>
		<language type="kr" scripts="Latn"/>
		<language type="krc" scripts="Cyrl"/>
		<language type="krc" territories="RU" alt="secondary"/>
		<language type="kri" scripts="Latn"/>
		<language type="kri" territories="SL" alt="secondary"/>
		<language type="krj" scripts="Latn"/>
		<language type="krl" scripts="Latn"/>
		<language type="kru" scripts="Deva"/>
		<language type="kru" territories="IN" alt="secondary"/>
		<language type="ks" scripts="Arab Deva"/>
		<language type="ks" territories="IN" alt="secondary"/>
		<language type="ksb" scripts="Latn"/>
		<language type="ksf" scripts="Latn"/>
		<language type="ksh" scripts="Latn"/>
		<language type="ku" scripts="Arab Cyrl Latn"/>
		<language type="ku" territories="SY TR" alt="secondary"/>
		<language type="kum" scripts="Cyrl"/>
		<language type="kum" territories="RU" alt="secondary"/>
		<language type="kut" scripts="Latn"/>
		<language type="kv" scripts="Cyrl"/>
		<language type="kv" scripts="Perm" territories="RU" alt="secondary"/>
		<language type="kvr" scripts="Latn"/>
		<language type="kvx" scripts="Arab"/>
		<language type="kw" scripts="Latn"/>
		<language type="kxm" scripts="Thai"/>
		<language type="kxm" territories="TH" alt="secondary"/>
		<language type="kxp" scripts="Arab"/>
		<language type="ky" scripts="Arab Cyrl Latn" territories="KG"/>
		<language type="kyu" scripts="Kali"/>
		<language type="la" scripts="Latn" territories="VA" alt="secondary"/>
		<language type="lab" scripts="Lina" alt="secondary"/>
		<language type="lad" scripts="Hebr"/>
		<language type="lag" scripts="Latn"/>
		<language type="lah" scripts="Arab"/>
		<language type="lah" territories="PK" alt="secondary"/>
		<language type="laj" scripts="Latn"/>
		<language type="laj" territories="UG" alt="secondary"/>
		<language type="lam" scripts="Latn"/>
		<language type="lb" scripts="Latn" territories="LU"/>
		<language type="lbe" scripts="Cyrl"/>
		<language type="lbe" territories="RU" alt="secondary"/>
		<language type="lbw" scripts="Latn"/>
		<language type="lcp" scripts="Thai"/>
		<language type="lep" scripts="Lepc"/>
		<language type="lez" scripts="Cyrl"/>
		<language type="lez" scripts="Aghb" territories="RU" alt="secondary"/>
		<language type="lfn" scripts="Cyrl Latn" alt="secondary"/>
		<language type="lg" scripts="Latn"/>
		<language type="lg" territories="UG" alt="secondary"/>
		<language type="li" scripts="Latn"/>
		<language type="lif" scripts="Deva Limb"/>
		<language type="lij" scripts="Latn"/>
		<language type="lis" scripts="Lisu"/>
		<language type="liv" scripts="Latn" alt="secondary"/>
		<language type="ljp" scripts="Latn"/>
		<language type="ljp" territories="ID" alt="secondary"/>
		<language type="lki" scripts="Arab"/>
		<language type="lkt" scripts="Latn"/>
		<language type="lmn" scripts="Telu"/>
		<language type="lmn" territories="IN" alt="secondary"/>
		<language type="lmo" scripts="Latn"/>
		<language type="ln" scripts="Latn"/>
		<language type="ln" territories="CD" alt="secondary"/>
		<language type="lo" scripts="Laoo" territories="LA"/>
		<language type="lol" scripts="Latn"/>
		<language type="loz" scripts="Latn"/>
		<language type="lrc" scripts="Arab"/>
		<language type="lrc" territories="IR" alt="secondary"/>
		<language type="lt" scripts="Latn" territories="LT"/>
		<language type="lt" territories="PL" alt="secondary"/>
		<language type="ltg" scripts="Latn"/>
		<language type="lu" scripts="Latn"/>
		<language type="lu" territories="CD" alt="secondary"/>
		<language type="lua" scripts="Latn"/>
		<language type="lua" territories="CD" alt="secondary"/>
		<language type="lui" scripts="Latn"/>
		<language type="lun" scripts="Latn"/>
		<language type="luo" scripts="Latn"/>
		<language type="luo" territories="KE" alt="secondary"/>
		<language type="lus" scripts="Beng"/>
		<language type="lut" scripts="Latn" alt="secondary"/>
		<language type="luy" scripts="Latn"/>
		<language type="luy" territories="KE" alt="secondary"/>
		<language type="luz" scripts="Arab"/>
		<language type="luz" territories="IR" alt="secondary"/>
		<language type="lv" scripts="Latn" territories="LV"/>
		<language type="lwl" scripts="Thai"/>
		<language type="lzh" scripts="Hans" alt="secondary"/>
		<language type="lzz" scripts="Geor Latn"/>
		<language type="mad" scripts="Latn"/>
		<language type="mad" territories="ID" alt="secondary"/>
		<language type="maf" scripts="Latn"/>
		<language type="mag" scripts="Deva"/>
		<language type="mag" territories="IN" alt="secondary"/>
		<language type="mai" scripts="Deva"/>
		<language type="mai" scripts="Tirh" territories="IN NP" alt="secondary"/>
		<language type="mak" scripts="Latn"/>
		<language type="mak" scripts="Bugi" territories="ID" alt="secondary"/>
		<language type="man" scripts="Latn Nkoo"/>
		<language type="man" territories="GM GN" alt="secondary"/>
		<language type="mas" scripts="Latn"/>
		<language type="maz" scripts="Latn"/>
		<language type="mdf" scripts="Cyrl"/>
		<language type="mdf" territories="RU" alt="secondary"/>
		<language type="mdh" scripts="Latn"/>
		<language type="mdh" territories="PH" alt="secondary"/>
		<language type="mdr" scripts="Latn"/>
		<language type="mdr" scripts="Bugi" alt="secondary"/>
		<language type="mdt" scripts="Latn"/>
		<language type="men" scripts="Latn"/>
		<language type="men" scripts="Mend" territories="SL" alt="secondary"/>
		<language type="mer" scripts="Latn"/>
		<language type="mer" territories="KE" alt="secondary"/>
		<language type="mey" territories="SN" alt="secondary"/>
		<language type="mfa" scripts="Arab"/>
		<language type="mfa" territories="TH" alt="secondary"/>
		<language type="mfe" scripts="Latn"/>
		<language type="mfe" territories="MU" alt="secondary"/>
		<language type="mfv" territories="SN" alt="secondary"/>
		<language type="mg" scripts="Latn" territories="MG"/>
		<language type="mgh" scripts="Latn"/>
		<language type="mgh" territories="MZ" alt="secondary"/>
		<language type="mgo" scripts="Latn"/>
		<language type="mgp" scripts="Deva"/>
		<language type="mgy" scripts="Latn"/>
		<language type="mh" scripts="Latn" territories="MH"/>
		<language type="mi" scripts="Latn" territories="NZ"/>
		<language type="mic" scripts="Latn"/>
		<language type="min" scripts="Latn"/>
		<language type="min" territories="ID" alt="secondary"/>
		<language type="mk" scripts="Cyrl" territories="MK"/>
		<language type="ml" scripts="Mlym"/>
		<language type="ml" territories="IN" alt="secondary"/>
		<language type="mls" scripts="Latn"/>
		<language type="mn" scripts="Cyrl Mong" territories="MN"/>
		<language type="mn" scripts="Phag" territories="CN" alt="secondary"/>
		<language type="mnc" scripts="Mong" alt="secondary"/>
		<language type="mni" scripts="Beng"/>
		<language type="mni" scripts="Mtei" territories="IN" alt="secondary"/>
		<language type="mns" scripts="Cyrl"/>
		<language type="mnw" scripts="Mymr"/>
		<language type="moe" scripts="Latn"/>
		<language type="moh" scripts="Latn"/>
		<language type="mos" scripts="Latn"/>
		<language type="mos" territories="BF" alt="secondary"/>
		<language type="mr" scripts="Deva"/>
		<language type="mr" scripts="Modi" territories="IN" alt="secondary"/>
		<language type="mrd" scripts="Deva"/>
		<language type="mrj" scripts="Cyrl"/>
		<language type="mro" scripts="Latn"/>
		<language type="mro" scripts="Mroo" alt="secondary"/>
		<language type="ms" scripts="Arab Latn" territories="BN MY SG"/>
		<language type="ms" territories="CC ID" alt="secondary"/>
		<language type="mt" scripts="Latn" territories="MT"/>
		<language type="mtr" scripts="Deva"/>
		<language type="mtr" territories="IN" alt="secondary"/>
		<language type="mua" scripts="Latn"/>
		<language type="mus" scripts="Latn"/>
		<language type="mvy" scripts="Arab"/>
		<language type="mwk" scripts="Latn"/>
		<language type="mwl" scripts="Latn"/>
		<language type="mwr" scripts="Deva"/>
		<language type="mwr" territories="IN" alt="secondary"/>
		<language type="mwv" scripts="Latn"/>
		<language type="mxc" scripts="Latn"/>
		<language type="my" scripts="Mymr" territories="MM"/>
		<language type="myv" scripts="Cyrl"/>
		<language type="myv" territories="RU" alt="secondary"/>
		<language type="myx" scripts="Latn"/>
		<language type="myx" territories="UG" alt="secondary"/>
		<language type="myz" scripts="Mand" alt="secondary"/>
		<language type="mzn" scripts="Arab"/>
		<language type="mzn" territories="IR" alt="secondary"/>
		<language type="na" scripts="Latn" territories="NR"/>
		<language type="nan" scripts="Hans"/>
		<language type="nan" territories="CN" alt="secondary"/>
		<language type="nap" scripts="Latn"/>
		<language type="naq" scripts="Latn"/>
		<language type="nb" scripts="Latn" territories="NO SJ"/>
		<language type="nch" scripts="Latn"/>
		<language type="nd" scripts="Latn" territories="ZW"/>
		<language type="ndc" scripts="Latn"/>
		<language type="ndc" territories="MZ" alt="secondary"/>
		<language type="nds" scripts="Latn"/>
		<language type="nds" territories="DE NL" alt="secondary"/>
		<language type="ne" scripts="Deva" territories="NP"/>
		<language type="ne" territories="IN" alt="secondary"/>
		<language type="new" scripts="Deva"/>
		<language type="new" territories="NP" alt="secondary"/>
		<language type="ng" scripts="Latn"/>
		<language type="ng" territories="NA" alt="secondary"/>
		<language type="ngl" scripts="Latn"/>
		<language type="ngl" territories="MZ" alt="secondary"/>
		<language type="nhe" scripts="Latn"/>
		<language type="nhw" scripts="Latn"/>
		<language type="nia" scripts="Latn"/>
		<language type="nij" scripts="Latn"/>
		<language type="niu" scripts="Latn" territories="NU"/>
		<language type="njo" scripts="Latn"/>
		<language type="nl" scripts="Latn" territories="AW BE BQ CW NL SR SX"/>
		<language type="nl" territories="DE" alt="secondary"/>
		<language type="nmg" scripts="Latn"/>
		<language type="nn" scripts="Latn" territories="NO"/>
		<language type="nnh" scripts="Latn"/>
		<language type="nod" scripts="Lana"/>
		<language type="nod" territories="TH" alt="secondary"/>
		<language type="noe" scripts="Deva"/>
		<language type="noe" territories="IN" alt="secondary"/>
		<language type="nog" scripts="Cyrl"/>
		<language type="non" scripts="Runr" alt="secondary"/>
		<language type="nov" scripts="Latn" alt="secondary"/>
		<language type="nqo" scripts="Nkoo"/>
		<language type="nr" scripts="Latn"/>
		<language type="nr" territories="ZA" alt="secondary"/>
		<language type="nsk" scripts="Cans"/>
		<language type="nsk" scripts="Latn" alt="secondary"/>
		<language type="nso" scripts="Latn"/>
		<language type="nso" territories="ZA" alt="secondary"/>
		<language type="nus" scripts="Latn"/>
		<language type="nv" scripts="Latn"/>
		<language type="nxq" scripts="Latn"/>
		<language type="ny" scripts="Latn" territories="MW"/>
		<language type="ny" territories="ZM" alt="secondary"/>
		<language type="nym" scripts="Latn"/>
		<language type="nym" territories="TZ" alt="secondary"/>
		<language type="nyn" scripts="Latn"/>
		<language type="nyn" territories="UG" alt="secondary"/>
		<language type="nyo" scripts="Latn"/>
		<language type="nzi" scripts="Latn"/>
		<language type="oc" scripts="Latn"/>
		<language type="oc" territories="FR" alt="secondary"/>
		<language type="oj" scripts="Cans"/>
		<language type="oj" scripts="Latn" alt="secondary"/>
		<language type="om" scripts="Latn"/>
		<language type="om" scripts="Ethi" territories="ET" alt="secondary"/>
		<language type="or" scripts="Orya"/>
		<language type="or" territories="IN" alt="secondary"/>
		<language type="os" scripts="Cyrl"/>
		<language type="os" territories="GE" alt="secondary"/>
		<language type="osa" scripts="Latn"/>
		<language type="osc" scripts="Ital Latn" alt="secondary"/>
		<language type="otk" scripts="Orkh" alt="secondary"/>
		<language type="pa" scripts="Arab Guru"/>
		<language type="pa" territories="IN PK" alt="secondary"/>
		<language type="pag" scripts="Latn"/>
		<language type="pag" territories="PH" alt="secondary"/>
		<language type="pal" scripts="Phli Phlp" alt="secondary"/>
		<language type="pam" scripts="Latn"/>
		<language type="pam" territories="PH" alt="secondary"/>
		<language type="pap" scripts="Latn" territories="AW CW"/>
		<language type="pap" territories="BQ" alt="secondary"/>
		<language type="pau" scripts="Latn" territories="PW"/>
		<language type="pcd" scripts="Latn"/>
		<language type="pcm" scripts="Latn"/>
		<language type="pcm" territories="NG" alt="secondary"/>
		<language type="pdc" scripts="Latn"/>
		<language type="pdt" scripts="Latn"/>
		<language type="peo" scripts="Xpeo" alt="secondary"/>
		<language type="pfl" scripts="Latn"/>
		<language type="phn" scripts="Phnx" alt="secondary"/>
		<language type="pi" scripts="Deva Sinh Thai" alt="secondary"/>
		<language type="pko" scripts="Latn"/>
		<language type="pl" scripts="Latn" territories="PL"/>
		<language type="pl" territories="UA" alt="secondary"/>
		<language type="pms" scripts="Latn"/>
		<language type="pnt" scripts="Cyrl Grek Latn"/>
		<language type="pon" scripts="Latn"/>
		<language type="pon" territories="FM" alt="secondary"/>
		<language type="prd" scripts="Arab"/>
		<language type="prg" scripts="Latn" alt="secondary"/>
		<language type="pro" scripts="Latn" alt="secondary"/>
		<language type="ps" scripts="Arab" territories="AF"/>
		<language type="ps" territories="PK" alt="secondary"/>
		<language type="pt" scripts="Latn" territories="AO BR CV GQ GW MO MZ PT ST TL"/>
		<language type="puu" scripts="Latn"/>
		<language type="qu" scripts="Latn" territories="BO EC PE"/>
		<language type="quc" scripts="Latn"/>
		<language type="quc" territories="GT" alt="secondary"/>
		<language type="qug" scripts="Latn"/>
		<language type="raj" scripts="Deva"/>
		<language type="raj" territories="IN" alt="secondary"/>
		<language type="rap" scripts="Latn"/>
		<language type="rar" scripts="Latn"/>
		<language type="rcf" scripts="Latn"/>
		<language type="rcf" territories="RE" alt="secondary"/>
		<language type="rej" scripts="Latn"/>
		<language type="rej" scripts="Rjng" territories="ID" alt="secondary"/>
		<language type="rgn" scripts="Latn"/>
		<language type="ria" scripts="Latn"/>
		<language type="rif" scripts="Latn Tfng"/>
		<language type="rif" territories="MA" alt="secondary"/>
		<language type="rjs" scripts="Deva"/>
		<language type="rkt" scripts="Beng"/>
		<language type="rkt" territories="BD IN" alt="secondary"/>
		<language type="rm" scripts="Latn"/>
		<language type="rm" territories="CH" alt="secondary"/>
		<language type="rmf" scripts="Latn"/>
		<language type="rmo" scripts="Latn"/>
		<language type="rmt" scripts="Arab"/>
		<language type="rmt" territories="IR" alt="secondary"/>
		<language type="rmu" scripts="Latn"/>
		<language type="rn" scripts="Latn" territories="BI"/>
		<language type="rng" scripts="Latn"/>
		<language type="ro" scripts="Latn" territories="MD RO"/>
		<language type="ro" scripts="Cyrl" territories="RS" alt="secondary"/>
		<language type="rob" scripts="Latn"/>
		<language type="rof" scripts="Latn"/>
		<language type="rom" scripts="Latn"/>
		<language type="rom" scripts="Cyrl" alt="secondary"/>
		<language type="rtm" scripts="Latn"/>
		<language type="ru" scripts="Cyrl" territories="BY KG KZ RU UA"/>
		<language type="ru" territories="BG DE EE LT LV PL SJ UZ" alt="secondary"/>
		<language type="rue" scripts="Cyrl"/>
		<language type="rug" scripts="Latn"/>
		<language type="rup" scripts="Latn"/>
		<language type="rw" scripts="Latn" territories="RW"/>
		<language type="rwk" scripts="Latn"/>
		<language type="ryu" scripts="Kana"/>
		<language type="sa" scripts="Deva Gran Shrd Sidd Sinh" territories="IN" alt="secondary"/>
		<language type="sad" scripts="Latn"/>
		<language type="saf" scripts="Latn"/>
		<language type="sah" scripts="Cyrl"/>
		<language type="sah" territories="RU" alt="secondary"/>
		<language type="sam" scripts="Hebr Samr" alt="secondary"/>
		<language type="saq" scripts="Latn"/>
		<language type="sas" scripts="Latn"/>
		<language type="sas" territories="ID" alt="secondary"/>
		<language type="sat" scripts="Latn"/>
		<language type="sat" scripts="Beng Deva Olck Orya" territories="IN" alt="secondary"/>
		<language type="sav" territories="SN" alt="secondary"/>
		<language type="saz" scripts="Saur"/>
		<language type="sbp" scripts="Latn"/>
		<language type="sc" scripts="Latn"/>
		<language type="sc" territories="IT" alt="secondary"/>
		<language type="sck" scripts="Deva"/>
		<language type="sck" territories="IN" alt="secondary"/>
		<language type="scn" scripts="Latn"/>
		<language type="sco" scripts="Latn"/>
		<language type="sco" territories="GB" alt="secondary"/>
		<language type="scs" scripts="Latn"/>
		<language type="sd" scripts="Arab Deva"/>
		<language type="sd" scripts="Khoj Sind" territories="IN PK" alt="secondary"/>
		<language type="sdc" scripts="Latn"/>
		<language type="sdh" scripts="Arab"/>
		<language type="sdh" territories="IR" alt="secondary"/>
		<language type="se" scripts="Latn"/>
		<language type="se" scripts="Cyrl" territories="NO" alt="secondary"/>
		<language type="see" scripts="Latn"/>
		<language type="sef" scripts="Latn"/>
		<language type="sef" territories="CI" alt="secondary"/>
		<language type="seh" scripts="Latn"/>
		<language type="seh" territories="MZ" alt="secondary"/>
		<language type="sei" scripts="Latn"/>
		<language type="sel" scripts="Cyrl" alt="secondary"/>
		<language type="ses" scripts="Latn"/>
		<language type="sg" scripts="Latn" territories="CF"/>
		<language type="sga" scripts="Latn Ogam" alt="secondary"/>
		<language type="sgs" scripts="Latn"/>
		<language type="shi" scripts="Arab Latn Tfng"/>
		<language type="shi" territories="MA" alt="secondary"/>
		<language type="shn" scripts="Mymr"/>
		<language type="shn" territories="MM" alt="secondary"/>
		<language type="si" scripts="Sinh" territories="LK"/>
		<language type="sid" scripts="Latn"/>
		<language type="sid" territories="ET" alt="secondary"/>
		<language type="sk" scripts="Latn" territories="SK"/>
		<language type="sk" territories="CZ RS" alt="secondary"/>
		<language type="skr" scripts="Arab"/>
		<language type="skr" territories="PK" alt="secondary"/>
		<language type="sl" scripts="Latn" territories="SI"/>
		<language type="sl" territories="AT" alt="secondary"/>
		<language type="sli" scripts="Latn"/>
		<language type="sly" scripts="Latn"/>
		<language type="sm" scripts="Latn" territories="AS WS"/>
		<language type="sma" scripts="Latn"/>
		<language type="smj" scripts="Latn"/>
		<language type="smn" scripts="Latn"/>
		<language type="smp" scripts="Samr" alt="secondary"/>
		<language type="sms" scripts="Latn"/>
		<language type="sn" scripts="Latn" territories="ZW"/>
		<language type="snf" territories="SN" alt="secondary"/>
		<language type="snk" scripts="Latn"/>
		<language type="snk" territories="ML" alt="secondary"/>
		<language type="so" scripts="Latn" territories="SO"/>
		<language type="so" scripts="Arab Osma" territories="DJ ET" alt="secondary"/>
		<language type="sou" scripts="Thai"/>
		<language type="sou" territories="TH" alt="secondary"/>
		<language type="sq" scripts="Latn" territories="AL XK"/>
		<language type="sq" scripts="Elba" territories="MK RS" alt="secondary"/>
		<language type="sr" scripts="Cyrl Latn" territories="BA ME RS XK"/>
		<language type="srb" scripts="Latn"/>
		<language type="srb" scripts="Sora" alt="secondary"/>
		<language type="srn" scripts="Latn"/>
		<language type="srn" territories="SR" alt="secondary"/>
		<language type="srr" scripts="Latn"/>
		<language type="srr" territories="SN" alt="secondary"/>
		<language type="srx" scripts="Deva"/>
		<language type="ss" scripts="Latn" territories="SZ"/>
		<language type="ss" territories="ZA" alt="secondary"/>
		<language type="ssy" scripts="Latn"/>
		<language type="st" scripts="Latn" territories="LS"/>
		<language type="st" territories="ZA" alt="secondary"/>
		<language type="stq" scripts="Latn"/>
		<language type="su" scripts="Latn"/>
		<language type="su" scripts="Sund" territories="ID" alt="secondary"/>
		<language type="suk" scripts="Latn"/>
		<language type="suk" territories="TZ" alt="secondary"/>
		<language type="sus" scripts="Latn"/>
		<language type="sus" scripts="Arab" territories="GN" alt="secondary"/>
		<language type="sv" scripts="Latn" territories="AX FI SE"/>
		<language type="sw" scripts="Latn" territories="KE TZ UG"/>
		<language type="sw" territories="CD" alt="secondary"/>
		<language type="swb" scripts="Arab"/>
		<language type="swb" scripts="Latn" territories="YT" alt="secondary"/>
		<language type="swg" scripts="Latn"/>
		<language type="swv" scripts="Deva"/>
		<language type="swv" territories="IN" alt="secondary"/>
		<language type="sxn" scripts="Latn"/>
		<language type="syi" scripts="Latn"/>
		<language type="syl" scripts="Beng"/>
		<language type="syl" scripts="Sylo" territories="BD" alt="secondary"/>
		<language type="syr" scripts="Syrc" alt="secondary"/>
		<language type="szl" scripts="Latn"/>
		<language type="ta" scripts="Taml" territories="LK SG"/>
		<language type="ta" territories="IN MY" alt="secondary"/>
		<language type="tab" scripts="Cyrl"/>
		<language type="taj" scripts="Deva"/>
		<language type="taj" scripts="Tibt" alt="secondary"/>
		<language type="tbw" scripts="Latn"/>
		<language type="tbw" scripts="Tagb" alt="secondary"/>
		<language type="tcy" scripts="Knda"/>
		<language type="tcy" territories="IN" alt="secondary"/>
		<language type="tdd" scripts="Tale"/>
		<language type="tdg" scripts="Deva"/>
		<language type="tdg" scripts="Tibt" alt="secondary"/>
		<language type="tdh" scripts="Deva"/>
		<language type="te" scripts="Telu"/>
		<language type="te" territories="IN" alt="secondary"/>
		<language type="tem" scripts="Latn"/>
		<language type="tem" territories="SL" alt="secondary"/>
		<language type="teo" scripts="Latn"/>
		<language type="teo" territories="UG" alt="secondary"/>
		<language type="ter" scripts="Latn"/>
		<language type="tet" scripts="Latn" territories="TL"/>
		<language type="tg" scripts="Arab Cyrl Latn" territories="TJ"/>
		<language type="th" scripts="Thai" territories="TH"/>
		<language type="thl" scripts="Deva"/>
		<language type="thq" scripts="Deva"/>
		<language type="thr" scripts="Deva"/>
		<language type="ti" scripts="Ethi" territories="ER"/>
		<language type="ti" territories="ET" alt="secondary"/>
		<language type="tig" scripts="Ethi"/>
		<language type="tig" territories="ER" alt="secondary"/>
		<language type="tiv" scripts="Latn"/>
		<language type="tiv" territories="NG" alt="secondary"/>
		<language type="tk" scripts="Arab Cyrl Latn" territories="TM"/>
		<language type="tk" territories="AF IR" alt="secondary"/>
		<language type="tkl" scripts="Latn" territories="TK"/>
		<language type="tkr" scripts="Cyrl Latn"/>
		<language type="tkt" scripts="Deva"/>
		<language type="tli" scripts="Latn"/>
		<language type="tly" scripts="Arab Cyrl Latn"/>
		<language type="tmh" scripts="Latn"/>
		<language type="tmh" territories="NE" alt="secondary"/>
		<language type="tn" scripts="Latn" territories="BW"/>
		<language type="tn" territories="ZA" alt="secondary"/>
		<language type="tnr" territories="SN" alt="secondary"/>
		<language type="to" scripts="Latn" territories="TO"/>
		<language type="tog" scripts="Latn"/>
		<language type="tpi" scripts="Latn" territories="PG"/>
		<language type="tr" scripts="Latn" territories="CY TR"/>
		<language type="tr" scripts="Arab" territories="DE" alt="secondary"/>
		<language type="tru" scripts="Latn"/>
		<language type="tru" scripts="Syrc" alt="secondary"/>
		<language type="trv" scripts="Latn"/>
		<language type="ts" scripts="Latn"/>
		<language type="ts" territories="MZ ZA" alt="secondary"/>
		<language type="tsd" scripts="Grek"/>
		<language type="tsf" scripts="Deva"/>
		<language type="tsg" scripts="Latn"/>
		<language type="tsg" territories="PH" alt="secondary"/>
		<language type="tsi" scripts="Latn"/>
		<language type="tsj" scripts="Tibt"/>
		<language type="tt" scripts="Cyrl"/>
		<language type="tt" territories="RU" alt="secondary"/>
		<language type="ttj" scripts="Latn"/>
		<language type="tts" scripts="Thai"/>
		<language type="tts" territories="TH" alt="secondary"/>
		<language type="ttt" scripts="Cyrl Latn"/>
		<language type="ttt" scripts="Arab" alt="secondary"/>
		<language type="tum" scripts="Latn"/>
		<language type="tum" territories="MW" alt="secondary"/>
		<language type="tvl" scripts="Latn" territories="TV"/>
		<language type="twq" scripts="Latn"/>
		<language type="ty" scripts="Latn" territories="PF"/>
		<language type="tyv" scripts="Cyrl"/>
		<language type="tyv" territories="RU" alt="secondary"/>
		<language type="tzm" scripts="Latn Tfng" territories="MA"/>
		<language type="ude" scripts="Cyrl"/>
		<language type="udm" scripts="Cyrl"/>
		<language type="udm" scripts="Latn" territories="RU" alt="secondary"/>
		<language type="ug" scripts="Arab Cyrl"/>
		<language type="ug" scripts="Latn" territories="CN" alt="secondary"/>
		<language type="uga" scripts="Ugar" alt="secondary"/>
		<language type="uk" scripts="Cyrl" territories="UA"/>
		<language type="uk" territories="RS" alt="secondary"/>
		<language type="uli" scripts="Latn"/>
		<language type="umb" scripts="Latn"/>
		<language type="umb" territories="AO" alt="secondary"/>
		<language type="und" territories="AQ BV CP GS HM" alt="secondary"/>
		<language type="unr" scripts="Beng Deva"/>
		<language type="unr" territories="IN" alt="secondary"/>
		<language type="unx" scripts="Beng Deva"/>
		<language type="ur" scripts="Arab" territories="PK"/>
		<language type="ur" territories="IN" alt="secondary"/>
		<language type="uz" scripts="Arab Cyrl Latn" territories="UZ"/>
		<language type="uz" territories="AF" alt="secondary"/>
		<language type="vai" scripts="Latn Vaii"/>
		<language type="ve" scripts="Latn"/>
		<language type="ve" territories="ZA" alt="secondary"/>
		<language type="vec" scripts="Latn"/>
		<language type="vep" scripts="Latn"/>
		<language type="vi" scripts="Latn" territories="VN"/>
		<language type="vi" scripts="Hani" territories="US" alt="secondary"/>
		<language type="vic" scripts="Latn"/>
		<language type="vls" scripts="Latn"/>
		<language type="vls" territories="BE" alt="secondary"/>
		<language type="vmf" scripts="Latn"/>
		<language type="vmf" territories="DE" alt="secondary"/>
		<language type="vmw" scripts="Latn"/>
		<language type="vmw" territories="MZ" alt="secondary"/>
		<language type="vo" scripts="Latn" alt="secondary"/>
		<language type="vot" scripts="Latn" alt="secondary"/>
		<language type="vro" scripts="Latn"/>
		<language type="vun" scripts="Latn"/>
		<language type="wa" scripts="Latn"/>
		<language type="wae" scripts="Latn"/>
		<language type="wal" scripts="Ethi"/>
		<language type="wal" territories="ET" alt="secondary"/>
		<language type="war" scripts="Latn"/>
		<language type="war" territories="PH" alt="secondary"/>
		<language type="was" scripts="Latn"/>
		<language type="wbp" scripts="Latn"/>
		<language type="wbq" scripts="Telu"/>
		<language type="wbq" territories="IN" alt="secondary"/>
		<language type="wbr" scripts="Deva"/>
		<language type="wbr" territories="IN" alt="secondary"/>
		<language type="wls" scripts="Latn"/>
		<language type="wls" territories="WF" alt="secondary"/>
		<language type="wni" scripts="Arab" territories="KM"/>
		<language type="wo" scripts="Latn" territories="SN"/>
		<language type="wo" scripts="Arab" alt="secondary"/>
		<language type="wtm" scripts="Deva"/>
		<language type="wtm" territories="IN" alt="secondary"/>
		<language type="wuu" scripts="Hans"/>
		<language type="wuu" territories="CN" alt="secondary"/>
		<language type="xal" scripts="Cyrl"/>
		<language type="xav" scripts="Latn"/>
		<language type="xcr" scripts="Cari" alt="secondary"/>
		<language type="xh" scripts="Latn"/>
		<language type="xh" territories="ZA" alt="secondary"/>
		<language type="xlc" scripts="Lyci" alt="secondary"/>
		<language type="xld" scripts="Lydi" alt="secondary"/>
		<language type="xmf" scripts="Geor"/>
		<language type="xmn" scripts="Mani" alt="secondary"/>
		<language type="xmr" scripts="Merc" alt="secondary"/>
		<language type="xna" scripts="Narb" alt="secondary"/>
		<language type="xnr" scripts="Deva"/>
		<language type="xnr" territories="IN" alt="secondary"/>
		<language type="xog" scripts="Latn"/>
		<language type="xog" territories="UG" alt="secondary"/>
		<language type="xpr" scripts="Prti" alt="secondary"/>
		<language type="xsa" scripts="Sarb" alt="secondary"/>
		<language type="xsr" scripts="Deva"/>
		<language type="xum" scripts="Ital Latn" alt="secondary"/>
		<language type="yao" scripts="Latn"/>
		<language type="yap" scripts="Latn"/>
		<language type="yav" scripts="Latn"/>
		<language type="ybb" scripts="Latn"/>
		<language type="yi" scripts="Hebr"/>
		<language type="yo" scripts="Latn" territories="NG"/>
		<language type="yrk" scripts="Cyrl"/>
		<language type="yrl" scripts="Latn"/>
		<language type="yua" scripts="Latn"/>
		<language type="yue" scripts="Hant"/>
		<language type="yue" scripts="Hans" territories="CN HK" alt="secondary"/>
		<language type="za" scripts="Latn"/>
		<language type="za" scripts="Hans" territories="CN" alt="secondary"/>
		<language type="zag" scripts="Latn"/>
		<language type="zap" scripts="Latn"/>
		<language type="zdj" scripts="Arab" territories="KM"/>
		<language type="zea" scripts="Latn"/>
		<language type="zen" scripts="Tfng" alt="secondary"/>
		<language type="zgh" scripts="Tfng"/>
		<language type="zgh" territories="MA" alt="secondary"/>
		<language type="zh" scripts="Hans Hant" territories="CN HK MO SG TW"/>
		<language type="zh" scripts="Bopo Phag" territories="ID MY TH US" alt="secondary"/>
		<language type="zmi" scripts="Latn"/>
		<language type="zu" scripts="Latn"/>
		<language type="zu" territories="ZA" alt="secondary"/>
		<language type="zun" scripts="Latn"/>
		<language type="zza" scripts="Latn"/>
		<language type="zza" territories="TR" alt="secondary"/>
	</languageData>
 <!-- See http://unicode.org/cldr/data/diff/supplemental/territory_language_information.html for more information on territoryInfo. -->
	<territoryInfo>
		<territory type="AC" gdp="37680000" literacyPercent="99" population="940">	<!--Ascension Island-->
			<languagePopulation type="en" populationPercent="99" references="R1020"/>	<!--English-->
		</territory>
		<territory type="AD" gdp="3163000000" literacyPercent="100" population="85580">	<!--Andorra-->
			<languagePopulation type="ca" populationPercent="51" officialStatus="official"/>	<!--Catalan-->
			<languagePopulation type="es" populationPercent="43"/>	<!--Spanish-->
			<languagePopulation type="fr" populationPercent="6.8"/>	<!--French-->
		</territory>
		<territory type="AE" gdp="617100000000" literacyPercent="90" population="5779760">	<!--United Arab Emirates-->
			<languagePopulation type="ar" populationPercent="78" officialStatus="official"/>	<!--Arabic-->
			<languagePopulation type="ml" populationPercent="7"/>	<!--Malayalam-->
			<languagePopulation type="ps" populationPercent="2.9"/>	<!--Pashto-->
			<languagePopulation type="bal" populationPercent="2.3"/>	<!--Baluchi-->
			<languagePopulation type="fa" populationPercent="1.9"/>	<!--Persian-->
		</territory>
		<territory type="AF" gdp="60810000000" literacyPercent="28.1" population="32564300">	<!--Afghanistan-->
			<languagePopulation type="fa" populationPercent="50" officialStatus="official"/>	<!--Persian-->
			<languagePopulation type="ps" populationPercent="43" officialStatus="official" references="R1055"/>	<!--Pashto-->
			<languagePopulation type="haz" populationPercent="5.9"/>	<!--Hazaragi-->
			<languagePopulation type="uz_Arab" populationPercent="4.7" officialStatus="official_regional"/>	<!--Uzbek (Arabic)-->
			<languagePopulation type="tk_Latn" populationPercent="1.7" officialStatus="official_regional"/>	<!--Turkmen (Latin)-->
			<languagePopulation type="prd" populationPercent="1.2"/>	<!--Parsi-Dari-->
			<languagePopulation type="bal" populationPercent="0.67" officialStatus="official_regional"/>	<!--Baluchi-->
			<languagePopulation type="bgn" writingPercent="5" populationPercent="0.63" references="R1209"/>	<!--Western Balochi-->
			<languagePopulation type="ug_Arab" populationPercent="0.0092" references="R1165"/>	<!--Uyghur (Arabic)-->
			<languagePopulation type="kk_Arab" populationPercent="0.0061" references="R1119"/>	<!--Kazakh (Arabic)-->
		</territory>
		<territory type="AG" gdp="2032000000" literacyPercent="99" population="92436">	<!--Antigua & Barbuda-->
			<languagePopulation type="en" populationPercent="86" officialStatus="official"/>	<!--English-->
			<languagePopulation type="pt" populationPercent="1.7"/>	<!--Portuguese-->
		</territory>
		<territory type="AI" gdp="175400000" literacyPercent="95" population="16418">	<!--Anguilla-->
			<languagePopulation type="en" populationPercent="95" officialStatus="official"/>	<!--English-->
		</territory>
		<territory type="AL" gdp="31590000000" literacyPercent="96.8" population="3029280">	<!--Albania-->
			<languagePopulation type="sq" populationPercent="100" officialStatus="official"/>	<!--Albanian-->
			<languagePopulation type="el" populationPercent="1.9"/>	<!--Greek-->
			<languagePopulation type="mk" populationPercent="0.47"/>	<!--Macedonian-->
		</territory>
		<territory type="AM" gdp="24370000000" literacyPercent="99.6" population="3056380">	<!--Armenia-->
			<languagePopulation type="hy" populationPercent="98" officialStatus="official"/>	<!--Armenian-->
			<languagePopulation type="ku_Latn" populationPercent="3.3"/>	<!--Kurdish (Latin)-->
			<languagePopulation type="az_Latn" populationPercent="0" references="R1290"/>	<!--Azerbaijani (Latin)-->
		</territory>
		<territory type="AO" gdp="177300000000" literacyPercent="70.4" population="19625400">	<!--Angola-->
			<languagePopulation type="pt" populationPercent="67" officialStatus="official"/>	<!--Portuguese-->
			<languagePopulation type="umb" populationPercent="29"/>	<!--Umbundu-->
			<languagePopulation type="kmb" writingPercent="10" populationPercent="25" references="R1034"/>	<!--Kimbundu-->
			<languagePopulation type="ln" populationPercent="0.67" references="R1010"/>	<!--Lingala-->
		</territory>
		<territory type="AQ" gdp="16200000" literacyPercent="99" population="300">	<!--Antarctica-->
			<languagePopulation type="und" populationPercent="100" references="R1060"/>	<!--Unknown Language-->
		</territory>
		<territory type="AR" gdp="951000000000" literacyPercent="97.9" population="43431900">	<!--Argentina-->
			<languagePopulation type="es" populationPercent="100" officialStatus="official"/>	<!--Spanish-->
			<languagePopulation type="en" populationPercent="7"/>	<!--English-->
			<languagePopulation type="cy" populationPercent="0.066"/>	<!--Welsh-->
			<languagePopulation type="gn" populationPercent="0.047"/>	<!--Guarani-->
		</territory>
		<territory type="AS" gdp="711000000" literacyPercent="97" population="54343">	<!--American Samoa-->
			<languagePopulation type="sm" populationPercent="99" officialStatus="official"/>	<!--Samoan-->
			<languagePopulation type="en" populationPercent="97" officialStatus="de_facto_official"/>	<!--English-->
		</territory>
		<territory type="AT" gdp="396800000000" literacyPercent="98" population="8665550">	<!--Austria-->
			<languagePopulation type="de" populationPercent="97" officialStatus="official"/>	<!--German-->
			<languagePopulation type="bar" populationPercent="95"/>	<!--Bavarian-->
			<languagePopulation type="en" populationPercent="73"/>	<!--English-->
			<languagePopulation type="hr" populationPercent="1.2" officialStatus="official_regional"/>	<!--Croatian-->
			<languagePopulation type="sl" populationPercent="0.37" officialStatus="official_regional"/>	<!--Slovenian-->
			<languagePopulation type="hu" populationPercent="0.27" officialStatus="official_regional"/>	<!--Hungarian-->
		</territory>
		<territory type="AU" gdp="1100000000000" literacyPercent="99" population="22751000">	<!--Australia-->
			<languagePopulation type="en" populationPercent="96" officialStatus="de_facto_official" references="R1001"/>	<!--English-->
			<languagePopulation type="zh_Hant" populationPercent="2.1"/>	<!--Chinese (Traditional)-->
			<languagePopulation type="it" populationPercent="1.9"/>	<!--Italian-->
			<languagePopulation type="wbp" populationPercent="0.011"/>	<!--Warlpiri-->
		</territory>
		<territory type="AW" gdp="2516000000" literacyPercent="96.8" population="112162">	<!--Aruba-->
			<languagePopulation type="nl" populationPercent="97" officialStatus="official" references="R1000"/>	<!--Dutch-->
			<languagePopulation type="pap" populationPercent="61" officialStatus="official"/>	<!--Papiamento-->
			<languagePopulation type="en" populationPercent="2.7"/>	<!--English-->
		</territory>
		<territory type="AX" gdp="929800000" literacyPercent="100" population="26200">	<!--Ã…land Islands-->
			<languagePopulation type="sv" populationPercent="99" officialStatus="official"/>	<!--Swedish-->
		</territory>
		<territory type="AZ" gdp="165900000000" literacyPercent="99.8" population="9780780">	<!--Azerbaijan-->
			<languagePopulation type="az_Latn" populationPercent="89" officialStatus="official" references="R1120"/>	<!--Azerbaijani (Latin)-->
			<languagePopulation type="az_Cyrl" populationPercent="9.9" officialStatus="official" references="R1121"/>	<!--Azerbaijani (Cyrillic)-->
			<languagePopulation type="tly_Latn" populationPercent="9.8"/>	<!--Talysh (Latin)-->
			<languagePopulation type="ku_Latn" populationPercent="0.24"/>	<!--Kurdish (Latin)-->
			<languagePopulation type="ttt_Latn" populationPercent="0.22"/>	<!--Muslim Tat (Latin)-->
			<languagePopulation type="tkr_Latn" populationPercent="0.16"/>	<!--Tsakhur (Latin)-->
		</territory>
		<territory type="BA" gdp="38290000000" literacyPercent="98" population="3867060">	<!--Bosnia & Herzegovina-->
			<languagePopulation type="bs_Cyrl" writingPercent="5" populationPercent="99" officialStatus="official" references="R1083"/>	<!--Bosnian (Cyrillic)-->
			<languagePopulation type="bs_Latn" populationPercent="99" officialStatus="official"/>	<!--Bosnian (Latin)-->
			<languagePopulation type="en" populationPercent="45"/>	<!--English-->
			<languagePopulation type="hr" populationPercent="12" officialStatus="official"/>	<!--Croatian-->
			<languagePopulation type="sr_Cyrl" populationPercent="10" officialStatus="official"/>	<!--Serbian (Cyrillic)-->
			<languagePopulation type="sr_Latn" writingPercent="5" populationPercent="10" officialStatus="official" references="R1003"/>	<!--Serbian (Latin)-->
		</territory>
		<territory type="BB" gdp="4567000000" literacyPercent="99.7" population="290604">	<!--Barbados-->
			<languagePopulation type="en" populationPercent="100" officialStatus="official"/>	<!--English-->
		</territory>
		<territory type="BD" gdp="536500000000" literacyPercent="57.7" population="168958000">	<!--Bangladesh-->
			<languagePopulation type="bn" populationPercent="98" officialStatus="official"/>	<!--Bengali-->
			<languagePopulation type="en" populationPercent="18"/>	<!--English-->
			<languagePopulation type="rkt" writingPercent="20" populationPercent="6.5" references="R1087"/>	<!--Rangpuri-->
			<languagePopulation type="syl" writingPercent="35" populationPercent="5"/>	<!--Sylheti-->
			<languagePopulation type="ccp" populationPercent="0.22"/>	<!--Chakma-->
			<languagePopulation type="my" populationPercent="0.21"/>	<!--Burmese-->
			<languagePopulation type="grt" populationPercent="0.073"/>	<!--Garo-->
			<languagePopulation type="mro" populationPercent="0.018" references="R1105"/>	<!--Mru-->
			<languagePopulation type="mni" populationPercent="0.011"/>	<!--Manipuri-->
		</territory>
		<territory type="BE" gdp="483300000000" literacyPercent="99" population="11324000">	<!--Belgium-->
			<languagePopulation type="en" populationPercent="59" references="R1052"/>	<!--English-->
			<languagePopulation type="nl" populationPercent="55" officialStatus="official" references="R1004"/>	<!--Dutch-->
			<languagePopulation type="fr" populationPercent="38" officialStatus="official"/>	<!--French-->
			<languagePopulation type="vls" populationPercent="10"/>	<!--West Flemish-->
			<languagePopulation type="wa" writingPercent="5" populationPercent="5.8" references="R1005"/>	<!--Walloon-->
			<languagePopulation type="de" populationPercent="1.4" officialStatus="official"/>	<!--German-->
		</territory>
		<territory type="BF" gdp="29420000000" literacyPercent="28.7" population="18931700">	<!--Burkina Faso-->
			<languagePopulation type="mos" populationPercent="40" references="R1307"/>	<!--Mossi-->
			<languagePopulation type="dyu" populationPercent="32" references="R1091"/>	<!--Dyula-->
			<languagePopulation type="fr" populationPercent="22" officialStatus="official"/>	<!--French-->
		</territory>
		<territory type="BG" gdp="129100000000" literacyPercent="98.4" population="7186890">	<!--Bulgaria-->
			<languagePopulation type="bg" populationPercent="100" officialStatus="official"/>	<!--Bulgarian-->
			<languagePopulation type="en" populationPercent="25"/>	<!--English-->
			<languagePopulation type="tr" populationPercent="11"/>	<!--Turkish-->
		</territory>
		<territory type="BH" gdp="62170000000" literacyPercent="94.6" population="1346610">	<!--Bahrain-->
			<languagePopulation type="ar" populationPercent="87" officialStatus="official" references="R1007"/>	<!--Arabic-->
			<languagePopulation type="ml" populationPercent="3.3" references="R1109"/>	<!--Malayalam-->
		</territory>
		<territory type="BI" gdp="8409000000" literacyPercent="67.2" population="10742300">	<!--Burundi-->
			<languagePopulation type="rn" populationPercent="63" officialStatus="official"/>	<!--Rundi-->
			<languagePopulation type="fr" populationPercent="59" officialStatus="official"/>	<!--French-->
			<languagePopulation type="sw" populationPercent="0.059"/>	<!--Swahili-->
			<languagePopulation type="en" populationPercent="0.058" officialStatus="official" references="R1308"/>	<!--English-->
		</territory>
		<territory type="BJ" gdp="19860000000" literacyPercent="42.4" population="10448600">	<!--Benin-->
			<languagePopulation type="fr" populationPercent="35" officialStatus="official"/>	<!--French-->
			<languagePopulation type="fon" populationPercent="25"/>	<!--Fon-->
			<languagePopulation type="yo" populationPercent="6.7"/>	<!--Yoruba-->
		</territory>
		<territory type="BL" gdp="255000000" literacyPercent="99" population="7237">	<!--St. Barthélemy-->
			<languagePopulation type="fr" populationPercent="95" officialStatus="official"/>	<!--French-->
		</territory>
		<territory type="BM" gdp="5198000000" literacyPercent="98" population="70196">	<!--Bermuda-->
			<languagePopulation type="en" populationPercent="92" officialStatus="official"/>	<!--English-->
		</territory>
		<territory type="BN" gdp="32960000000" literacyPercent="95.4" population="429646">	<!--Brunei-->
			<languagePopulation type="ms_Latn" populationPercent="93" officialStatus="official"/>	<!--Malay (Latin)-->
			<languagePopulation type="zh_Hant" populationPercent="11"/>	<!--Chinese (Traditional)-->
			<languagePopulation type="ms_Arab" populationPercent="5" officialStatus="official" references="R1229"/>	<!--Malay (Arabic)-->
			<languagePopulation type="en" populationPercent="1.9"/>	<!--English-->
		</territory>
		<territory type="BO" gdp="70280000000" literacyPercent="91.2" population="10800900">	<!--Bolivia-->
			<languagePopulation type="es" populationPercent="61" officialStatus="official" references="R1191"/>	<!--Spanish-->
			<languagePopulation type="qu" populationPercent="32" officialStatus="official" references="R1008"/>	<!--Quechua-->
			<languagePopulation type="ay" populationPercent="20" officialStatus="official"/>	<!--Aymara-->
			<languagePopulation type="gn" populationPercent="0.45"/>	<!--Guarani-->
			<languagePopulation type="aro" populationPercent="0.001"/>	<!--Araona-->
		</territory>
		<territory type="BQ" gdp="426100000" literacyPercent="96.5" population="20000">	<!--Caribbean Netherlands-->
			<languagePopulation type="pap" populationPercent="81"/>	<!--Papiamento-->
			<languagePopulation type="nl" populationPercent="8" officialStatus="official"/>	<!--Dutch-->
		</territory>
		<territory type="BR" gdp="3276000000000" literacyPercent="90.4" population="204260000">	<!--Brazil-->
			<languagePopulation type="pt" populationPercent="91" officialStatus="official"/>	<!--Portuguese-->
			<languagePopulation type="en" populationPercent="8"/>	<!--English-->
			<languagePopulation type="de" populationPercent="0.84"/>	<!--German-->
			<languagePopulation type="it" populationPercent="0.28"/>	<!--Italian-->
			<languagePopulation type="ja" populationPercent="0.21"/>	<!--Japanese-->
			<languagePopulation type="es" populationPercent="0.037" references="R1315"/>	<!--Spanish-->
			<languagePopulation type="ko" populationPercent="0.021"/>	<!--Korean-->
			<languagePopulation type="kgp" populationPercent="0.01"/>	<!--Kaingang-->
			<languagePopulation type="gub" populationPercent="0.0084"/>	<!--Guajajára-->
			<languagePopulation type="yrl" populationPercent="0.0052"/>	<!--Nheengatu-->
			<languagePopulation type="xav" populationPercent="0.0049"/>	<!--Xavánte-->
		</territory>
		<territory type="BS" gdp="9031000000" literacyPercent="95.6" population="324597">	<!--Bahamas-->
			<languagePopulation type="en" populationPercent="100" officialStatus="official"/>	<!--English-->
		</territory>
		<territory type="BT" gdp="5871000000" literacyPercent="52.8" population="741919">	<!--Bhutan-->
			<languagePopulation type="dz" populationPercent="47" officialStatus="official"/>	<!--Dzongkha-->
			<languagePopulation type="ne" populationPercent="17"/>	<!--Nepali-->
			<languagePopulation type="tsj" populationPercent="15"/>	<!--Tshangla-->
			<languagePopulation type="en" populationPercent="11"/>	<!--English-->
			<languagePopulation type="lep" populationPercent="3.9"/>	<!--Lepcha-->
		</territory>
		<territory type="BV" gdp="40090" literacyPercent="99" population="1">	<!--Bouvet Island-->
			<languagePopulation type="und" populationPercent="100"/>	<!--Unknown Language-->
		</territory>
		<territory type="BW" gdp="35870000000" literacyPercent="85.1" population="2182720">	<!--Botswana-->
			<languagePopulation type="en" populationPercent="81" officialStatus="official" references="R1009"/>	<!--English-->
			<languagePopulation type="tn" populationPercent="62" officialStatus="official"/>	<!--Tswana-->
			<languagePopulation type="af" populationPercent="0.27"/>	<!--Afrikaans-->
		</territory>
		<territory type="BY" gdp="172800000000" literacyPercent="99.6" population="9589690">	<!--Belarus-->
			<languagePopulation type="be" populationPercent="100" officialStatus="official"/>	<!--Belarusian-->
			<languagePopulation type="ru" populationPercent="12" officialStatus="official"/>	<!--Russian-->
		</territory>
		<territory type="BZ" gdp="2975000000" literacyPercent="76.9" population="347369">	<!--Belize-->
			<languagePopulation type="en" populationPercent="100" officialStatus="official"/>	<!--English-->
			<languagePopulation type="es" populationPercent="28"/>	<!--Spanish-->
		</territory>
		<territory type="CA" gdp="1596000000000" literacyPercent="99" population="35099800">	<!--Canada-->
			<languagePopulation type="en" populationPercent="86" officialStatus="official" references="R1194"/>	<!--English-->
			<languagePopulation type="fr" populationPercent="22" officialStatus="official"/>	<!--French-->
			<languagePopulation type="it" populationPercent="2" references="R1207"/>	<!--Italian-->
			<languagePopulation type="de" populationPercent="1.9"/>	<!--German-->
			<languagePopulation type="pdt" populationPercent="0.24"/>	<!--Plautdietsch-->
			<languagePopulation type="cr_Cans" populationPercent="0.11" references="R1063"/>	<!--Cree (Unified Canadian Aboriginal Syllabics)-->
			<languagePopulation type="crk" populationPercent="0.11" references="R1063"/>	<!--Plains Cree-->
			<languagePopulation type="yi" populationPercent="0.045" references="R1021"/>	<!--Yiddish-->
			<languagePopulation type="iu_Cans" writingPercent="30" populationPercent="0.042" officialStatus="official_regional" references="R1207"/>	<!--Inuktitut (Unified Canadian Aboriginal Syllabics)-->
			<languagePopulation type="iu_Latn" writingPercent="30" populationPercent="0.042" officialStatus="official_regional" references="R1207"/>	<!--Inuktitut (Latin)-->
			<languagePopulation type="moe" populationPercent="0.033" references="R1063"/>	<!--Montagnais-->
			<languagePopulation type="crj" populationPercent="0.021" references="R1063"/>	<!--Southern East Cree-->
			<languagePopulation type="atj" populationPercent="0.016" references="R1063"/>	<!--Atikamekw-->
			<languagePopulation type="crl" populationPercent="0.015" references="R1063"/>	<!--Northern East Cree-->
			<languagePopulation type="csw" populationPercent="0.014" references="R1063"/>	<!--Swampy Cree-->
			<languagePopulation type="crm" populationPercent="0.013" references="R1063"/>	<!--Moose Cree-->
			<languagePopulation type="ikt" writingPercent="30" populationPercent="0.011" officialStatus="official_regional" references="R1207"/>	<!--Inuinnaqtun-->
			<languagePopulation type="moh" populationPercent="0.01" references="R1090"/>	<!--Mohawk-->
			<languagePopulation type="dgr" populationPercent="0.0075" references="R1136"/>	<!--Dogrib-->
			<languagePopulation type="den" populationPercent="0.0066"/>	<!--Slave-->
			<languagePopulation type="scs" populationPercent="0.0035" references="R1172"/>	<!--North Slavey-->
			<languagePopulation type="nsk" populationPercent="0.0034" references="R1063"/>	<!--Naskapi-->
			<languagePopulation type="chp" populationPercent="0.0022" references="R1063"/>	<!--Chipewyan-->
			<languagePopulation type="gwi" populationPercent="0.0016" references="R1173"/>	<!--Gwichʼin-->
		</territory>
		<territory type="CC" gdp="28820000" literacyPercent="99" population="596">	<!--Cocos (Keeling) Islands-->
			<languagePopulation type="ms_Arab" populationPercent="83"/>	<!--Malay (Arabic)-->
			<languagePopulation type="en" populationPercent="17" officialStatus="de_facto_official"/>	<!--English-->
		</territory>
		<territory type="CD" gdp="57780000000" literacyPercent="66.8" population="79375100">	<!--Congo - Kinshasa-->
			<languagePopulation type="sw" populationPercent="50" officialStatus="official_regional" references="R1122"/>	<!--Swahili-->
			<languagePopulation type="lua" populationPercent="9.6" officialStatus="official_regional" references="R1092"/>	<!--Luba-Lulua-->
			<languagePopulation type="fr" populationPercent="3.8" officialStatus="official" references="R1002"/>	<!--French-->
			<languagePopulation type="ln" populationPercent="3.1" officialStatus="official_regional"/>	<!--Lingala-->
			<languagePopulation type="lu" populationPercent="2.3" references="R1093"/>	<!--Luba-Katanga-->
			<languagePopulation type="kg" populationPercent="1.5" officialStatus="official_regional"/>	<!--Kongo-->
			<languagePopulation type="lol" populationPercent="0.61"/>	<!--Mongo-->
			<languagePopulation type="rw" populationPercent="0.38"/>	<!--Kinyarwanda-->
		</territory>
		<territory type="CF" gdp="2865000000" literacyPercent="56.6" population="5391540">	<!--Central African Republic-->
			<languagePopulation type="fr" populationPercent="49" officialStatus="official"/>	<!--French-->
			<languagePopulation type="sg" populationPercent="49" officialStatus="official" references="R1011"/>	<!--Sango-->
			<languagePopulation type="ln" populationPercent="0.24"/>	<!--Lingala-->
		</territory>
		<territory type="CG" gdp="28360000000" literacyPercent="83.8" population="4755100">	<!--Congo - Brazzaville-->
			<languagePopulation type="fr" populationPercent="84" officialStatus="official"/>	<!--French-->
			<languagePopulation type="ln" populationPercent="2.4"/>	<!--Lingala-->
		</territory>
		<territory type="CH" gdp="473300000000" literacyPercent="99" population="8121830">	<!--Switzerland-->
			<languagePopulation type="de" populationPercent="73" officialStatus="official"/>	<!--German-->
			<languagePopulation type="gsw" writingPercent="5" populationPercent="65" officialStatus="de_facto_official" references="R1006"/>	<!--Swiss German-->
			<languagePopulation type="en" populationPercent="61" references="R1137"/>	<!--English-->
			<languagePopulation type="fr" populationPercent="21" officialStatus="official" references="R1137"/>	<!--French-->
			<languagePopulation type="it" populationPercent="4.3" officialStatus="official"/>	<!--Italian-->
			<languagePopulation type="lmo" writingPercent="5" populationPercent="4.1" references="R1086"/>	<!--Lombard-->
			<languagePopulation type="pt" populationPercent="3.4" references="R1316"/>	<!--Portuguese-->
			<languagePopulation type="rm" populationPercent="0.5" officialStatus="official_regional" references="R1117"/>	<!--Romansh-->
			<languagePopulation type="rmo" populationPercent="0.29"/>	<!--Sinte Romani-->
			<languagePopulation type="wae" populationPercent="0.12"/>	<!--Walser-->
		</territory>
		<territory type="CI" gdp="71670000000" literacyPercent="56.9" population="23295300">	<!--Côte d’Ivoire-->
			<languagePopulation type="fr" populationPercent="49" officialStatus="official"/>	<!--French-->
			<languagePopulation type="bci" writingPercent="10" populationPercent="11"/>	<!--Baoulé-->
			<languagePopulation type="sef" writingPercent="5" populationPercent="4.3"/>	<!--Cebaara Senoufo-->
			<languagePopulation type="dnj" writingPercent="1" populationPercent="4"/>	<!--Dan-->
			<languagePopulation type="kfo" populationPercent="0.23"/>	<!--Koro-->
			<languagePopulation type="bqv" writingPercent="10" populationPercent="0.17"/>	<!--Koro Wachi-->
		</territory>
		<territory type="CK" gdp="183200000" literacyPercent="95" population="9838">	<!--Cook Islands-->
			<languagePopulation type="en" populationPercent="98" officialStatus="official"/>	<!--English-->
		</territory>
		<territory type="CL" gdp="410900000000" literacyPercent="98.6" population="17508300">	<!--Chile-->
			<languagePopulation type="es" populationPercent="98" officialStatus="official" references="R1192"/>	<!--Spanish-->
			<languagePopulation type="en" populationPercent="9.5"/>	<!--English-->
			<languagePopulation type="arn" populationPercent="1.5" references="R1287"/>	<!--Mapuche-->
		</territory>
		<territory type="CM" gdp="67780000000" literacyPercent="71.3" population="23739200">	<!--Cameroon-->
			<languagePopulation type="fr" populationPercent="68" officialStatus="official"/>	<!--French-->
			<languagePopulation type="en" populationPercent="38" officialStatus="official" references="R1013"/>	<!--English-->
			<languagePopulation type="bum" populationPercent="4.6"/>	<!--Bulu-->
			<languagePopulation type="ff" populationPercent="3.6" references="R1216"/>	<!--Fulah-->
			<languagePopulation type="ewo" writingPercent="15" populationPercent="3.1" references="R1025"/>	<!--Ewondo-->
			<languagePopulation type="ybb" writingPercent="2" populationPercent="1.6" references="R1114"/>	<!--Yemba-->
			<languagePopulation type="bbj" writingPercent="25" populationPercent="1.4" references="R1147"/>	<!--Ghomala-->
			<languagePopulation type="nnh" writingPercent="8" populationPercent="1.4" references="R1208"/>	<!--Ngiemboon-->
			<languagePopulation type="bkm" writingPercent="5" populationPercent="1.3" references="R1217"/>	<!--Kom-->
			<languagePopulation type="bas" writingPercent="25" populationPercent="1.2" references="R1241"/>	<!--Basaa-->
			<languagePopulation type="bax" populationPercent="1.2"/>	<!--Bamun-->
			<languagePopulation type="byv" writingPercent="15" populationPercent="1.1" references="R1242"/>	<!--Medumba-->
			<languagePopulation type="mua" populationPercent="1"/>	<!--Mundang-->
			<languagePopulation type="maf" populationPercent="0.73"/>	<!--Mafa-->
			<languagePopulation type="bfd" writingPercent="30" populationPercent="0.57" references="R1243"/>	<!--Bafut-->
			<languagePopulation type="bss" writingPercent="30" populationPercent="0.54" references="R1244"/>	<!--Akoose-->
			<languagePopulation type="kkj" populationPercent="0.54"/>	<!--Kako-->
			<languagePopulation type="dua" writingPercent="25" populationPercent="0.48" references="R1245"/>	<!--Duala-->
			<languagePopulation type="mgo" writingPercent="5" populationPercent="0.47" references="R1266"/>	<!--Metaʼ-->
			<languagePopulation type="ar" populationPercent="0.39"/>	<!--Arabic-->
			<languagePopulation type="jgo" writingPercent="30" populationPercent="0.34" references="R1267"/>	<!--Ngomba-->
			<languagePopulation type="ksf" populationPercent="0.32"/>	<!--Bafia-->
			<languagePopulation type="agq" writingPercent="20" populationPercent="0.14"/>	<!--Aghem-->
			<languagePopulation type="ha_Arab" populationPercent="0.14"/>	<!--Hausa (Arabic)-->
			<languagePopulation type="nmg" writingPercent="10" populationPercent="0.038" references="R1246"/>	<!--Kwasio-->
			<languagePopulation type="yav" populationPercent="0.0097"/>	<!--Yangben-->
		</territory>
		<territory type="CN" gdp="18090000000000" literacyPercent="95.1" population="1367490000">	<!--China-->
			<languagePopulation type="yue" writingPercent="4.3" populationPercent="90" references="R1317"/>	<!--Cantonese-->
			<languagePopulation type="zh_Hans" populationPercent="90" officialStatus="official"/>	<!--Chinese (Simplified)-->
			<languagePopulation type="wuu" populationPercent="6"/>	<!--Wu Chinese-->
			<languagePopulation type="hsn" populationPercent="2.9"/>	<!--Xiang Chinese-->
			<languagePopulation type="hak" populationPercent="2.3"/>	<!--Hakka Chinese-->
			<languagePopulation type="nan" populationPercent="1.9"/>	<!--Min Nan Chinese-->
			<languagePopulation type="gan" populationPercent="1.7"/>	<!--Gan Chinese-->
			<languagePopulation type="ii" writingPercent="60" populationPercent="0.6"/>	<!--Sichuan Yi-->
			<languagePopulation type="ug_Arab" populationPercent="0.55" officialStatus="official_regional"/>	<!--Uyghur (Arabic)-->
			<languagePopulation type="za" populationPercent="0.31" officialStatus="official_regional"/>	<!--Zhuang-->
			<languagePopulation type="mn_Mong" populationPercent="0.26" officialStatus="official_regional"/>	<!--Mongolian (Mongolian)-->
			<languagePopulation type="bo" populationPercent="0.2" officialStatus="official_regional"/>	<!--Tibetan-->
			<languagePopulation type="ko" populationPercent="0.15" officialStatus="official_regional"/>	<!--Korean-->
			<languagePopulation type="kk_Arab" populationPercent="0.086" references="R1123"/>	<!--Kazakh (Arabic)-->
			<languagePopulation type="lis" populationPercent="0.045"/>	<!--Lisu-->
			<languagePopulation type="ky_Arab" populationPercent="0.034"/>	<!--Kyrgyz (Arabic)-->
			<languagePopulation type="nxq" populationPercent="0.024"/>	<!--Naxi-->
			<languagePopulation type="khb" populationPercent="0.019" references="R1094"/>	<!--Lü-->
			<languagePopulation type="tdd" populationPercent="0.019"/>	<!--Tai Nüa-->
			<languagePopulation type="lcp" populationPercent="0.0058"/>	<!--Western Lawa-->
			<languagePopulation type="en" populationPercent="0.0045"/>	<!--English-->
			<languagePopulation type="ru" populationPercent="0.001"/>	<!--Russian-->
			<languagePopulation type="vi" populationPercent="0.0005"/>	<!--Vietnamese-->
			<languagePopulation type="uz_Cyrl" populationPercent="0.0004"/>	<!--Uzbek (Cyrillic)-->
			<languagePopulation type="lzh" populationPercent="0" references="R1150"/>	<!--Literary Chinese-->
		</territory>
		<territory type="CO" gdp="642500000000" literacyPercent="93.6" population="46736700">	<!--Colombia-->
			<languagePopulation type="es" populationPercent="93" officialStatus="official" references="R1014"/>	<!--Spanish-->
			<languagePopulation type="guc" populationPercent="0.27"/>	<!--Wayuu-->
		</territory>
		<territory type="CP" gdp="38930" literacyPercent="99" population="1">	<!--Clipperton Island-->
			<languagePopulation type="und" populationPercent="100" references="R1062"/>	<!--Unknown Language-->
		</territory>
		<territory type="CR" gdp="71230000000" literacyPercent="96.3" population="4814140">	<!--Costa Rica-->
			<languagePopulation type="es" populationPercent="95" officialStatus="official" references="R1193"/>	<!--Spanish-->
		</territory>
		<territory type="CU" gdp="128500000000" literacyPercent="99.8" population="11031400">	<!--Cuba-->
			<languagePopulation type="es" populationPercent="100" officialStatus="official"/>	<!--Spanish-->
		</territory>
		<territory type="CV" gdp="3330000000" literacyPercent="84.9" population="545993">	<!--Cape Verde-->
			<languagePopulation type="kea" populationPercent="91" references="R1031"/>	<!--Kabuverdianu-->
			<languagePopulation type="pt" populationPercent="76" officialStatus="official"/>	<!--Portuguese-->
		</territory>
		<territory type="CW" gdp="3128000000" literacyPercent="96.5" population="146836">	<!--Curaçao-->
			<languagePopulation type="pap" populationPercent="81" officialStatus="de_facto_official" references="R1221"/>	<!--Papiamento-->
			<languagePopulation type="nl" populationPercent="8" officialStatus="official" references="R1221"/>	<!--Dutch-->
			<languagePopulation type="es" populationPercent="3.9" references="R1221"/>	<!--Spanish-->
		</territory>
		<territory type="CX" gdp="73970000" literacyPercent="99" population="1530">	<!--Christmas Island-->
			<languagePopulation type="en" populationPercent="92" officialStatus="official"/>	<!--English-->
		</territory>
		<territory type="CY" gdp="27520000000" literacyPercent="98.7" population="1189200">	<!--Cyprus-->
			<languagePopulation type="el" populationPercent="75" officialStatus="official"/>	<!--Greek-->
			<languagePopulation type="en" populationPercent="73"/>	<!--English-->
			<languagePopulation type="tr" populationPercent="23" officialStatus="official"/>	<!--Turkish-->
			<languagePopulation type="hy" populationPercent="0.23"/>	<!--Armenian-->
			<languagePopulation type="ar" populationPercent="0.11"/>	<!--Arabic-->
		</territory>
		<territory type="CZ" gdp="315900000000" literacyPercent="99" population="10644800">	<!--Czech Republic-->
			<languagePopulation type="cs" populationPercent="98" officialStatus="official"/>	<!--Czech-->
			<languagePopulation type="en" populationPercent="27"/>	<!--English-->
			<languagePopulation type="de" populationPercent="0.49"/>	<!--German-->
			<languagePopulation type="pl" populationPercent="0.49"/>	<!--Polish-->
		</territory>
		<territory type="DE" gdp="3748000000000" literacyPercent="99" population="80854400">	<!--Germany-->
			<languagePopulation type="de" populationPercent="91" officialStatus="official"/>	<!--German-->
			<languagePopulation type="en" populationPercent="64"/>	<!--English-->
			<languagePopulation type="fr" populationPercent="18" references="R1304"/>	<!--French-->
			<languagePopulation type="bar" writingPercent="5" populationPercent="17" references="R1318"/>	<!--Bavarian-->
			<languagePopulation type="nds" writingPercent="5" populationPercent="12" references="R1167"/>	<!--Low German-->
			<languagePopulation type="nl" populationPercent="9" references="R1304"/>	<!--Dutch-->
			<languagePopulation type="it" populationPercent="7" references="R1304"/>	<!--Italian-->
			<languagePopulation type="es" populationPercent="6" references="R1304"/>	<!--Spanish-->
			<languagePopulation type="ru" populationPercent="6" references="R1304"/>	<!--Russian-->
			<languagePopulation type="vmf" populationPercent="6"/>	<!--Main-Franconian-->
			<languagePopulation type="tr" populationPercent="2.5"/>	<!--Turkish-->
			<languagePopulation type="da" populationPercent="2" references="R1306"/>	<!--Danish-->
			<languagePopulation type="swg" writingPercent="5" populationPercent="1"/>	<!--Swabian-->
			<languagePopulation type="hr" populationPercent="0.79"/>	<!--Croatian-->
			<languagePopulation type="ku_Latn" populationPercent="0.66"/>	<!--Kurdish (Latin)-->
			<languagePopulation type="el" populationPercent="0.38"/>	<!--Greek-->
			<languagePopulation type="ksh" populationPercent="0.3" references="R1174"/>	<!--Colognian-->
			<languagePopulation type="pl" populationPercent="0.29"/>	<!--Polish-->
			<languagePopulation type="hsb" writingPercent="5" populationPercent="0.016" references="R1292"/>	<!--Upper Sorbian-->
			<languagePopulation type="frr" populationPercent="0.012" references="R1095"/>	<!--Northern Frisian-->
			<languagePopulation type="dsb" writingPercent="5" populationPercent="0.0087" references="R1222"/>	<!--Lower Sorbian-->
			<languagePopulation type="frs" populationPercent="0.0025" references="R1300"/>	<!--Eastern Frisian-->
			<languagePopulation type="stq" populationPercent="0.0012"/>	<!--Saterland Frisian-->
			<languagePopulation type="pfl" populationPercent="0" references="R1150"/>	<!--Palatine German-->
		</territory>
		<territory type="DG" gdp="20040000" literacyPercent="99" population="500">	<!--Diego Garcia-->
			<languagePopulation type="en" populationPercent="99" officialStatus="de_facto_official" references="R1065"/>	<!--English-->
		</territory>
		<territory type="DJ" gdp="2876000000" literacyPercent="67.9" population="828324">	<!--Djibouti-->
			<languagePopulation type="aa" populationPercent="42"/>	<!--Afar-->
			<languagePopulation type="so" populationPercent="41"/>	<!--Somali-->
			<languagePopulation type="ar" populationPercent="7.3" officialStatus="official"/>	<!--Arabic-->
			<languagePopulation type="fr" populationPercent="2.1" officialStatus="official"/>	<!--French-->
		</territory>
		<territory type="DK" gdp="250700000000" literacyPercent="99" population="5581500">	<!--Denmark-->
			<languagePopulation type="da" populationPercent="93" officialStatus="official"/>	<!--Danish-->
			<languagePopulation type="en" populationPercent="86"/>	<!--English-->
			<languagePopulation type="de" populationPercent="0.43" officialStatus="official_regional" references="R1247"/>	<!--German-->
			<languagePopulation type="fo" populationPercent="0.38" references="R1309"/>	<!--Faroese-->
			<languagePopulation type="kl" populationPercent="0.13" officialStatus="official_regional"/>	<!--Kalaallisut-->
			<languagePopulation type="jut" populationPercent="0" references="R1150"/>	<!--Jutish-->
		</territory>
		<territory type="DM" gdp="790000000" literacyPercent="94" population="73607">	<!--Dominica-->
			<languagePopulation type="en" populationPercent="94" officialStatus="official"/>	<!--English-->
		</territory>
		<territory type="DO" gdp="138500000000" literacyPercent="90.1" population="10478800">	<!--Dominican Republic-->
			<languagePopulation type="es" populationPercent="78" officialStatus="official"/>	<!--Spanish-->
			<languagePopulation type="en" populationPercent="0.076"/>	<!--English-->
		</territory>
		<territory type="DZ" gdp="548600000000" literacyPercent="72.6" population="39542200">	<!--Algeria-->
			<languagePopulation type="arq" populationPercent="83"/>	<!--Algerian Arabic-->
			<languagePopulation type="ar" populationPercent="74" officialStatus="official"/>	<!--Arabic-->
			<languagePopulation type="fr" populationPercent="20" officialStatus="official" references="R1124"/>	<!--French-->
			<languagePopulation type="kab" writingPercent="10" populationPercent="7.8" references="R1293"/>	<!--Kabyle-->
			<languagePopulation type="en" populationPercent="7"/>	<!--English-->
		</territory>
		<territory type="EA" gdp="4898000000" literacyPercent="97.7" population="150000">	<!--Ceuta & Melilla-->
			<languagePopulation type="es" populationPercent="98" officialStatus="official" references="R1067"/>	<!--Spanish-->
		</territory>
		<territory type="EC" gdp="181200000000" literacyPercent="91.6" population="15868400">	<!--Ecuador-->
			<languagePopulation type="es" populationPercent="96" officialStatus="official" references="R1210"/>	<!--Spanish-->
			<languagePopulation type="qu" populationPercent="17" officialStatus="official" references="R1288"/>	<!--Quechua-->
			<languagePopulation type="qug" populationPercent="5.7"/>	<!--Chimborazo Highland Quichua-->
		</territory>
		<territory type="EE" gdp="36780000000" literacyPercent="99.8" population="1265420">	<!--Estonia-->
			<languagePopulation type="et" populationPercent="71" officialStatus="official"/>	<!--Estonian-->
			<languagePopulation type="ru" populationPercent="30"/>	<!--Russian-->
			<languagePopulation type="vro" populationPercent="5.7"/>	<!--Võro-->
		</territory>
		<territory type="EG" gdp="946600000000" literacyPercent="73.9" population="88487400">	<!--Egypt-->
			<languagePopulation type="ar" populationPercent="94" officialStatus="official"/>	<!--Arabic-->
			<languagePopulation type="arz" populationPercent="64"/>	<!--Egyptian Arabic-->
			<languagePopulation type="en" populationPercent="35"/>	<!--English-->
			<languagePopulation type="el" populationPercent="0.061"/>	<!--Greek-->
		</territory>
		<territory type="EH" gdp="906500000" literacyPercent="50" population="570866">	<!--Western Sahara-->
			<languagePopulation type="ar" populationPercent="100" officialStatus="official"/>	<!--Arabic-->
		</territory>
		<territory type="ER" gdp="7842000000" literacyPercent="68.9" population="6527690">	<!--Eritrea-->
			<languagePopulation type="ti" populationPercent="60" officialStatus="de_facto_official" references="R1223"/>	<!--Tigrinya-->
			<languagePopulation type="en" populationPercent="59" officialStatus="official" references="R1248"/>	<!--English-->
			<languagePopulation type="tig" populationPercent="18"/>	<!--Tigre-->
			<languagePopulation type="ar" writingPercent="5" populationPercent="4.9" officialStatus="official" references="R1032"/>	<!--Arabic-->
			<languagePopulation type="aa" populationPercent="3.6"/>	<!--Afar-->
			<languagePopulation type="ssy" populationPercent="3.6" references="R1175"/>	<!--Saho-->
			<languagePopulation type="byn" populationPercent="1.3" references="R1224"/>	<!--Blin-->
		</territory>
		<territory type="ES" gdp="1572000000000" literacyPercent="97.7" population="48146100">	<!--Spain-->
			<languagePopulation type="es" populationPercent="99" officialStatus="official" references="R1176"/>	<!--Spanish-->
			<languagePopulation type="en" populationPercent="24"/>	<!--English-->
			<languagePopulation type="ca" populationPercent="17" officialStatus="official_regional" references="R1177"/>	<!--Catalan-->
			<languagePopulation type="gl" populationPercent="7" officialStatus="official_regional" references="R1177"/>	<!--Galician-->
			<languagePopulation type="eu" populationPercent="2" officialStatus="official_regional" references="R1177"/>	<!--Basque-->
			<languagePopulation type="ast" populationPercent="1.3" officialStatus="official_regional" references="R1096"/>	<!--Asturian-->
			<languagePopulation type="ext" populationPercent="0.49"/>	<!--Extremaduran-->
		</territory>
		<territory type="ET" gdp="145100000000" literacyPercent="39" population="99465800">	<!--Ethiopia-->
			<languagePopulation type="en" populationPercent="43"/>	<!--English-->
			<languagePopulation type="am" populationPercent="33" officialStatus="official"/>	<!--Amharic-->
			<languagePopulation type="om" populationPercent="32"/>	<!--Oromo-->
			<languagePopulation type="so" populationPercent="6"/>	<!--Somali-->
			<languagePopulation type="ti" populationPercent="6"/>	<!--Tigrinya-->
			<languagePopulation type="sid" populationPercent="3.5"/>	<!--Sidamo-->
			<languagePopulation type="wal" populationPercent="1.8"/>	<!--Wolaytta-->
			<languagePopulation type="aa" populationPercent="1.4"/>	<!--Afar-->
		</territory>
		<territory type="FI" gdp="221700000000" literacyPercent="100" population="5476920">	<!--Finland-->
			<languagePopulation type="fi" populationPercent="94" officialStatus="official"/>	<!--Finnish-->
			<languagePopulation type="en" populationPercent="70" references="R1110"/>	<!--English-->
			<languagePopulation type="sv" populationPercent="5.7" officialStatus="official"/>	<!--Swedish-->
			<languagePopulation type="ru" populationPercent="0.81" references="R1110"/>	<!--Russian-->
			<languagePopulation type="et" populationPercent="0.11"/>	<!--Estonian-->
			<languagePopulation type="rmf" populationPercent="0.091" references="R1111"/>	<!--Kalo Finnish Romani-->
			<languagePopulation type="se" populationPercent="0.037"/>	<!--Northern Sami-->
			<languagePopulation type="smn" populationPercent="0.011" references="R1112"/>	<!--Inari Sami-->
			<languagePopulation type="sms" populationPercent="0.011" references="R1112"/>	<!--Skolt Sami-->
		</territory>
		<territory type="FJ" gdp="7404000000" literacyPercent="93.7" population="909389">	<!--Fiji-->
			<languagePopulation type="en" populationPercent="94" officialStatus="official"/>	<!--English-->
			<languagePopulation type="hi" populationPercent="44" references="R1097"/>	<!--Hindi-->
			<languagePopulation type="hif_Latn" populationPercent="41" officialStatus="official" references="R1299"/>	<!--Fiji Hindi (Latin)-->
			<languagePopulation type="fj" populationPercent="39" officialStatus="official"/>	<!--Fijian-->
			<languagePopulation type="rtm" populationPercent="0.27"/>	<!--Rotuman-->
		</territory>
		<territory type="FK" gdp="164500000" literacyPercent="99" population="3361">	<!--Falkland Islands-->
			<languagePopulation type="en" populationPercent="84" officialStatus="official"/>	<!--English-->
		</territory>
		<territory type="FM" gdp="308000000" literacyPercent="89" population="105216">	<!--Micronesia-->
			<languagePopulation type="en" populationPercent="57" officialStatus="official"/>	<!--English-->
			<languagePopulation type="chk" populationPercent="30"/>	<!--Chuukese-->
			<languagePopulation type="pon" populationPercent="23"/>	<!--Pohnpeian-->
			<languagePopulation type="kos" populationPercent="7.6"/>	<!--Kosraean-->
			<languagePopulation type="yap" populationPercent="6.3"/>	<!--Yapese-->
			<languagePopulation type="uli" populationPercent="2.9"/>	<!--Ulithian-->
		</territory>
		<territory type="FO" gdp="1471000000" literacyPercent="99" population="50196">	<!--Faroe Islands-->
			<languagePopulation type="fo" populationPercent="95" officialStatus="official"/>	<!--Faroese-->
		</territory>
		<territory type="FR" gdp="2591000000000" literacyPercent="99" population="66553800">	<!--France-->
			<languagePopulation type="fr" populationPercent="99" officialStatus="official"/>	<!--French-->
			<languagePopulation type="en" populationPercent="39"/>	<!--English-->
			<languagePopulation type="oc" writingPercent="5" populationPercent="3" references="R1015"/>	<!--Occitan-->
			<languagePopulation type="it" populationPercent="1.7"/>	<!--Italian-->
			<languagePopulation type="pt" populationPercent="1.3"/>	<!--Portuguese-->
			<languagePopulation type="pcd" populationPercent="1.1"/>	<!--Picard-->
			<languagePopulation type="gsw" writingPercent="5" populationPercent="0.91" references="R1125"/>	<!--Swiss German-->
			<languagePopulation type="br" writingPercent="3" populationPercent="0.83" references="R1138"/>	<!--Breton-->
			<languagePopulation type="co" writingPercent="5" populationPercent="0.57" references="R1012"/>	<!--Corsican-->
			<languagePopulation type="ca" populationPercent="0.17"/>	<!--Catalan-->
			<languagePopulation type="nl" populationPercent="0.13"/>	<!--Dutch-->
			<languagePopulation type="eu" populationPercent="0.13"/>	<!--Basque-->
			<languagePopulation type="frp" populationPercent="0.094"/>	<!--Arpitan-->
			<languagePopulation type="ia" populationPercent="0.0002" references="R1220"/>	<!--Interlingua-->
		</territory>
		<territory type="GA" gdp="32910000000" literacyPercent="89" population="1705340">	<!--Gabon-->
			<languagePopulation type="fr" populationPercent="63" officialStatus="official"/>	<!--French-->
			<languagePopulation type="puu" populationPercent="9"/>	<!--Punu-->
		</territory>
		<territory type="GB" gdp="2569000000000" literacyPercent="99" population="64088200">	<!--United Kingdom-->
			<languagePopulation type="en" populationPercent="99" officialStatus="official"/>	<!--English-->
			<languagePopulation type="sco" writingPercent="5" populationPercent="2.7" references="R1016"/>	<!--Scots-->
			<languagePopulation type="pa_Guru" populationPercent="0.79"/>	<!--Punjabi (Gurmukhi)-->
			<languagePopulation type="cy" populationPercent="0.77" officialStatus="official_regional"/>	<!--Welsh-->
			<languagePopulation type="bn" populationPercent="0.67"/>	<!--Bengali-->
			<languagePopulation type="zh_Hant" populationPercent="0.54"/>	<!--Chinese (Traditional)-->
			<languagePopulation type="syl" populationPercent="0.51"/>	<!--Sylheti-->
			<languagePopulation type="el" populationPercent="0.34"/>	<!--Greek-->
			<languagePopulation type="it" populationPercent="0.34"/>	<!--Italian-->
			<languagePopulation type="ks_Arab" populationPercent="0.19"/>	<!--Kashmiri (Arabic)-->
			<languagePopulation type="gd" writingPercent="5" populationPercent="0.099" officialStatus="official_regional" references="R1017"/>	<!--Scottish Gaelic-->
			<languagePopulation type="yi" populationPercent="0.049" references="R1249"/>	<!--Yiddish-->
			<languagePopulation type="ml" populationPercent="0.035" references="R1113"/>	<!--Malayalam-->
			<languagePopulation type="ga" populationPercent="0.026" officialStatus="official_regional" references="R1139"/>	<!--Irish-->
			<languagePopulation type="fr" populationPercent="0.024"/>	<!--French-->
			<languagePopulation type="kw" populationPercent="0.0031" references="R1140"/>	<!--Cornish-->
		</territory>
		<territory type="GD" gdp="1326000000" literacyPercent="96" population="110694">	<!--Grenada-->
			<languagePopulation type="en" populationPercent="96" officialStatus="official" references="R1018"/>	<!--English-->
		</territory>
		<territory type="GE" gdp="34350000000" literacyPercent="99.7" population="4931230">	<!--Georgia-->
			<languagePopulation type="ka" populationPercent="86" officialStatus="official"/>	<!--Georgian-->
			<languagePopulation type="xmf" populationPercent="11"/>	<!--Mingrelian-->
			<languagePopulation type="ru" populationPercent="9" references="R1038"/>	<!--Russian-->
			<languagePopulation type="hy" populationPercent="7" references="R1038"/>	<!--Armenian-->
			<languagePopulation type="ab" populationPercent="2.2" officialStatus="official_regional"/>	<!--Abkhazian-->
			<languagePopulation type="os" populationPercent="2.2" officialStatus="official_regional"/>	<!--Ossetic-->
			<languagePopulation type="ku_Latn" populationPercent="0.89"/>	<!--Kurdish (Latin)-->
		</territory>
		<territory type="GF" gdp="1551000000" literacyPercent="83" population="199509">	<!--French Guiana-->
			<languagePopulation type="fr" populationPercent="77" officialStatus="official" references="R1019"/>	<!--French-->
			<languagePopulation type="gcr" populationPercent="26"/>	<!--Guianese Creole French-->
			<languagePopulation type="zh_Hant" populationPercent="2.5"/>	<!--Chinese (Traditional)-->
		</territory>
		<territory type="GG" gdp="3420000000" literacyPercent="100" population="66080">	<!--Guernsey-->
			<languagePopulation type="en" populationPercent="100" officialStatus="official"/>	<!--English-->
		</territory>
		<territory type="GH" gdp="108500000000" literacyPercent="71.5" population="26327600">	<!--Ghana-->
			<languagePopulation type="ak" populationPercent="39" officialStatus="official_regional"/>	<!--Akan-->
			<languagePopulation type="en" populationPercent="21" officialStatus="official" references="R1225"/>	<!--English-->
			<languagePopulation type="ee" populationPercent="11" officialStatus="official_regional"/>	<!--Ewe-->
			<languagePopulation type="abr" populationPercent="5"/>	<!--Abron-->
			<languagePopulation type="gur" populationPercent="3.5"/>	<!--Frafra-->
			<languagePopulation type="ada" populationPercent="3"/>	<!--Adangme-->
			<languagePopulation type="gaa" populationPercent="2.8" officialStatus="official_regional"/>	<!--Ga-->
			<languagePopulation type="nzi" populationPercent="1" references="R1226"/>	<!--Nzima-->
			<languagePopulation type="ha_Latn" populationPercent="0.87" references="R1141"/>	<!--Hausa (Latin)-->
			<languagePopulation type="saf" populationPercent="0.015" references="R1226"/>	<!--Safaliba-->
		</territory>
		<territory type="GI" gdp="1850000000" literacyPercent="80" population="29258">	<!--Gibraltar-->
			<languagePopulation type="en" populationPercent="80" officialStatus="official" references="R1022"/>	<!--English-->
			<languagePopulation type="es" populationPercent="50" references="R1022"/>	<!--Spanish-->
		</territory>
		<territory type="GL" gdp="2133000000" literacyPercent="100" population="57733">	<!--Greenland-->
			<languagePopulation type="kl" populationPercent="84" officialStatus="official"/>	<!--Kalaallisut-->
			<languagePopulation type="da" populationPercent="14"/>	<!--Danish-->
		</territory>
		<territory type="GM" gdp="3093000000" literacyPercent="51.1" population="1967710">	<!--Gambia-->
			<languagePopulation type="en" populationPercent="40" officialStatus="official"/>	<!--English-->
			<languagePopulation type="man_Latn" populationPercent="29"/>	<!--Mandingo (Latin)-->
		</territory>
		<territory type="GN" gdp="15130000000" literacyPercent="41" population="11780200">	<!--Guinea-->
			<languagePopulation type="fr" populationPercent="29" officialStatus="official" references="R1040"/>	<!--French-->
			<languagePopulation type="ff" populationPercent="26"/>	<!--Fulah-->
			<languagePopulation type="man_Nkoo" populationPercent="23"/>	<!--Mandingo (N’Ko)-->
			<languagePopulation type="sus" populationPercent="11"/>	<!--Susu-->
			<languagePopulation type="nqo" populationPercent="5" references="R1286"/>	<!--N’Ko-->
			<languagePopulation type="kpe" populationPercent="3.8"/>	<!--Kpelle-->
		</territory>
		<territory type="GP" gdp="3513000000" literacyPercent="90" population="452776">	<!--Guadeloupe-->
			<languagePopulation type="fr" populationPercent="90" officialStatus="official" references="R1023"/>	<!--French-->
		</territory>
		<territory type="GQ" gdp="28620000000" literacyPercent="94.2" population="740743">	<!--Equatorial Guinea-->
			<languagePopulation type="es" populationPercent="87" officialStatus="official" references="R1142"/>	<!--Spanish-->
			<languagePopulation type="fan" populationPercent="51"/>	<!--Fang-->
			<languagePopulation type="fr" populationPercent="8.8" officialStatus="official" references="R1084"/>	<!--French-->
			<languagePopulation type="bvb" populationPercent="7.9"/>	<!--Bube-->
			<languagePopulation type="pt" populationPercent="0.0001" officialStatus="official" references="R1150"/>	<!--Portuguese-->
		</territory>
		<territory type="GR" gdp="285300000000" literacyPercent="97.3" population="10775600">	<!--Greece-->
			<languagePopulation type="el" populationPercent="99" officialStatus="official" references="R1211"/>	<!--Greek-->
			<languagePopulation type="en" populationPercent="51"/>	<!--English-->
			<languagePopulation type="pnt_Grek" populationPercent="3.7"/>	<!--Pontic (Greek)-->
			<languagePopulation type="mk" populationPercent="1.6"/>	<!--Macedonian-->
			<languagePopulation type="tr" populationPercent="1.2"/>	<!--Turkish-->
			<languagePopulation type="bg" populationPercent="0.27"/>	<!--Bulgarian-->
			<languagePopulation type="sq" populationPercent="0.093"/>	<!--Albanian-->
			<languagePopulation type="tsd" populationPercent="0.0019"/>	<!--Tsakonian-->
		</territory>
		<territory type="GS" gdp="801700" literacyPercent="99" population="20">	<!--South Georgia & South Sandwich Islands-->
			<languagePopulation type="und" writingPercent="100" populationPercent="100" references="R1178"/>	<!--Unknown Language-->
		</territory>
		<territory type="GT" gdp="119800000000" literacyPercent="75.9" population="14919000">	<!--Guatemala-->
			<languagePopulation type="es" populationPercent="93" officialStatus="official" references="R1227"/>	<!--Spanish-->
			<languagePopulation type="quc" populationPercent="7" officialStatus="official_regional" references="R1289"/>	<!--Kʼicheʼ-->
		</territory>
		<territory type="GU" gdp="4882000000" literacyPercent="99" population="161785">	<!--Guam-->
			<languagePopulation type="en" populationPercent="91" officialStatus="de_facto_official"/>	<!--English-->
			<languagePopulation type="ch" populationPercent="22" officialStatus="official"/>	<!--Chamorro-->
		</territory>
		<territory type="GW" gdp="2532000000" literacyPercent="55.3" population="1726170">	<!--Guinea-Bissau-->
			<languagePopulation type="pt" populationPercent="100" officialStatus="official" references="R1027"/>	<!--Portuguese-->
		</territory>
		<territory type="GY" gdp="5534000000" literacyPercent="91.8" population="735222">	<!--Guyana-->
			<languagePopulation type="en" populationPercent="100" officialStatus="official"/>	<!--English-->
		</territory>
		<territory type="HK" gdp="400400000000" literacyPercent="93.5" population="7141110">	<!--Hong Kong SAR China-->
			<languagePopulation type="zh_Hant" populationPercent="95" officialStatus="official"/>	<!--Chinese (Traditional)-->
			<languagePopulation type="yue" populationPercent="89" references="R1320"/>	<!--Cantonese-->
			<languagePopulation type="en" populationPercent="51" officialStatus="official"/>	<!--English-->
			<languagePopulation type="zh_Hans" populationPercent="5" references="R1143"/>	<!--Chinese (Simplified)-->
		</territory>
		<territory type="HM" gdp="48350" literacyPercent="99" population="1">	<!--Heard & McDonald Islands-->
			<languagePopulation type="und" writingPercent="100" populationPercent="100" references="R1064"/>	<!--Unknown Language-->
		</territory>
		<territory type="HN" gdp="39220000000" literacyPercent="85.1" population="8746670">	<!--Honduras-->
			<languagePopulation type="es" populationPercent="78" officialStatus="official"/>	<!--Spanish-->
			<languagePopulation type="en" populationPercent="0.44"/>	<!--English-->
		</territory>
		<territory type="HR" gdp="88730000000" literacyPercent="98.9" population="4464840">	<!--Croatia-->
			<languagePopulation type="hr" populationPercent="99" officialStatus="official"/>	<!--Croatian-->
			<languagePopulation type="en" populationPercent="49"/>	<!--English-->
			<languagePopulation type="it" populationPercent="1.6" officialStatus="official_regional"/>	<!--Italian-->
		</territory>
		<territory type="HT" gdp="18380000000" literacyPercent="48.7" population="10110000">	<!--Haiti-->
			<languagePopulation type="ht" populationPercent="81" officialStatus="official" references="R1029"/>	<!--Haitian Creole-->
			<languagePopulation type="fr" writingPercent="100" populationPercent="4.7" officialStatus="official" references="R1030"/>	<!--French-->
		</territory>
		<territory type="HU" gdp="247100000000" literacyPercent="99" population="9897540">	<!--Hungary-->
			<languagePopulation type="hu" populationPercent="100" officialStatus="official"/>	<!--Hungarian-->
			<languagePopulation type="en" populationPercent="20"/>	<!--English-->
			<languagePopulation type="de" populationPercent="2.5"/>	<!--German-->
			<languagePopulation type="ro" populationPercent="0.99"/>	<!--Romanian-->
			<languagePopulation type="hr" populationPercent="0.32"/>	<!--Croatian-->
			<languagePopulation type="sk" populationPercent="0.11"/>	<!--Slovak-->
			<languagePopulation type="sl" populationPercent="0.05"/>	<!--Slovenian-->
		</territory>
		<territory type="IC" gdp="68520000000" literacyPercent="97.7" population="2098590">	<!--Canary Islands-->
			<languagePopulation type="es" populationPercent="98" officialStatus="official" references="R1075"/>	<!--Spanish-->
		</territory>
		<territory type="ID" gdp="2686000000000" literacyPercent="92.8" population="255994000">	<!--Indonesia-->
			<languagePopulation type="id" populationPercent="64" officialStatus="official"/>	<!--Indonesian-->
			<languagePopulation type="jv" writingPercent="10" populationPercent="34" references="R1294"/>	<!--Javanese-->
			<languagePopulation type="su" populationPercent="12" references="R1269"/>	<!--Sundanese-->
			<languagePopulation type="mad" writingPercent="40" populationPercent="6.3"/>	<!--Madurese-->
			<languagePopulation type="ms_Arab" populationPercent="4.6"/>	<!--Malay (Arabic)-->
			<languagePopulation type="min" writingPercent="10" populationPercent="3"/>	<!--Minangkabau-->
			<languagePopulation type="bew" populationPercent="2.1"/>	<!--Betawi-->
			<languagePopulation type="ban" writingPercent="10" populationPercent="1.8" references="R1144"/>	<!--Balinese-->
			<languagePopulation type="bug" writingPercent="10" populationPercent="1.6" references="R1145"/>	<!--Buginese-->
			<languagePopulation type="bjn" writingPercent="10" populationPercent="1.5"/>	<!--Banjar-->
			<languagePopulation type="ace" populationPercent="1.4"/>	<!--Achinese-->
			<languagePopulation type="sas" populationPercent="0.97"/>	<!--Sasak-->
			<languagePopulation type="bbc" populationPercent="0.92"/>	<!--Batak Toba-->
			<languagePopulation type="zh_Hant" populationPercent="0.92"/>	<!--Chinese (Traditional)-->
			<languagePopulation type="mak" populationPercent="0.73"/>	<!--Makasar-->
			<languagePopulation type="ljp" populationPercent="0.69"/>	<!--Lampung Api-->
			<languagePopulation type="rej" populationPercent="0.46"/>	<!--Rejang-->
			<languagePopulation type="gor" populationPercent="0.41"/>	<!--Gorontalo-->
			<languagePopulation type="nij" populationPercent="0.37"/>	<!--Ngaju-->
			<languagePopulation type="kge" populationPercent="0.32"/>	<!--Komering-->
			<languagePopulation type="aoz" populationPercent="0.27"/>	<!--Uab Meto-->
			<languagePopulation type="kvr" populationPercent="0.14"/>	<!--Kerinci-->
			<languagePopulation type="lbw" populationPercent="0.13"/>	<!--Tolaki-->
			<languagePopulation type="gay" populationPercent="0.12"/>	<!--Gayo-->
			<languagePopulation type="rob" populationPercent="0.11"/>	<!--Tae'-->
			<languagePopulation type="mdr" populationPercent="0.092"/>	<!--Mandar-->
			<languagePopulation type="sxn" populationPercent="0.092"/>	<!--Sangir-->
			<languagePopulation type="sly" populationPercent="0.054"/>	<!--Selayar-->
			<languagePopulation type="mwv" populationPercent="0.024"/>	<!--Mentawai-->
		</territory>
		<territory type="IE" gdp="236400000000" literacyPercent="99" population="4892310">	<!--Ireland-->
			<languagePopulation type="en" populationPercent="98" officialStatus="official" references="R1202"/>	<!--English-->
			<languagePopulation type="ga" populationPercent="11" officialStatus="official" references="R1043"/>	<!--Irish-->
		</territory>
		<territory type="IL" gdp="272100000000" literacyPercent="97.1" population="8049310">	<!--Israel-->
			<languagePopulation type="he" populationPercent="100" officialStatus="official"/>	<!--Hebrew-->
			<languagePopulation type="en" populationPercent="85"/>	<!--English-->
			<languagePopulation type="ar" populationPercent="20" officialStatus="official"/>	<!--Arabic-->
			<languagePopulation type="ru" populationPercent="11"/>	<!--Russian-->
			<languagePopulation type="ro" populationPercent="3.7"/>	<!--Romanian-->
			<languagePopulation type="yi" populationPercent="3"/>	<!--Yiddish-->
			<languagePopulation type="pl" populationPercent="1.5"/>	<!--Polish-->
			<languagePopulation type="lad" populationPercent="1.3" references="R1301"/>	<!--Ladino-->
			<languagePopulation type="hu" populationPercent="1"/>	<!--Hungarian-->
			<languagePopulation type="am" populationPercent="0.59"/>	<!--Amharic-->
			<languagePopulation type="ti" populationPercent="0.12"/>	<!--Tigrinya-->
			<languagePopulation type="ml" populationPercent="0.099" references="R1115"/>	<!--Malayalam-->
		</territory>
		<territory type="IM" gdp="6298000000" literacyPercent="99" population="87545">	<!--Isle of Man-->
			<languagePopulation type="en" populationPercent="100" officialStatus="official"/>	<!--English-->
			<languagePopulation type="gv" populationPercent="1.9" officialStatus="official"/>	<!--Manx-->
		</territory>
		<territory type="IN" gdp="7411000000000" literacyPercent="62.8" population="1251700000">	<!--India-->
			<languagePopulation type="hi" populationPercent="41" officialStatus="official" references="R1066"/>	<!--Hindi-->
			<languagePopulation type="en" populationPercent="19" officialStatus="official" references="R1033"/>	<!--English-->
			<languagePopulation type="bn" populationPercent="8.1" officialStatus="official_regional" references="R1195"/>	<!--Bengali-->
			<languagePopulation type="te" populationPercent="7.2" officialStatus="official_regional" references="R1195"/>	<!--Telugu-->
			<languagePopulation type="mr" populationPercent="7" officialStatus="official_regional" references="R1195"/>	<!--Marathi-->
			<languagePopulation type="ta" populationPercent="5.9" officialStatus="official_regional" references="R1195"/>	<!--Tamil-->
			<languagePopulation type="ur" populationPercent="5" officialStatus="official_regional" references="R1195"/>	<!--Urdu-->
			<languagePopulation type="gu" populationPercent="4.5" officialStatus="official_regional" references="R1195"/>	<!--Gujarati-->
			<languagePopulation type="kn" populationPercent="3.7" officialStatus="official_regional" references="R1195"/>	<!--Kannada-->
			<languagePopulation type="ml" populationPercent="3.2" officialStatus="official_regional" references="R1195"/>	<!--Malayalam-->
			<languagePopulation type="or" populationPercent="3.2" officialStatus="official_regional" references="R1195"/>	<!--Oriya-->
			<languagePopulation type="pa_Guru" populationPercent="2.8" officialStatus="official_regional" references="R1195"/>	<!--Punjabi (Gurmukhi)-->
			<languagePopulation type="bho" writingPercent="30" populationPercent="2.3"/>	<!--Bhojpuri-->
			<languagePopulation type="awa" writingPercent="5" populationPercent="1.9"/>	<!--Awadhi-->
			<languagePopulation type="as" populationPercent="1.3" officialStatus="official_regional"/>	<!--Assamese-->
			<languagePopulation type="bgc" writingPercent="55" populationPercent="1.2" references="R1146"/>	<!--Haryanvi-->
			<languagePopulation type="mag" writingPercent="30" populationPercent="1.2" references="R1098"/>	<!--Magahi-->
			<languagePopulation type="mwr" populationPercent="1.2" references="R1126"/>	<!--Marwari-->
			<languagePopulation type="mai" populationPercent="1.2" officialStatus="official_regional" references="R1195"/>	<!--Maithili-->
			<languagePopulation type="hne" populationPercent="1.1"/>	<!--Chhattisgarhi-->
			<languagePopulation type="dcc" populationPercent="0.99"/>	<!--Deccan-->
			<languagePopulation type="bjj" writingPercent="60" populationPercent="0.56"/>	<!--Kanauji-->
			<languagePopulation type="ne" populationPercent="0.56" officialStatus="official_regional"/>	<!--Nepali-->
			<languagePopulation type="sat" populationPercent="0.55" officialStatus="official_regional"/>	<!--Santali-->
			<languagePopulation type="wtm" writingPercent="25" populationPercent="0.46"/>	<!--Mewati-->
			<languagePopulation type="rkt" writingPercent="20" populationPercent="0.44" references="R1228"/>	<!--Rangpuri-->
			<languagePopulation type="ks_Arab" populationPercent="0.41" officialStatus="official_regional"/>	<!--Kashmiri (Arabic)-->
			<languagePopulation type="kok" populationPercent="0.37" officialStatus="official_regional"/>	<!--Konkani-->
			<languagePopulation type="gom" populationPercent="0.32"/>	<!--Goan Konkani-->
			<languagePopulation type="swv" populationPercent="0.28"/>	<!--Shekhawati-->
			<languagePopulation type="gbm" populationPercent="0.27"/>	<!--Garhwali-->
			<languagePopulation type="lmn" populationPercent="0.27"/>	<!--Lambadi-->
			<languagePopulation type="sd_Arab" populationPercent="0.26" officialStatus="official_regional"/>	<!--Sindhi (Arabic)-->
			<languagePopulation type="gon_Telu" populationPercent="0.24"/>	<!--Gondi (Telugu)-->
			<languagePopulation type="kfy" populationPercent="0.22"/>	<!--Kumaoni-->
			<languagePopulation type="doi" populationPercent="0.19"/>	<!--Dogri-->
			<languagePopulation type="kru" populationPercent="0.19"/>	<!--Kurukh-->
			<languagePopulation type="sck" populationPercent="0.18"/>	<!--Sadri-->
			<languagePopulation type="wbq" populationPercent="0.18"/>	<!--Waddar-->
			<languagePopulation type="xnr" populationPercent="0.16"/>	<!--Kangri-->
			<languagePopulation type="tcy" populationPercent="0.15"/>	<!--Tulu-->
			<languagePopulation type="wbr" populationPercent="0.15"/>	<!--Wagdi-->
			<languagePopulation type="khn" populationPercent="0.15"/>	<!--Khandesi-->
			<languagePopulation type="brx" populationPercent="0.14"/>	<!--Bodo-->
			<languagePopulation type="noe" populationPercent="0.13"/>	<!--Nimadi-->
			<languagePopulation type="bhb" populationPercent="0.12"/>	<!--Bhili-->
			<languagePopulation type="mni" populationPercent="0.11"/>	<!--Manipuri-->
			<languagePopulation type="raj" populationPercent="0.1"/>	<!--Rajasthani-->
			<languagePopulation type="hoc" populationPercent="0.099" references="R1195"/>	<!--Ho-->
			<languagePopulation type="mtr" populationPercent="0.098"/>	<!--Mewari-->
			<languagePopulation type="unr_Beng" populationPercent="0.095"/>	<!--unr (Bengali)-->
			<languagePopulation type="bhi" populationPercent="0.092"/>	<!--Bhilali-->
			<languagePopulation type="hoj" populationPercent="0.082"/>	<!--Hadothi-->
			<languagePopulation type="kha" writingPercent="29" populationPercent="0.08" officialStatus="official_regional"/>	<!--Khasi-->
			<languagePopulation type="kfr" populationPercent="0.075"/>	<!--Kachhi-->
			<languagePopulation type="grt" populationPercent="0.053"/>	<!--Garo-->
			<languagePopulation type="unx_Beng" populationPercent="0.048"/>	<!--unx (Bengali)-->
			<languagePopulation type="bfy" populationPercent="0.037"/>	<!--Bagheli-->
			<languagePopulation type="srx" populationPercent="0.035" references="R1196"/>	<!--Sirmauri-->
			<languagePopulation type="saz" populationPercent="0.029"/>	<!--Saurashtra-->
			<languagePopulation type="ccp" populationPercent="0.028"/>	<!--Chakma-->
			<languagePopulation type="sd_Deva" populationPercent="0.026" officialStatus="official_regional" references="R1102"/>	<!--Sindhi (Devanagari)-->
			<languagePopulation type="bfq" populationPercent="0.023"/>	<!--Badaga-->
			<languagePopulation type="njo" populationPercent="0.023"/>	<!--Ao Naga-->
			<languagePopulation type="ria" populationPercent="0.013"/>	<!--Riang (India)-->
			<languagePopulation type="bo" populationPercent="0.011"/>	<!--Tibetan-->
			<languagePopulation type="bpy" populationPercent="0.0068"/>	<!--Bishnupriya-->
			<languagePopulation type="bft" populationPercent="0.0062"/>	<!--Balti-->
			<languagePopulation type="bra" populationPercent="0.0041"/>	<!--Braj-->
			<languagePopulation type="lep" populationPercent="0.0035"/>	<!--Lepcha-->
			<languagePopulation type="btv" populationPercent="0.0026"/>	<!--Bateri-->
			<languagePopulation type="lif_Deva" populationPercent="0.0026"/>	<!--lif (Devanagari)-->
			<languagePopulation type="lah" populationPercent="0.0025"/>	<!--Lahnda-->
			<languagePopulation type="sa" populationPercent="0.0012" officialStatus="official_regional" references="R1197"/>	<!--Sanskrit-->
			<languagePopulation type="kht" populationPercent="0.0007"/>	<!--Khamti-->
			<languagePopulation type="dv" populationPercent="0.0004"/>	<!--Divehi-->
			<languagePopulation type="dz" populationPercent="0.0002"/>	<!--Dzongkha-->
		</territory>
		<territory type="IO" gdp="140300000" literacyPercent="99" population="3500">	<!--British Indian Ocean Territory-->
			<languagePopulation type="en" writingPercent="100" populationPercent="100" officialStatus="official" references="R1179"/>	<!--English-->
		</territory>
		<territory type="IQ" gdp="526100000000" literacyPercent="78.5" population="37056200">	<!--Iraq-->
			<languagePopulation type="ar" populationPercent="68" officialStatus="official"/>	<!--Arabic-->
			<languagePopulation type="en" populationPercent="35"/>	<!--English-->
			<languagePopulation type="ckb" populationPercent="20" officialStatus="official_regional" references="R1073"/>	<!--Central Kurdish-->
			<languagePopulation type="az_Arab" populationPercent="1.8" officialStatus="official_regional"/>	<!--Azerbaijani (Arabic)-->
			<languagePopulation type="fa" populationPercent="0.87"/>	<!--Persian-->
			<languagePopulation type="lrc" populationPercent="0.61" references="R1310"/>	<!--Northern Luri-->
			<languagePopulation type="syr" populationPercent="0.5" references="R1311"/>	<!--Syriac-->
		</territory>
		<territory type="IR" gdp="1357000000000" literacyPercent="85" population="81824300">	<!--Iran-->
			<languagePopulation type="fa" populationPercent="75" officialStatus="official"/>	<!--Persian-->
			<languagePopulation type="az_Arab" populationPercent="24"/>	<!--Azerbaijani (Arabic)-->
			<languagePopulation type="mzn" populationPercent="5"/>	<!--Mazanderani-->
			<languagePopulation type="glk" populationPercent="4.6"/>	<!--Gilaki-->
			<languagePopulation type="ckb" populationPercent="3.9" references="R1212"/>	<!--Central Kurdish-->
			<languagePopulation type="sdh" populationPercent="3.7" references="R1312"/>	<!--Southern Kurdish-->
			<languagePopulation type="tk_Latn" populationPercent="2.8"/>	<!--Turkmen (Latin)-->
			<languagePopulation type="lrc" writingPercent="10" populationPercent="2.1"/>	<!--Northern Luri-->
			<languagePopulation type="ar" populationPercent="2"/>	<!--Arabic-->
			<languagePopulation type="bal" populationPercent="2"/>	<!--Baluchi-->
			<languagePopulation type="rmt" writingPercent="1" populationPercent="1.9" references="R1270"/>	<!--Domari-->
			<languagePopulation type="bqi" populationPercent="1.4"/>	<!--Bakhtiari-->
			<languagePopulation type="luz" populationPercent="1.2"/>	<!--Southern Luri-->
			<languagePopulation type="lki" populationPercent="0.76" references="R1212"/>	<!--Laki-->
			<languagePopulation type="bgn" writingPercent="5" populationPercent="0.56" references="R1209"/>	<!--Western Balochi-->
			<languagePopulation type="prd" populationPercent="0.5"/>	<!--Parsi-Dari-->
			<languagePopulation type="hy" populationPercent="0.24"/>	<!--Armenian-->
			<languagePopulation type="ps" populationPercent="0.16"/>	<!--Pashto-->
			<languagePopulation type="ka" populationPercent="0.071"/>	<!--Georgian-->
			<languagePopulation type="gbz" populationPercent="0.0098"/>	<!--Zoroastrian Dari-->
			<languagePopulation type="kk_Arab" populationPercent="0.0037" references="R1119"/>	<!--Kazakh (Arabic)-->
		</territory>
		<territory type="IS" gdp="14340000000" literacyPercent="99" population="331918">	<!--Iceland-->
			<languagePopulation type="is" populationPercent="100" officialStatus="official" references="R1035"/>	<!--Icelandic-->
			<languagePopulation type="da" populationPercent="0.68"/>	<!--Danish-->
		</territory>
		<territory type="IT" gdp="2135000000000" literacyPercent="99" population="61855100">	<!--Italy-->
			<languagePopulation type="it" populationPercent="95" officialStatus="official"/>	<!--Italian-->
			<languagePopulation type="en" populationPercent="34"/>	<!--English-->
			<languagePopulation type="fr" populationPercent="6.3" officialStatus="official_regional" references="R1252"/>	<!--French-->
			<languagePopulation type="sc" populationPercent="1.7"/>	<!--Sardinian-->
			<languagePopulation type="de" populationPercent="1.6" references="R1251"/>	<!--German-->
			<languagePopulation type="vec" populationPercent="1.3" references="R1295"/>	<!--Venetian-->
			<languagePopulation type="nap" writingPercent="5" populationPercent="0.97" references="R1148"/>	<!--Neapolitan-->
			<languagePopulation type="lij" populationPercent="0.86"/>	<!--Ligurian-->
			<languagePopulation type="scn" writingPercent="5" populationPercent="0.82" references="R1149"/>	<!--Sicilian-->
			<languagePopulation type="sl" populationPercent="0.17" references="R1253"/>	<!--Slovenian-->
			<languagePopulation type="sdc" populationPercent="0.17"/>	<!--Sassarese Sardinian-->
			<languagePopulation type="fur" writingPercent="5" populationPercent="0.06" references="R1296"/>	<!--Friulian-->
			<languagePopulation type="egl" populationPercent="0.05" references="R1302"/>	<!--Emilian-->
			<languagePopulation type="ca" populationPercent="0.035"/>	<!--Catalan-->
			<languagePopulation type="el" populationPercent="0.035"/>	<!--Greek-->
			<languagePopulation type="lmo" populationPercent="0.03"/>	<!--Lombard-->
			<languagePopulation type="pms" populationPercent="0.01"/>	<!--Piedmontese-->
			<languagePopulation type="hr" populationPercent="0.0057"/>	<!--Croatian-->
			<languagePopulation type="rgn" populationPercent="0" references="R1150"/>	<!--Romagnol-->
		</territory>
		<territory type="JE" gdp="5771000000" literacyPercent="99" population="97294">	<!--Jersey-->
			<languagePopulation type="en" populationPercent="95" officialStatus="official"/>	<!--English-->
		</territory>
		<territory type="JM" gdp="24100000000" literacyPercent="87" population="2950210">	<!--Jamaica-->
			<languagePopulation type="en" populationPercent="98" officialStatus="official"/>	<!--English-->
			<languagePopulation type="jam" populationPercent="95"/>	<!--Jamaican Creole English-->
		</territory>
		<territory type="JO" gdp="79910000000" literacyPercent="95.9" population="8117560">	<!--Jordan-->
			<languagePopulation type="ar" populationPercent="100" officialStatus="official" references="R1036"/>	<!--Arabic-->
			<languagePopulation type="en" populationPercent="45" references="R1036"/>	<!--English-->
		</territory>
		<territory type="JP" gdp="4767000000000" literacyPercent="99" population="126920000">	<!--Japan-->
			<languagePopulation type="ja" populationPercent="95" officialStatus="official"/>	<!--Japanese-->
			<languagePopulation type="ryu" writingPercent="5" populationPercent="0.77" references="R1151"/>	<!--Central Okinawan-->
			<languagePopulation type="ko" populationPercent="0.52"/>	<!--Korean-->
		</territory>
		<territory type="KE" gdp="133000000000" literacyPercent="87.4" population="45925300">	<!--Kenya-->
			<languagePopulation type="sw" populationPercent="66" officialStatus="official" references="R1127"/>	<!--Swahili-->
			<languagePopulation type="en" populationPercent="19" officialStatus="official"/>	<!--English-->
			<languagePopulation type="ki" populationPercent="17"/>	<!--Kikuyu-->
			<languagePopulation type="luy" populationPercent="11"/>	<!--Luyia-->
			<languagePopulation type="luo" populationPercent="9.8"/>	<!--Luo-->
			<languagePopulation type="kam" populationPercent="7.6"/>	<!--Kamba-->
			<languagePopulation type="kln" populationPercent="7.6"/>	<!--Kalenjin-->
			<languagePopulation type="guz" populationPercent="4.9"/>	<!--Gusii-->
			<languagePopulation type="mer" populationPercent="4"/>	<!--Meru-->
			<languagePopulation type="mas" writingPercent="50" populationPercent="1.6"/>	<!--Masai-->
			<languagePopulation type="ebu" writingPercent="1" populationPercent="1.5"/>	<!--Embu-->
			<languagePopulation type="so" populationPercent="1.3"/>	<!--Somali-->
			<languagePopulation type="dav" writingPercent="5" populationPercent="0.82"/>	<!--Taita-->
			<languagePopulation type="teo" populationPercent="0.74"/>	<!--Teso-->
			<languagePopulation type="pko" writingPercent="1" populationPercent="0.7"/>	<!--Pökoot-->
			<languagePopulation type="om" populationPercent="0.47"/>	<!--Oromo-->
			<languagePopulation type="saq" writingPercent="1" populationPercent="0.46" references="R1180"/>	<!--Samburu-->
			<languagePopulation type="ar" populationPercent="0.046"/>	<!--Arabic-->
			<languagePopulation type="pa_Guru" populationPercent="0.022"/>	<!--Punjabi (Gurmukhi)-->
			<languagePopulation type="gu" populationPercent="0.011"/>	<!--Gujarati-->
		</territory>
		<territory type="KG" gdp="19230000000" literacyPercent="99.2" population="5664940">	<!--Kyrgyzstan-->
			<languagePopulation type="ky_Cyrl" populationPercent="48" officialStatus="official"/>	<!--Kyrgyz (Cyrillic)-->
			<languagePopulation type="ru" populationPercent="36" officialStatus="official" references="R1108"/>	<!--Russian-->
		</territory>
		<territory type="KH" gdp="50160000000" literacyPercent="73.9" population="15708800">	<!--Cambodia-->
			<languagePopulation type="km" populationPercent="89" officialStatus="official"/>	<!--Khmer-->
			<languagePopulation type="cja" populationPercent="1.6"/>	<!--Western Cham-->
			<languagePopulation type="kdt" populationPercent="0.11"/>	<!--Kuy-->
		</territory>
		<territory type="KI" gdp="189000000" literacyPercent="90" population="105711">	<!--Kiribati-->
			<languagePopulation type="en" populationPercent="100" officialStatus="official" references="R1037"/>	<!--English-->
			<languagePopulation type="gil" populationPercent="60" officialStatus="official"/>	<!--Gilbertese-->
		</territory>
		<territory type="KM" gdp="1190000000" literacyPercent="75.5" population="780971">	<!--Comoros-->
			<languagePopulation type="ar" populationPercent="66" officialStatus="official"/>	<!--Arabic-->
			<languagePopulation type="fr" populationPercent="56" officialStatus="official"/>	<!--French-->
			<languagePopulation type="zdj" populationPercent="37" officialStatus="official" references="R1198"/>	<!--Ngazidja Comorian-->
			<languagePopulation type="wni" populationPercent="34" officialStatus="official" references="R1313"/>	<!--Ndzwani Comorian-->
		</territory>
		<territory type="KN" gdp="1281000000" literacyPercent="97.8" population="51936">	<!--St. Kitts & Nevis-->
			<languagePopulation type="en" populationPercent="98" officialStatus="official"/>	<!--English-->
		</territory>
		<territory type="KP" gdp="40000000000" literacyPercent="100" population="24983200">	<!--North Korea-->
			<languagePopulation type="ko" populationPercent="88" officialStatus="official"/>	<!--Korean-->
		</territory>
		<territory type="KR" gdp="1784000000000" literacyPercent="97.9" population="49115200">	<!--South Korea-->
			<languagePopulation type="ko" populationPercent="100" officialStatus="official"/>	<!--Korean-->
		</territory>
		<territory type="KW" gdp="282600000000" literacyPercent="93.9" population="2788530">	<!--Kuwait-->
			<languagePopulation type="ar" populationPercent="100" officialStatus="official"/>	<!--Arabic-->
		</territory>
		<territory type="KY" gdp="2507000000" literacyPercent="98.9" population="56092">	<!--Cayman Islands-->
			<languagePopulation type="en" populationPercent="98" officialStatus="official"/>	<!--English-->
		</territory>
		<territory type="KZ" gdp="420000000000" literacyPercent="99.7" population="18157100">	<!--Kazakhstan-->
			<languagePopulation type="ru" populationPercent="72" officialStatus="official" references="R1257"/>	<!--Russian-->
			<languagePopulation type="kk_Cyrl" populationPercent="64" officialStatus="official" references="R1068"/>	<!--Kazakh (Cyrillic)-->
			<languagePopulation type="en" populationPercent="15"/>	<!--English-->
			<languagePopulation type="de" populationPercent="6.4"/>	<!--German-->
			<languagePopulation type="ug_Cyrl" populationPercent="2"/>	<!--Uyghur (Cyrillic)-->
		</territory>
		<territory type="LA" gdp="34530000000" literacyPercent="72.7" population="6911540">	<!--Laos-->
			<languagePopulation type="lo" populationPercent="69" officialStatus="official"/>	<!--Lao-->
			<languagePopulation type="kjg" populationPercent="5.8" references="R1230"/>	<!--Khmu-->
			<languagePopulation type="kdt" populationPercent="0.96" references="R1231"/>	<!--Kuy-->
		</territory>
		<territory type="LB" gdp="81420000000" literacyPercent="89.6" population="6184700">	<!--Lebanon-->
			<languagePopulation type="ar" populationPercent="86" officialStatus="official"/>	<!--Arabic-->
			<languagePopulation type="en" populationPercent="40"/>	<!--English-->
			<languagePopulation type="hy" populationPercent="5.2"/>	<!--Armenian-->
			<languagePopulation type="ku_Arab" populationPercent="1.6"/>	<!--Kurdish (Arabic)-->
			<languagePopulation type="fr" populationPercent="0.37"/>	<!--French-->
		</territory>
		<territory type="LC" gdp="1978000000" literacyPercent="90.1" population="163922">	<!--St. Lucia-->
			<languagePopulation type="en" populationPercent="90" officialStatus="official"/>	<!--English-->
		</territory>
		<territory type="LI" gdp="3200000000" literacyPercent="100" population="37624">	<!--Liechtenstein-->
			<languagePopulation type="de" populationPercent="100" officialStatus="official" references="R1039"/>	<!--German-->
			<languagePopulation type="gsw" writingPercent="5" populationPercent="85" officialStatus="de_facto_official"/>	<!--Swiss German-->
			<languagePopulation type="wae" populationPercent="3.5"/>	<!--Walser-->
		</territory>
		<territory type="LK" gdp="218200000000" literacyPercent="91.2" population="22053500">	<!--Sri Lanka-->
			<languagePopulation type="si" populationPercent="68" officialStatus="official"/>	<!--Sinhala-->
			<languagePopulation type="ta" populationPercent="15" officialStatus="official"/>	<!--Tamil-->
			<languagePopulation type="en" populationPercent="10"/>	<!--English-->
		</territory>
		<territory type="LR" gdp="3711000000" literacyPercent="60.8" population="4195670">	<!--Liberia-->
			<languagePopulation type="en" populationPercent="83" officialStatus="official" references="R1046"/>	<!--English-->
			<languagePopulation type="kpe" populationPercent="14"/>	<!--Kpelle-->
			<languagePopulation type="vai_Vaii" populationPercent="2.6" references="R1271"/>	<!--Vai (Vai)-->
			<languagePopulation type="men" populationPercent="0.48"/>	<!--Mende-->
			<languagePopulation type="vai_Latn" populationPercent="0" references="R1272"/>	<!--Vai (Latin)-->
		</territory>
		<territory type="LS" gdp="5575000000" literacyPercent="89.6" population="1947700">	<!--Lesotho-->
			<languagePopulation type="st" populationPercent="98" officialStatus="official"/>	<!--Southern Sotho-->
			<languagePopulation type="en" populationPercent="27" officialStatus="official" references="R1047"/>	<!--English-->
			<languagePopulation type="zu" populationPercent="14"/>	<!--Zulu-->
			<languagePopulation type="ss" populationPercent="2.4"/>	<!--Swati-->
			<languagePopulation type="xh" populationPercent="0.99"/>	<!--Xhosa-->
		</territory>
		<territory type="LT" gdp="79930000000" literacyPercent="99.7" population="2884430">	<!--Lithuania-->
			<languagePopulation type="lt" populationPercent="86" officialStatus="official"/>	<!--Lithuanian-->
			<languagePopulation type="en" populationPercent="38"/>	<!--English-->
			<languagePopulation type="ru" populationPercent="8" references="R1048"/>	<!--Russian-->
			<languagePopulation type="sgs" populationPercent="0" references="R1303"/>	<!--Samogitian-->
		</territory>
		<territory type="LU" gdp="53670000000" literacyPercent="100" population="570252">	<!--Luxembourg-->
			<languagePopulation type="fr" populationPercent="87" officialStatus="official"/>	<!--French-->
			<languagePopulation type="lb" writingPercent="5" populationPercent="67" officialStatus="official" references="R1024"/>	<!--Luxembourgish-->
			<languagePopulation type="de" populationPercent="63" officialStatus="official"/>	<!--German-->
			<languagePopulation type="pt" populationPercent="16" references="R1321"/>	<!--Portuguese-->
		</territory>
		<territory type="LV" gdp="48360000000" literacyPercent="99.8" population="1986710">	<!--Latvia-->
			<languagePopulation type="lv" populationPercent="61" officialStatus="official"/>	<!--Latvian-->
			<languagePopulation type="ru" populationPercent="38"/>	<!--Russian-->
			<languagePopulation type="ltg" populationPercent="8.9"/>	<!--Latgalian-->
		</territory>
		<territory type="LY" gdp="97940000000" literacyPercent="89.5" population="6411780">	<!--Libya-->
			<languagePopulation type="ar" populationPercent="74" officialStatus="official"/>	<!--Arabic-->
		</territory>
		<territory type="MA" gdp="259200000000" literacyPercent="67.1" population="33322700">	<!--Morocco-->
			<languagePopulation type="ary" populationPercent="87"/>	<!--Moroccan Arabic-->
			<languagePopulation type="ar" populationPercent="62" officialStatus="official"/>	<!--Arabic-->
			<languagePopulation type="zgh" populationPercent="22" references="R1254"/>	<!--Standard Moroccan Tamazight-->
			<languagePopulation type="fr" populationPercent="20" officialStatus="de_facto_official" references="R1050"/>	<!--French-->
			<languagePopulation type="en" populationPercent="14" references="R1050"/>	<!--English-->
			<languagePopulation type="tzm_Latn" writingPercent="25" populationPercent="9.8" officialStatus="official"/>	<!--Central Atlas Tamazight (Latin)-->
			<languagePopulation type="shi_Latn" populationPercent="8.7" references="R1181"/>	<!--Tachelhit (Latin)-->
			<languagePopulation type="shi_Tfng" populationPercent="8.7"/>	<!--Tachelhit (Tifinagh)-->
			<languagePopulation type="rif_Latn" writingPercent="5" populationPercent="4.9"/>	<!--Riffian (Latin)-->
			<languagePopulation type="rif_Tfng" writingPercent="5" populationPercent="4.9"/>	<!--Riffian (Tifinagh)-->
			<languagePopulation type="es" populationPercent="0.065"/>	<!--Spanish-->
		</territory>
		<territory type="MC" gdp="6790000000" literacyPercent="99" population="30535">	<!--Monaco-->
			<languagePopulation type="fr" populationPercent="99" officialStatus="official"/>	<!--French-->
		</territory>
		<territory type="MD" gdp="17780000000" literacyPercent="99" population="3546850">	<!--Moldova-->
			<languagePopulation type="ro" populationPercent="63" officialStatus="official"/>	<!--Romanian-->
			<languagePopulation type="uk" populationPercent="14"/>	<!--Ukrainian-->
			<languagePopulation type="bg" populationPercent="9.4"/>	<!--Bulgarian-->
			<languagePopulation type="gag" populationPercent="3.3" references="R1128"/>	<!--Gagauz-->
			<languagePopulation type="ru" populationPercent="3" references="R1051"/>	<!--Russian-->
		</territory>
		<territory type="ME" gdp="9428000000" literacyPercent="98.5" population="647073">	<!--Montenegro-->
			<languagePopulation type="sr_Latn" populationPercent="100" officialStatus="official"/>	<!--Serbian (Latin)-->
			<languagePopulation type="sq" populationPercent="7.9"/>	<!--Albanian-->
			<languagePopulation type="sr_Cyrl" populationPercent="5" references="R1255"/>	<!--Serbian (Cyrillic)-->
		</territory>
		<territory type="MF" gdp="561500000" literacyPercent="99" population="31754">	<!--St. Martin-->
			<languagePopulation type="fr" populationPercent="100" officialStatus="official"/>	<!--French-->
		</territory>
		<territory type="MG" gdp="34050000000" literacyPercent="64.5" population="23812700">	<!--Madagascar-->
			<languagePopulation type="mg" populationPercent="90" officialStatus="official" references="R1089"/>	<!--Malagasy-->
			<languagePopulation type="fr" populationPercent="69" officialStatus="official"/>	<!--French-->
			<languagePopulation type="en" populationPercent="18" officialStatus="official" references="R1118"/>	<!--English-->
		</territory>
		<territory type="MH" gdp="182000000" literacyPercent="93.7" population="72191">	<!--Marshall Islands-->
			<languagePopulation type="en" populationPercent="93" officialStatus="official"/>	<!--English-->
			<languagePopulation type="mh" populationPercent="73" officialStatus="official"/>	<!--Marshallese-->
		</territory>
		<territory type="MK" gdp="27720000000" literacyPercent="97.4" population="2096020">	<!--Macedonia-->
			<languagePopulation type="mk" populationPercent="67" officialStatus="official"/>	<!--Macedonian-->
			<languagePopulation type="sq" populationPercent="25" officialStatus="official_regional" references="R1053"/>	<!--Albanian-->
			<languagePopulation type="tr" populationPercent="3.5"/>	<!--Turkish-->
		</territory>
		<territory type="ML" gdp="27500000000" literacyPercent="33.4" population="16955500">	<!--Mali-->
			<languagePopulation type="bm_Latn" populationPercent="46"/>	<!--Bambara (Latin)-->
			<languagePopulation type="fr" populationPercent="46" officialStatus="official"/>	<!--French-->
			<languagePopulation type="ffm" populationPercent="7.7"/>	<!--Maasina Fulfulde-->
			<languagePopulation type="snk" populationPercent="5.9"/>	<!--Soninke-->
			<languagePopulation type="mwk" populationPercent="5"/>	<!--Kita Maninkakan-->
			<languagePopulation type="ses" populationPercent="3.4"/>	<!--Koyraboro Senni-->
			<languagePopulation type="tmh" populationPercent="2.1"/>	<!--Tamashek-->
			<languagePopulation type="bm_Nkoo" populationPercent="2" references="R1291"/>	<!--Bambara (N’Ko)-->
			<languagePopulation type="khq" populationPercent="1.7"/>	<!--Koyra Chiini-->
			<languagePopulation type="dtm" populationPercent="1.1"/>	<!--Tomo Kan Dogon-->
			<languagePopulation type="kao" populationPercent="1"/>	<!--Xaasongaxango-->
			<languagePopulation type="ar" populationPercent="0.89"/>	<!--Arabic-->
			<languagePopulation type="bmq" populationPercent="0.86"/>	<!--Bomu-->
			<languagePopulation type="bze" populationPercent="0.84"/>	<!--Jenaama Bozo-->
		</territory>
		<territory type="MM" gdp="244400000000" literacyPercent="92.7" population="56320200">	<!--Myanmar (Burma)-->
			<languagePopulation type="my" populationPercent="64" officialStatus="official"/>	<!--Burmese-->
			<languagePopulation type="shn" populationPercent="6.4"/>	<!--Shan-->
			<languagePopulation type="kac" populationPercent="1.7"/>	<!--Kachin-->
			<languagePopulation type="mnw" populationPercent="1.5"/>	<!--Mon-->
			<languagePopulation type="kht" populationPercent="0.0075"/>	<!--Khamti-->
		</territory>
		<territory type="MN" gdp="34870000000" literacyPercent="97.4" population="2992910">	<!--Mongolia-->
			<languagePopulation type="mn_Cyrl" populationPercent="93" officialStatus="official"/>	<!--Mongolian (Cyrillic)-->
			<languagePopulation type="kk_Arab" populationPercent="7.2" references="R1119"/>	<!--Kazakh (Arabic)-->
			<languagePopulation type="zh_Hans" populationPercent="1.4"/>	<!--Chinese (Simplified)-->
			<languagePopulation type="ru" populationPercent="0.13"/>	<!--Russian-->
			<languagePopulation type="ug_Cyrl" populationPercent="0.033"/>	<!--Uyghur (Cyrillic)-->
		</territory>
		<territory type="MO" gdp="51680000000" literacyPercent="95.6" population="592731">	<!--Macau SAR China-->
			<languagePopulation type="zh_Hant" populationPercent="98" officialStatus="official"/>	<!--Chinese (Traditional)-->
			<languagePopulation type="pt" populationPercent="5" officialStatus="official" references="R1085"/>	<!--Portuguese-->
			<languagePopulation type="zh_Hans" populationPercent="5" references="R1143"/>	<!--Chinese (Simplified)-->
			<languagePopulation type="en" populationPercent="2.3" references="R1273"/>	<!--English-->
		</territory>
		<territory type="MP" gdp="682000000" literacyPercent="97" population="52344">	<!--Northern Mariana Islands-->
			<languagePopulation type="en" populationPercent="97" officialStatus="de_facto_official"/>	<!--English-->
			<languagePopulation type="ch" populationPercent="18"/>	<!--Chamorro-->
		</territory>
		<territory type="MQ" gdp="6117000000" literacyPercent="98" population="436131">	<!--Martinique-->
			<languagePopulation type="fr" populationPercent="98" officialStatus="official"/>	<!--French-->
		</territory>
		<territory type="MR" gdp="15620000000" literacyPercent="58.6" population="3596700">	<!--Mauritania-->
			<languagePopulation type="ar" populationPercent="85" officialStatus="official"/>	<!--Arabic-->
			<languagePopulation type="fr" populationPercent="17" references="R1135"/>	<!--French-->
			<languagePopulation type="ff" populationPercent="5.7"/>	<!--Fulah-->
			<languagePopulation type="wo" populationPercent="0.28"/>	<!--Wolof-->
		</territory>
		<territory type="MS" gdp="43780000" literacyPercent="97" population="5241">	<!--Montserrat-->
			<languagePopulation type="en" populationPercent="67" officialStatus="official"/>	<!--English-->
		</territory>
		<territory type="MT" gdp="14120000000" literacyPercent="92.4" population="413965">	<!--Malta-->
			<languagePopulation type="mt" populationPercent="100" officialStatus="official"/>	<!--Maltese-->
			<languagePopulation type="en" populationPercent="88" officialStatus="official"/>	<!--English-->
		</territory>
		<territory type="MU" gdp="23530000000" literacyPercent="88.8" population="1339830">	<!--Mauritius-->
			<languagePopulation type="mfe" populationPercent="90"/>	<!--Morisyen-->
			<languagePopulation type="en" populationPercent="72" officialStatus="official" references="R1152"/>	<!--English-->
			<languagePopulation type="bho" populationPercent="27"/>	<!--Bhojpuri-->
			<languagePopulation type="ur" populationPercent="5.2"/>	<!--Urdu-->
			<languagePopulation type="fr" populationPercent="3" officialStatus="official"/>	<!--French-->
			<languagePopulation type="ta" populationPercent="2.5"/>	<!--Tamil-->
		</territory>
		<territory type="MV" gdp="4554000000" literacyPercent="98.4" population="393253">	<!--Maldives-->
			<languagePopulation type="dv" populationPercent="94" officialStatus="official"/>	<!--Divehi-->
		</territory>
		<territory type="MW" gdp="19580000000" literacyPercent="74.8" population="17964700">	<!--Malawi-->
			<languagePopulation type="en" populationPercent="63" officialStatus="official"/>	<!--English-->
			<languagePopulation type="ny" populationPercent="63" officialStatus="official"/>	<!--Nyanja-->
			<languagePopulation type="tum" populationPercent="8.4"/>	<!--Tumbuka-->
			<languagePopulation type="tog" populationPercent="0.98"/>	<!--Nyasa Tonga-->
			<languagePopulation type="zu" populationPercent="0.33"/>	<!--Zulu-->
		</territory>
		<territory type="MX" gdp="2149000000000" literacyPercent="93.5" population="121737000">	<!--Mexico-->
			<languagePopulation type="es" populationPercent="83" officialStatus="de_facto_official"/>	<!--Spanish-->
			<languagePopulation type="en" populationPercent="13"/>	<!--English-->
			<languagePopulation type="yua" populationPercent="0.67"/>	<!--Yucateco-->
			<languagePopulation type="nhe" populationPercent="0.39"/>	<!--Eastern Huasteca Nahuatl-->
			<languagePopulation type="nhw" populationPercent="0.38"/>	<!--Western Huasteca Nahuatl-->
			<languagePopulation type="maz" populationPercent="0.34"/>	<!--Central Mazahua-->
			<languagePopulation type="nch" populationPercent="0.19"/>	<!--Central Huasteca Nahuatl-->
			<languagePopulation type="sei" populationPercent="0.0007"/>	<!--Seri-->
		</territory>
		<territory type="MY" gdp="769400000000" literacyPercent="93.1" population="30513800">	<!--Malaysia-->
			<languagePopulation type="ms_Latn" populationPercent="75" officialStatus="official"/>	<!--Malay (Latin)-->
			<languagePopulation type="en" populationPercent="21"/>	<!--English-->
			<languagePopulation type="zh_Hant" populationPercent="17"/>	<!--Chinese (Traditional)-->
			<languagePopulation type="ta" populationPercent="4.2"/>	<!--Tamil-->
			<languagePopulation type="iba" populationPercent="2.5"/>	<!--Iban-->
			<languagePopulation type="jv" populationPercent="1.2"/>	<!--Javanese-->
			<languagePopulation type="zmi" populationPercent="1.2"/>	<!--Negeri Sembilan Malay-->
			<languagePopulation type="dtp" populationPercent="0.56"/>	<!--Central Dusun-->
			<languagePopulation type="ml" populationPercent="0.15"/>	<!--Malayalam-->
			<languagePopulation type="bug" populationPercent="0.079" references="R1056"/>	<!--Buginese-->
			<languagePopulation type="bjn" populationPercent="0.016"/>	<!--Banjar-->
		</territory>
		<territory type="MZ" gdp="31210000000" literacyPercent="56.1" population="25303100">	<!--Mozambique-->
			<languagePopulation type="pt" populationPercent="27" officialStatus="official"/>	<!--Portuguese-->
			<languagePopulation type="vmw" populationPercent="13"/>	<!--Makhuwa-->
			<languagePopulation type="ndc" populationPercent="9.9"/>	<!--Ndau-->
			<languagePopulation type="ts" populationPercent="7.9"/>	<!--Tsonga-->
			<languagePopulation type="ngl" populationPercent="6.8"/>	<!--Lomwe-->
			<languagePopulation type="seh" populationPercent="4.6"/>	<!--Sena-->
			<languagePopulation type="mgh" populationPercent="4.5" references="R1274"/>	<!--Makhuwa-Meetto-->
			<languagePopulation type="rng" populationPercent="3.4"/>	<!--Ronga-->
			<languagePopulation type="ny" populationPercent="2.6"/>	<!--Nyanja-->
			<languagePopulation type="yao" populationPercent="2.4"/>	<!--Yao-->
			<languagePopulation type="sw" populationPercent="0.036"/>	<!--Swahili-->
			<languagePopulation type="zu" populationPercent="0.0071"/>	<!--Zulu-->
		</territory>
		<territory type="NA" gdp="23480000000" literacyPercent="88.8" population="2212310">	<!--Namibia-->
			<languagePopulation type="af" populationPercent="75" references="R1256"/>	<!--Afrikaans-->
			<languagePopulation type="kj" populationPercent="35"/>	<!--Kuanyama-->
			<languagePopulation type="ng" populationPercent="21"/>	<!--Ndonga-->
			<languagePopulation type="naq" populationPercent="11" references="R1182"/>	<!--Nama-->
			<languagePopulation type="hz" populationPercent="9.1"/>	<!--Herero-->
			<languagePopulation type="en" populationPercent="7" officialStatus="official"/>	<!--English-->
			<languagePopulation type="de" populationPercent="0.9"/>	<!--German-->
			<languagePopulation type="tn" populationPercent="0.56"/>	<!--Tswana-->
		</territory>
		<territory type="NC" gdp="11100000000" literacyPercent="96.2" population="271615">	<!--New Caledonia-->
			<languagePopulation type="fr" populationPercent="96" officialStatus="official"/>	<!--French-->
		</territory>
		<territory type="NE" gdp="18000000000" literacyPercent="28.7" population="18045700">	<!--Niger-->
			<languagePopulation type="ha_Latn" populationPercent="41"/>	<!--Hausa (Latin)-->
			<languagePopulation type="fr" populationPercent="29" officialStatus="official" references="R1041"/>	<!--French-->
			<languagePopulation type="dje" populationPercent="17"/>	<!--Zarma-->
			<languagePopulation type="fuq" populationPercent="7"/>	<!--Central-Eastern Niger Fulfulde-->
			<languagePopulation type="tmh" populationPercent="6"/>	<!--Tamashek-->
			<languagePopulation type="ar" populationPercent="0.21"/>	<!--Arabic-->
			<languagePopulation type="twq" populationPercent="0.044"/>	<!--Tasawaq-->
		</territory>
		<territory type="NF" gdp="106900000" literacyPercent="99" population="2210">	<!--Norfolk Island-->
			<languagePopulation type="en" populationPercent="76" officialStatus="official"/>	<!--English-->
		</territory>
		<territory type="NG" gdp="1053000000000" literacyPercent="61.3" population="181562000">	<!--Nigeria-->
			<languagePopulation type="en" populationPercent="53" officialStatus="official"/>	<!--English-->
			<languagePopulation type="pcm" populationPercent="21" references="R1275"/>	<!--Nigerian Pidgin-->
			<languagePopulation type="ha_Latn" populationPercent="13"/>	<!--Hausa (Latin)-->
			<languagePopulation type="ig" populationPercent="13"/>	<!--Igbo-->
			<languagePopulation type="yo" populationPercent="13" officialStatus="official"/>	<!--Yoruba-->
			<languagePopulation type="fuv" writingPercent="20" populationPercent="6.7"/>	<!--Nigerian Fulfulde-->
			<languagePopulation type="tiv" writingPercent="25" populationPercent="1.6"/>	<!--Tiv-->
			<languagePopulation type="efi" populationPercent="1.4" references="R1099"/>	<!--Efik-->
			<languagePopulation type="ibb" populationPercent="1.4"/>	<!--Ibibio-->
			<languagePopulation type="ha_Arab" populationPercent="1" references="R1153"/>	<!--Hausa (Arabic)-->
			<languagePopulation type="bin" populationPercent="0.71" references="R1276"/>	<!--Bini-->
			<languagePopulation type="kaj" populationPercent="0.21"/>	<!--Jju-->
			<languagePopulation type="kcg" populationPercent="0.093"/>	<!--Tyap-->
			<languagePopulation type="ar" populationPercent="0.071"/>	<!--Arabic-->
			<languagePopulation type="cch" populationPercent="0.021"/>	<!--Atsam-->
			<languagePopulation type="amo" populationPercent="0.0087"/>	<!--Amo-->
		</territory>
		<territory type="NI" gdp="29690000000" literacyPercent="78" population="5907880">	<!--Nicaragua-->
			<languagePopulation type="es" populationPercent="78" officialStatus="official"/>	<!--Spanish-->
		</territory>
		<territory type="NL" gdp="808800000000" literacyPercent="99" population="16947900">	<!--Netherlands-->
			<languagePopulation type="nl" populationPercent="100" officialStatus="official" references="R1042"/>	<!--Dutch-->
			<languagePopulation type="en" populationPercent="90" references="R1070"/>	<!--English-->
			<languagePopulation type="de" writingPercent="5" populationPercent="71"/>	<!--German-->
			<languagePopulation type="fr" populationPercent="29"/>	<!--French-->
			<languagePopulation type="nds" writingPercent="5" populationPercent="11"/>	<!--Low German-->
			<languagePopulation type="li" writingPercent="5" populationPercent="5.5" references="R1026"/>	<!--Limburgish-->
			<languagePopulation type="fy" populationPercent="4.3" officialStatus="official_regional"/>	<!--Western Frisian-->
			<languagePopulation type="gos" writingPercent="5" populationPercent="3.6"/>	<!--Gronings-->
			<languagePopulation type="id" populationPercent="1.8"/>	<!--Indonesian-->
			<languagePopulation type="zea" populationPercent="1.4"/>	<!--Zeelandic-->
			<languagePopulation type="rif_Latn" populationPercent="1.2"/>	<!--Riffian (Latin)-->
			<languagePopulation type="tr" populationPercent="1.2"/>	<!--Turkish-->
		</territory>
		<territory type="NO" gdp="346300000000" literacyPercent="100" population="5207690">	<!--Norway-->
			<languagePopulation type="nb" populationPercent="100" officialStatus="official"/>	<!--Norwegian Bokmål-->
			<languagePopulation type="nn" populationPercent="25" officialStatus="official"/>	<!--Norwegian Nynorsk-->
			<languagePopulation type="se" populationPercent="3.3" officialStatus="official_regional"/>	<!--Northern Sami-->
		</territory>
		<territory type="NP" gdp="67140000000" literacyPercent="57.4" population="31551300">	<!--Nepal-->
			<languagePopulation type="ne" populationPercent="44" officialStatus="official"/>	<!--Nepali-->
			<languagePopulation type="mai" populationPercent="11"/>	<!--Maithili-->
			<languagePopulation type="bho" populationPercent="6.8"/>	<!--Bhojpuri-->
			<languagePopulation type="new" populationPercent="3.3"/>	<!--Newari-->
			<languagePopulation type="jml" populationPercent="3.2"/>	<!--Jumli-->
			<languagePopulation type="en" populationPercent="3"/>	<!--English-->
			<languagePopulation type="taj" populationPercent="3"/>	<!--Eastern Tamang-->
			<languagePopulation type="dty" populationPercent="2.5" references="R1322"/>	<!--Dotyali-->
			<languagePopulation type="awa" populationPercent="2.2"/>	<!--Awadhi-->
			<languagePopulation type="thl" populationPercent="2"/>	<!--Dangaura Tharu-->
			<languagePopulation type="bap" populationPercent="1.5"/>	<!--Bantawa-->
			<languagePopulation type="tdg" populationPercent="1.3"/>	<!--Western Tamang-->
			<languagePopulation type="thr" populationPercent="1.2"/>	<!--Rana Tharu-->
			<languagePopulation type="mgp" populationPercent="1.1"/>	<!--Eastern Magar-->
			<languagePopulation type="lif_Deva" populationPercent="1.1"/>	<!--lif (Devanagari)-->
			<languagePopulation type="thq" populationPercent="1"/>	<!--Kochila Tharu-->
			<languagePopulation type="mrd" populationPercent="0.83"/>	<!--Western Magar-->
			<languagePopulation type="bfy" populationPercent="0.54"/>	<!--Bagheli-->
			<languagePopulation type="xsr" populationPercent="0.52"/>	<!--Sherpa-->
			<languagePopulation type="rjs" writingPercent="67" populationPercent="0.44" references="R1232"/>	<!--Rajbanshi-->
			<languagePopulation type="tsf" populationPercent="0.43"/>	<!--Southwestern Tamang-->
			<languagePopulation type="hi" populationPercent="0.42"/>	<!--Hindi-->
			<languagePopulation type="ggn" populationPercent="0.42"/>	<!--Eastern Gurung-->
			<languagePopulation type="gvr" populationPercent="0.29"/>	<!--Gurung-->
			<languagePopulation type="bo" populationPercent="0.24"/>	<!--Tibetan-->
			<languagePopulation type="tkt" populationPercent="0.24"/>	<!--Kathoriya Tharu-->
			<languagePopulation type="tdh" populationPercent="0.12"/>	<!--Thulung-->
			<languagePopulation type="bn" populationPercent="0.094"/>	<!--Bengali-->
			<languagePopulation type="unr_Deva" populationPercent="0.018"/>	<!--unr (Devanagari)-->
			<languagePopulation type="lep" populationPercent="0.009"/>	<!--Lepcha-->
		</territory>
		<territory type="NR" gdp="150800000" literacyPercent="99" population="9540">	<!--Nauru-->
			<languagePopulation type="en" populationPercent="98" officialStatus="official"/>	<!--English-->
			<languagePopulation type="na" populationPercent="72" officialStatus="official" references="R1154"/>	<!--Nauru-->
		</territory>
		<territory type="NU" gdp="10010000" literacyPercent="95" population="1190">	<!--Niue-->
			<languagePopulation type="en" populationPercent="95" officialStatus="official"/>	<!--English-->
			<languagePopulation type="niu" populationPercent="95" officialStatus="official" references="R1155"/>	<!--Niuean-->
		</territory>
		<territory type="NZ" gdp="160800000000" literacyPercent="99" population="4438390">	<!--New Zealand-->
			<languagePopulation type="en" populationPercent="98" officialStatus="de_facto_official" references="R1203"/>	<!--English-->
			<languagePopulation type="mi" populationPercent="2.5" officialStatus="official" references="R1044"/>	<!--Maori-->
		</territory>
		<territory type="OM" gdp="163000000000" literacyPercent="86.9" population="3286940">	<!--Oman-->
			<languagePopulation type="ar" populationPercent="81" officialStatus="official"/>	<!--Arabic-->
			<languagePopulation type="bal" populationPercent="4.9"/>	<!--Baluchi-->
			<languagePopulation type="fa" populationPercent="0.94"/>	<!--Persian-->
		</territory>
		<territory type="PA" gdp="76770000000" literacyPercent="94.1" population="3657020">	<!--Panama-->
			<languagePopulation type="es" populationPercent="69" officialStatus="official"/>	<!--Spanish-->
			<languagePopulation type="en" populationPercent="14"/>	<!--English-->
			<languagePopulation type="zh_Hant" populationPercent="0.16"/>	<!--Chinese (Traditional)-->
		</territory>
		<territory type="PE" gdp="372700000000" literacyPercent="89.6" population="30445000">	<!--Peru-->
			<languagePopulation type="es" populationPercent="73" officialStatus="official"/>	<!--Spanish-->
			<languagePopulation type="qu" populationPercent="15" officialStatus="official"/>	<!--Quechua-->
			<languagePopulation type="ay" populationPercent="1.6"/>	<!--Aymara-->
		</territory>
		<territory type="PF" gdp="7150000000" literacyPercent="98" population="282703">	<!--French Polynesia-->
			<languagePopulation type="fr" populationPercent="61" officialStatus="official"/>	<!--French-->
			<languagePopulation type="ty" populationPercent="31" officialStatus="official"/>	<!--Tahitian-->
			<languagePopulation type="zh_Hant" populationPercent="7.8"/>	<!--Chinese (Traditional)-->
		</territory>
		<territory type="PG" gdp="18600000000" literacyPercent="62.4" population="6672430">	<!--Papua New Guinea-->
			<languagePopulation type="tpi" writingPercent="45" populationPercent="71" officialStatus="official" references="R1057"/>	<!--Tok Pisin-->
			<languagePopulation type="en" populationPercent="50" officialStatus="official" references="R1156"/>	<!--English-->
			<languagePopulation type="ho" writingPercent="5" populationPercent="2.1" officialStatus="official" references="R1058"/>	<!--Hiri Motu-->
		</territory>
		<territory type="PH" gdp="693400000000" literacyPercent="95.4" population="100998000">	<!--Philippines-->
			<languagePopulation type="en" populationPercent="64" officialStatus="official" references="R1157"/>	<!--English-->
			<languagePopulation type="fil" populationPercent="60" officialStatus="official" references="R1028"/>	<!--Filipino-->
			<languagePopulation type="es" populationPercent="31"/>	<!--Spanish-->
			<languagePopulation type="ceb" writingPercent="13" populationPercent="24" officialStatus="official_regional" references="R1157"/>	<!--Cebuano-->
			<languagePopulation type="ilo" writingPercent="10" populationPercent="9.6" officialStatus="official_regional" references="R1157"/>	<!--Iloko-->
			<languagePopulation type="hil" writingPercent="8" populationPercent="8.4" officialStatus="official_regional" references="R1157"/>	<!--Hiligaynon-->
			<languagePopulation type="bik" populationPercent="3"/>	<!--Bikol-->
			<languagePopulation type="war" populationPercent="2.9" officialStatus="official_regional"/>	<!--Waray-->
			<languagePopulation type="bhk" populationPercent="2.3"/>	<!--Albay Bicolano-->
			<languagePopulation type="pam" populationPercent="2.3"/>	<!--Pampanga-->
			<languagePopulation type="pag" populationPercent="1.4" officialStatus="official_regional"/>	<!--Pangasinan-->
			<languagePopulation type="mdh" populationPercent="1.2" officialStatus="official_regional"/>	<!--Maguindanaon-->
			<languagePopulation type="tsg" populationPercent="1.1" officialStatus="official_regional"/>	<!--Tausug-->
			<languagePopulation type="zh_Hant" populationPercent="0.73"/>	<!--Chinese (Traditional)-->
			<languagePopulation type="cps" populationPercent="0.67"/>	<!--Capiznon-->
			<languagePopulation type="krj" populationPercent="0.39"/>	<!--Kinaray-a-->
			<languagePopulation type="bto" populationPercent="0.28"/>	<!--Rinconada Bikol-->
			<languagePopulation type="hnn" populationPercent="0.016"/>	<!--Hanunoo-->
			<languagePopulation type="tbw" writingPercent="36" populationPercent="0.0099" references="R1100"/>	<!--Tagbanwa-->
			<languagePopulation type="bku" populationPercent="0.0079"/>	<!--Buhid-->
		</territory>
		<territory type="PK" gdp="884200000000" literacyPercent="54.9" population="199086000">	<!--Pakistan-->
			<languagePopulation type="ur" populationPercent="95" officialStatus="official" references="R1106"/>	<!--Urdu-->
			<languagePopulation type="pa_Arab" populationPercent="70" references="R1158"/>	<!--Punjabi (Arabic)-->
			<languagePopulation type="en" populationPercent="50" officialStatus="official" references="R1106"/>	<!--English-->
			<languagePopulation type="lah" populationPercent="40"/>	<!--Lahnda-->
			<languagePopulation type="ps" populationPercent="15" references="R1107"/>	<!--Pashto-->
			<languagePopulation type="sd_Arab" populationPercent="12"/>	<!--Sindhi (Arabic)-->
			<languagePopulation type="skr" writingPercent="1" populationPercent="9.1" references="R1129"/>	<!--Saraiki-->
			<languagePopulation type="bal" populationPercent="3.7"/>	<!--Baluchi-->
			<languagePopulation type="brh" populationPercent="1.3"/>	<!--Brahui-->
			<languagePopulation type="hno" populationPercent="1.2"/>	<!--Northern Hindko-->
			<languagePopulation type="fa" populationPercent="0.66"/>	<!--Persian-->
			<languagePopulation type="bgn" writingPercent="5" populationPercent="0.57" references="R1209"/>	<!--Western Balochi-->
			<languagePopulation type="hnd" populationPercent="0.41"/>	<!--Southern Hindko-->
			<languagePopulation type="tg_Arab" populationPercent="0.33"/>	<!--Tajik (Arabic)-->
			<languagePopulation type="gju" populationPercent="0.2"/>	<!--Gujari-->
			<languagePopulation type="bft" populationPercent="0.18"/>	<!--Balti-->
			<languagePopulation type="kvx" populationPercent="0.16"/>	<!--Parkari Koli-->
			<languagePopulation type="khw" populationPercent="0.15"/>	<!--Khowar-->
			<languagePopulation type="mvy" populationPercent="0.14"/>	<!--Indus Kohistani-->
			<languagePopulation type="kxp" populationPercent="0.12"/>	<!--Wadiyara Koli-->
			<languagePopulation type="gjk" populationPercent="0.11"/>	<!--Kachi Koli-->
			<languagePopulation type="ks_Arab" populationPercent="0.069"/>	<!--Kashmiri (Arabic)-->
			<languagePopulation type="btv" populationPercent="0.019"/>	<!--Bateri-->
		</territory>
		<territory type="PL" gdp="959800000000" literacyPercent="99.7" population="38562200">	<!--Poland-->
			<languagePopulation type="pl" populationPercent="96" officialStatus="official"/>	<!--Polish-->
			<languagePopulation type="en" populationPercent="33" references="R1277"/>	<!--English-->
			<languagePopulation type="szl" populationPercent="1.3"/>	<!--Silesian-->
			<languagePopulation type="be" populationPercent="0.58"/>	<!--Belarusian-->
			<languagePopulation type="uk" populationPercent="0.39"/>	<!--Ukrainian-->
			<languagePopulation type="csb" populationPercent="0.13" officialStatus="official_regional" references="R1213"/>	<!--Kashubian-->
			<languagePopulation type="de" populationPercent="0.096" officialStatus="official_regional" references="R1277"/>	<!--German-->
			<languagePopulation type="sli" populationPercent="0.031"/>	<!--Lower Silesian-->
			<languagePopulation type="lt" populationPercent="0.021" officialStatus="official_regional" references="R1258"/>	<!--Lithuanian-->
		</territory>
		<territory type="PM" gdp="215300000" literacyPercent="99" population="5657">	<!--St. Pierre & Miquelon-->
			<languagePopulation type="fr" populationPercent="90" officialStatus="official"/>	<!--French-->
			<languagePopulation type="en" populationPercent="3.3"/>	<!--English-->
		</territory>
		<territory type="PN" gdp="1924000" literacyPercent="99" population="48">	<!--Pitcairn Islands-->
			<languagePopulation type="en" populationPercent="96" officialStatus="official"/>	<!--English-->
		</territory>
		<territory type="PR" gdp="61460000000" literacyPercent="90.3" population="3598360">	<!--Puerto Rico-->
			<languagePopulation type="es" populationPercent="87" officialStatus="official"/>	<!--Spanish-->
			<languagePopulation type="en" populationPercent="49" officialStatus="de_facto_official" references="R1072"/>	<!--English-->
		</territory>
		<territory type="PS" gdp="20120000000" literacyPercent="95.3" population="4654420">	<!--Palestinian Territories-->
			<languagePopulation type="ar" populationPercent="100" officialStatus="official"/>	<!--Arabic-->
		</territory>
		<territory type="PT" gdp="281400000000" literacyPercent="95.4" population="10825300">	<!--Portugal-->
			<languagePopulation type="pt" populationPercent="96" officialStatus="official"/>	<!--Portuguese-->
			<languagePopulation type="en" populationPercent="27"/>	<!--English-->
			<languagePopulation type="gl" populationPercent="0.14"/>	<!--Galician-->
			<languagePopulation type="es" populationPercent="0.097" references="R1323"/>	<!--Spanish-->
		</territory>
		<territory type="PW" gdp="250000000" literacyPercent="92" population="21265">	<!--Palau-->
			<languagePopulation type="pau" populationPercent="74" officialStatus="official"/>	<!--Palauan-->
			<languagePopulation type="en" populationPercent="8.8" officialStatus="official" references="R1059"/>	<!--English-->
		</territory>
		<territory type="PY" gdp="58490000000" literacyPercent="93.9" population="6783270">	<!--Paraguay-->
			<languagePopulation type="gn" populationPercent="80" officialStatus="official"/>	<!--Guarani-->
			<languagePopulation type="es" populationPercent="3.2" officialStatus="official"/>	<!--Spanish-->
			<languagePopulation type="de" populationPercent="2.9"/>	<!--German-->
		</territory>
		<territory type="QA" gdp="306600000000" literacyPercent="96.3" population="2194820">	<!--Qatar-->
			<languagePopulation type="ar" populationPercent="89" officialStatus="official"/>	<!--Arabic-->
			<languagePopulation type="fa" populationPercent="11"/>	<!--Persian-->
			<languagePopulation type="ml" populationPercent="0.3"/>	<!--Malayalam-->
		</territory>
		<territory type="RE" gdp="4791000000" literacyPercent="88" population="787584">	<!--Réunion-->
			<languagePopulation type="fr" populationPercent="89" officialStatus="official" references="R1130"/>	<!--French-->
			<languagePopulation type="rcf" populationPercent="71"/>	<!--Réunion Creole French-->
			<languagePopulation type="ta" populationPercent="15"/>	<!--Tamil-->
		</territory>
		<territory type="RO" gdp="393800000000" literacyPercent="97.7" population="21666400">	<!--Romania-->
			<languagePopulation type="ro" populationPercent="90" officialStatus="official"/>	<!--Romanian-->
			<languagePopulation type="en" populationPercent="31"/>	<!--English-->
			<languagePopulation type="hu" populationPercent="6.6"/>	<!--Hungarian-->
			<languagePopulation type="de" populationPercent="0.21"/>	<!--German-->
			<languagePopulation type="tr" populationPercent="0.13"/>	<!--Turkish-->
			<languagePopulation type="sr_Latn" populationPercent="0.12"/>	<!--Serbian (Latin)-->
			<languagePopulation type="bg" populationPercent="0.031"/>	<!--Bulgarian-->
			<languagePopulation type="el" populationPercent="0.019"/>	<!--Greek-->
			<languagePopulation type="pl" populationPercent="0.013"/>	<!--Polish-->
		</territory>
		<territory type="RS" gdp="95840000000" literacyPercent="98" population="7176790">	<!--Serbia-->
			<languagePopulation type="sr_Cyrl" populationPercent="99" officialStatus="official"/>	<!--Serbian (Cyrillic)-->
			<languagePopulation type="sr_Latn" writingPercent="5" populationPercent="99" officialStatus="official" references="R1017"/>	<!--Serbian (Latin)-->
			<languagePopulation type="sq" populationPercent="19"/>	<!--Albanian-->
			<languagePopulation type="hu" populationPercent="4.8" officialStatus="official_regional" references="R1259"/>	<!--Hungarian-->
			<languagePopulation type="ro" populationPercent="2.1" officialStatus="official_regional" references="R1259"/>	<!--Romanian-->
			<languagePopulation type="hr" populationPercent="0.93" officialStatus="official_regional" references="R1259"/>	<!--Croatian-->
			<languagePopulation type="sk" populationPercent="0.85" officialStatus="official_regional" references="R1259"/>	<!--Slovak-->
			<languagePopulation type="uk" populationPercent="0" officialStatus="official_regional" references="R1260"/>	<!--Ukrainian-->
		</territory>
		<territory type="RU" gdp="3577000000000" literacyPercent="99.7" population="142424000">	<!--Russia-->
			<languagePopulation type="ru" populationPercent="94" officialStatus="official" references="R1204"/>	<!--Russian-->
			<languagePopulation type="tt" populationPercent="1.4" officialStatus="official_regional" references="R1214"/>	<!--Tatar-->
			<languagePopulation type="ba" populationPercent="1.3" officialStatus="official_regional"/>	<!--Bashkir-->
			<languagePopulation type="cv" populationPercent="1.3" references="R1159"/>	<!--Chuvash-->
			<languagePopulation type="hy" writingPercent="50" populationPercent="0.84" references="R1278"/>	<!--Armenian-->
			<languagePopulation type="ce" populationPercent="0.66" officialStatus="official_regional"/>	<!--Chechen-->
			<languagePopulation type="av" populationPercent="0.39" officialStatus="official_regional"/>	<!--Avaric-->
			<languagePopulation type="udm" populationPercent="0.38" officialStatus="official_regional"/>	<!--Udmurt-->
			<languagePopulation type="chm" populationPercent="0.37" references="R1101"/>	<!--Mari-->
			<languagePopulation type="sah" populationPercent="0.32" officialStatus="official_regional" references="R1183"/>	<!--Sakha-->
			<languagePopulation type="os" populationPercent="0.32" references="R1233"/>	<!--Ossetic-->
			<languagePopulation type="kbd" populationPercent="0.31" officialStatus="official_regional"/>	<!--Kabardian-->
			<languagePopulation type="myv" populationPercent="0.31" officialStatus="official_regional"/>	<!--Erzya-->
			<languagePopulation type="dar" populationPercent="0.26"/>	<!--Dargwa-->
			<languagePopulation type="bua" populationPercent="0.22"/>	<!--Buriat-->
			<languagePopulation type="mdf" populationPercent="0.21" officialStatus="official_regional"/>	<!--Moksha-->
			<languagePopulation type="kum" populationPercent="0.2" officialStatus="official_regional"/>	<!--Kumyk-->
			<languagePopulation type="kv" populationPercent="0.18" officialStatus="official_regional"/>	<!--Komi-->
			<languagePopulation type="lez" populationPercent="0.18" officialStatus="official_regional"/>	<!--Lezghian-->
			<languagePopulation type="krc" populationPercent="0.16" officialStatus="official_regional"/>	<!--Karachay-Balkar-->
			<languagePopulation type="inh" populationPercent="0.16" officialStatus="official_regional"/>	<!--Ingush-->
			<languagePopulation type="tyv" populationPercent="0.13" officialStatus="official_regional"/>	<!--Tuvinian-->
			<languagePopulation type="az_Cyrl" populationPercent="0.093" officialStatus="official_regional" references="R1261"/>	<!--Azerbaijani (Cyrillic)-->
			<languagePopulation type="ady" populationPercent="0.088" officialStatus="official_regional"/>	<!--Adyghe-->
			<languagePopulation type="krl" populationPercent="0.082"/>	<!--Karelian-->
			<languagePopulation type="lbe" populationPercent="0.078" officialStatus="official_regional"/>	<!--Lak-->
			<languagePopulation type="koi" populationPercent="0.045" officialStatus="official_regional"/>	<!--Komi-Permyak-->
			<languagePopulation type="mrj" populationPercent="0.021"/>	<!--Western Mari-->
			<languagePopulation type="alt" populationPercent="0.014"/>	<!--Southern Altai-->
			<languagePopulation type="fi" populationPercent="0.012"/>	<!--Finnish-->
			<languagePopulation type="sr_Latn" populationPercent="0.0035"/>	<!--Serbian (Latin)-->
			<languagePopulation type="vep" populationPercent="0.0025"/>	<!--Veps-->
			<languagePopulation type="mn_Cyrl" populationPercent="0.0015"/>	<!--Mongolian (Cyrillic)-->
			<languagePopulation type="izh" populationPercent="0.0001"/>	<!--Ingrian-->
			<languagePopulation type="vot" populationPercent="0"/>	<!--Votic-->
			<languagePopulation type="cu" populationPercent="0" references="R1279"/>	<!--Church Slavic-->
		</territory>
		<territory type="RW" gdp="18900000000" literacyPercent="71.1" population="12661700">	<!--Rwanda-->
			<languagePopulation type="rw" populationPercent="77" officialStatus="official"/>	<!--Kinyarwanda-->
			<languagePopulation type="en" populationPercent="15" officialStatus="official" references="R1054"/>	<!--English-->
			<languagePopulation type="fr" populationPercent="0.018" officialStatus="official"/>	<!--French-->
		</territory>
		<territory type="SA" gdp="1610000000000" literacyPercent="87.2" population="27752300">	<!--Saudi Arabia-->
			<languagePopulation type="ar" populationPercent="100" officialStatus="official"/>	<!--Arabic-->
		</territory>
		<territory type="SB" gdp="1094000000" literacyPercent="84.1" population="622469">	<!--Solomon Islands-->
			<languagePopulation type="en" populationPercent="100" officialStatus="official" references="R1045"/>	<!--English-->
			<languagePopulation type="rug" populationPercent="1.6"/>	<!--Roviana-->
		</territory>
		<territory type="SC" gdp="2424000000" literacyPercent="91.8" population="92430">	<!--Seychelles-->
			<languagePopulation type="crs" populationPercent="98" references="R1160"/>	<!--Seselwa Creole French-->
			<languagePopulation type="fr" populationPercent="60" officialStatus="official" references="R1161"/>	<!--French-->
			<languagePopulation type="en" populationPercent="38" officialStatus="official"/>	<!--English-->
		</territory>
		<territory type="SD" gdp="160200000000" literacyPercent="71.9" population="36108900">	<!--Sudan-->
			<languagePopulation type="ar" populationPercent="61" officialStatus="official" references="R1234"/>	<!--Arabic-->
			<languagePopulation type="en" populationPercent="61" officialStatus="official" references="R1235"/>	<!--English-->
			<languagePopulation type="bej" populationPercent="5.4" references="R1314"/>	<!--Beja-->
			<languagePopulation type="fvr" populationPercent="2.7" references="R1314"/>	<!--Fur-->
			<languagePopulation type="ha_Arab" populationPercent="1.8" references="R1314"/>	<!--Hausa (Arabic)-->
			<languagePopulation type="mls" populationPercent="0.99"/>	<!--Masalit-->
			<languagePopulation type="fia" populationPercent="0.83"/>	<!--Nobiin-->
			<languagePopulation type="zag" populationPercent="0.51"/>	<!--Zaghawa-->
		</territory>
		<territory type="SE" gdp="450500000000" literacyPercent="99" population="9801620">	<!--Sweden-->
			<languagePopulation type="sv" populationPercent="95" officialStatus="official" references="R1205"/>	<!--Swedish-->
			<languagePopulation type="en" populationPercent="86"/>	<!--English-->
			<languagePopulation type="fi" populationPercent="2.2" officialStatus="official_regional"/>	<!--Finnish-->
			<languagePopulation type="fit" populationPercent="0.55"/>	<!--Tornedalen Finnish-->
			<languagePopulation type="se" populationPercent="0.33"/>	<!--Northern Sami-->
			<languagePopulation type="rmu" populationPercent="0.097"/>	<!--Tavringer Romani-->
			<languagePopulation type="yi" populationPercent="0.031"/>	<!--Yiddish-->
			<languagePopulation type="smj" populationPercent="0.015"/>	<!--Lule Sami-->
			<languagePopulation type="sma" writingPercent="75" populationPercent="0.0031"/>	<!--Southern Sami-->
			<languagePopulation type="ia" populationPercent="0" references="R1215"/>	<!--Interlingua-->
		</territory>
		<territory type="SG" gdp="454300000000" literacyPercent="95.9" population="5674470">	<!--Singapore-->
			<languagePopulation type="en" populationPercent="93" officialStatus="official" references="R1131"/>	<!--English-->
			<languagePopulation type="zh_Hans" populationPercent="77" officialStatus="official"/>	<!--Chinese (Simplified)-->
			<languagePopulation type="ms_Latn" populationPercent="14" officialStatus="official"/>	<!--Malay (Latin)-->
			<languagePopulation type="ta" populationPercent="2.1" officialStatus="official"/>	<!--Tamil-->
			<languagePopulation type="ml" populationPercent="0.18"/>	<!--Malayalam-->
			<languagePopulation type="pa_Guru" populationPercent="0.17"/>	<!--Punjabi (Gurmukhi)-->
		</territory>
		<territory type="SH" gdp="31100000" literacyPercent="97" population="7795">	<!--St. Helena-->
			<languagePopulation type="en" populationPercent="69" officialStatus="official"/>	<!--English-->
		</territory>
		<territory type="SI" gdp="61560000000" literacyPercent="99.7" population="1983410">	<!--Slovenia-->
			<languagePopulation type="sl" populationPercent="87" officialStatus="official"/>	<!--Slovenian-->
			<languagePopulation type="en" populationPercent="59"/>	<!--English-->
			<languagePopulation type="hu" populationPercent="0.47"/>	<!--Hungarian-->
			<languagePopulation type="it" populationPercent="0.2"/>	<!--Italian-->
		</territory>
		<territory type="SJ" gdp="124500000" literacyPercent="100" population="1872">	<!--Svalbard & Jan Mayen-->
			<languagePopulation type="nb" populationPercent="80" officialStatus="official" references="R1116"/>	<!--Norwegian Bokmål-->
			<languagePopulation type="ru" populationPercent="64" references="R1074"/>	<!--Russian-->
		</territory>
		<territory type="SK" gdp="153200000000" literacyPercent="99.6" population="5445030">	<!--Slovakia-->
			<languagePopulation type="sk" populationPercent="90" officialStatus="official"/>	<!--Slovak-->
			<languagePopulation type="en" populationPercent="26"/>	<!--English-->
			<languagePopulation type="hu" populationPercent="11"/>	<!--Hungarian-->
			<languagePopulation type="uk" populationPercent="1.9"/>	<!--Ukrainian-->
			<languagePopulation type="pl" populationPercent="0.93"/>	<!--Polish-->
			<languagePopulation type="de" populationPercent="0.28"/>	<!--German-->
		</territory>
		<territory type="SL" gdp="12800000000" literacyPercent="43.3" population="5879100">	<!--Sierra Leone-->
			<languagePopulation type="kri" populationPercent="95" references="R1162"/>	<!--Krio-->
			<languagePopulation type="en" populationPercent="35" officialStatus="official"/>	<!--English-->
			<languagePopulation type="men" populationPercent="27"/>	<!--Mende-->
			<languagePopulation type="tem" writingPercent="6" populationPercent="26" references="R1061"/>	<!--Timne-->
		</territory>
		<territory type="SM" gdp="1914000000" literacyPercent="96" population="33020">	<!--San Marino-->
			<languagePopulation type="it" populationPercent="89" officialStatus="official"/>	<!--Italian-->
			<languagePopulation type="eo" populationPercent="0.91" references="R1268"/>	<!--Esperanto-->
		</territory>
		<territory type="SN" gdp="34200000000" literacyPercent="49.7" population="13975800">	<!--Senegal-->
			<languagePopulation type="wo" populationPercent="70" officialStatus="de_facto_official" references="R1297"/>	<!--Wolof-->
			<languagePopulation type="fr" writingPercent="100" populationPercent="39" officialStatus="official" references="R1069"/>	<!--French-->
			<languagePopulation type="ff" populationPercent="21" officialStatus="official_regional"/>	<!--Fulah-->
			<languagePopulation type="srr" populationPercent="11" officialStatus="official_regional" references="R1069"/>	<!--Serer-->
			<languagePopulation type="dyo" writingPercent="10" populationPercent="2.6" officialStatus="official_regional" references="R1281"/>	<!--Jola-Fonyi-->
			<languagePopulation type="sav" populationPercent="1.5" officialStatus="official_regional" references="R1069"/>	<!--Saafi-Saafi-->
			<languagePopulation type="mfv" writingPercent="10" populationPercent="0.77" officialStatus="official_regional" references="R1281"/>	<!--Mandjak-->
			<languagePopulation type="bjt" writingPercent="100" populationPercent="0.61" officialStatus="official_regional" references="R1069"/>	<!--Balanta-Ganja-->
			<languagePopulation type="snf" writingPercent="10" populationPercent="0.24" officialStatus="official_regional" references="R1281"/>	<!--Noon-->
			<languagePopulation type="knf" writingPercent="10" populationPercent="0.21" officialStatus="official_regional" references="R1281"/>	<!--Mankanya-->
			<languagePopulation type="bsc" writingPercent="10" populationPercent="0.098" officialStatus="official_regional" references="R1281"/>	<!--Bassari-->
			<languagePopulation type="mey" writingPercent="10" populationPercent="0.051" officialStatus="official_regional" references="R1281"/>	<!--Hassaniyya-->
			<languagePopulation type="tnr" writingPercent="10" populationPercent="0.024" officialStatus="official_regional" references="R1281"/>	<!--Ménik-->
		</territory>
		<territory type="SO" gdp="5896000000" literacyPercent="37.8" population="10616400">	<!--Somalia-->
			<languagePopulation type="so" populationPercent="78" officialStatus="official"/>	<!--Somali-->
			<languagePopulation type="ar" writingPercent="99" populationPercent="34" officialStatus="official" references="R1236"/>	<!--Arabic-->
			<languagePopulation type="sw" populationPercent="2"/>	<!--Swahili-->
			<languagePopulation type="om" populationPercent="0.42"/>	<!--Oromo-->
		</territory>
		<territory type="SR" gdp="8987000000" literacyPercent="94.7" population="579633">	<!--Suriname-->
			<languagePopulation type="nl" populationPercent="90" officialStatus="official" references="R1163"/>	<!--Dutch-->
			<languagePopulation type="srn" writingPercent="75" populationPercent="68" references="R1103"/>	<!--Sranan Tongo-->
			<languagePopulation type="zh_Hant" populationPercent="1.2"/>	<!--Chinese (Traditional)-->
		</territory>
		<territory type="SS" gdp="23500000000" literacyPercent="27" population="12042900">	<!--South Sudan-->
			<languagePopulation type="ar" populationPercent="27" references="R1237"/>	<!--Arabic-->
			<languagePopulation type="en" populationPercent="27" officialStatus="official" references="R1237"/>	<!--English-->
			<languagePopulation type="nus" populationPercent="5.6" references="R1280"/>	<!--Nuer-->
		</territory>
		<territory type="ST" gdp="626000000" literacyPercent="69.5" population="194006">	<!--São Tomé & Príncipe-->
			<languagePopulation type="pt" populationPercent="85" officialStatus="official"/>	<!--Portuguese-->
		</territory>
		<territory type="SV" gdp="51190000000" literacyPercent="84.5" population="6141350">	<!--El Salvador-->
			<languagePopulation type="es" populationPercent="89" officialStatus="official"/>	<!--Spanish-->
		</territory>
		<territory type="SX" gdp="365800000" literacyPercent="99" population="39689">	<!--Sint Maarten-->
			<languagePopulation type="en" populationPercent="68" officialStatus="official" references="R1238"/>	<!--English-->
			<languagePopulation type="es" populationPercent="12" references="R1238"/>	<!--Spanish-->
			<languagePopulation type="vic" populationPercent="7.8" references="R1238"/>	<!--Virgin Islands Creole English-->
			<languagePopulation type="nl" populationPercent="4" officialStatus="official" references="R1238"/>	<!--Dutch-->
		</territory>
		<territory type="SY" gdp="107600000000" literacyPercent="84.1" population="17064900">	<!--Syria-->
			<languagePopulation type="ar" populationPercent="80" officialStatus="official"/>	<!--Arabic-->
			<languagePopulation type="ku_Latn" populationPercent="8"/>	<!--Kurdish (Latin)-->
			<languagePopulation type="fr" populationPercent="5.9" officialStatus="official" references="R1088"/>	<!--French-->
			<languagePopulation type="hy" populationPercent="1.8"/>	<!--Armenian-->
			<languagePopulation type="syr" writingPercent="5" populationPercent="0.084" references="R1017"/>	<!--Syriac-->
		</territory>
		<territory type="SZ" gdp="10560000000" literacyPercent="87.8" population="1435610">	<!--Swaziland-->
			<languagePopulation type="en" populationPercent="80" officialStatus="official" references="R1071"/>	<!--English-->
			<languagePopulation type="ss" populationPercent="58" officialStatus="official"/>	<!--Swati-->
			<languagePopulation type="zu" populationPercent="6.8"/>	<!--Zulu-->
			<languagePopulation type="ts" populationPercent="1.7"/>	<!--Tsonga-->
		</territory>
		<territory type="TA" gdp="11020000" literacyPercent="99" population="275">	<!--Tristan da Cunha-->
			<languagePopulation type="en" populationPercent="99"/>	<!--English-->
		</territory>
		<territory type="TC" gdp="632000000" literacyPercent="98" population="50280">	<!--Turks & Caicos Islands-->
			<languagePopulation type="en" populationPercent="98" officialStatus="official"/>	<!--English-->
		</territory>
		<territory type="TD" gdp="29640000000" literacyPercent="35.4" population="11631500">	<!--Chad-->
			<languagePopulation type="fr" populationPercent="26" officialStatus="official" references="R1239"/>	<!--French-->
			<languagePopulation type="ar" populationPercent="17" officialStatus="official" references="R1239"/>	<!--Arabic-->
		</territory>
		<territory type="TF" gdp="5450000" literacyPercent="99" population="140">	<!--French Southern Territories-->
			<languagePopulation type="fr" writingPercent="100" populationPercent="100" references="R1184"/>	<!--French-->
		</territory>
		<territory type="TG" gdp="10160000000" literacyPercent="60.4" population="7552320">	<!--Togo-->
			<languagePopulation type="fr" populationPercent="61" officialStatus="official"/>	<!--French-->
			<languagePopulation type="ee" populationPercent="17"/>	<!--Ewe-->
		</territory>
		<territory type="TH" gdp="1070000000000" literacyPercent="93.5" population="67976400">	<!--Thailand-->
			<languagePopulation type="th" writingPercent="93" populationPercent="80" officialStatus="official" references="R1199"/>	<!--Thai-->
			<languagePopulation type="en" populationPercent="27"/>	<!--English-->
			<languagePopulation type="tts" writingPercent="5" populationPercent="24" references="R1164"/>	<!--Northeastern Thai-->
			<languagePopulation type="nod" writingPercent="5" populationPercent="9.6"/>	<!--Northern Thai-->
			<languagePopulation type="sou" writingPercent="5" populationPercent="8"/>	<!--Southern Thai-->
			<languagePopulation type="mfa" populationPercent="5"/>	<!--Pattani Malay-->
			<languagePopulation type="zh_Hant" populationPercent="1.8"/>	<!--Chinese (Traditional)-->
			<languagePopulation type="kxm" populationPercent="1.7"/>	<!--Northern Khmer-->
			<languagePopulation type="kdt" writingPercent="50" populationPercent="0.48"/>	<!--Kuy-->
			<languagePopulation type="mnw" populationPercent="0.17"/>	<!--Mon-->
			<languagePopulation type="shn" populationPercent="0.096"/>	<!--Shan-->
			<languagePopulation type="lcp" writingPercent="25" populationPercent="0.01"/>	<!--Western Lawa-->
			<languagePopulation type="lwl" populationPercent="0.01"/>	<!--Eastern Lawa-->
		</territory>
		<territory type="TJ" gdp="22400000000" literacyPercent="99.7" population="8191960">	<!--Tajikistan-->
			<languagePopulation type="tg_Cyrl" populationPercent="100" officialStatus="official"/>	<!--Tajik (Cyrillic)-->
			<languagePopulation type="ru" populationPercent="12" references="R1108"/>	<!--Russian-->
			<languagePopulation type="fa" populationPercent="0.78"/>	<!--Persian-->
			<languagePopulation type="ar" populationPercent="0.012"/>	<!--Arabic-->
		</territory>
		<territory type="TK" gdp="1500000" literacyPercent="94" population="1337">	<!--Tokelau-->
			<languagePopulation type="en" populationPercent="100" officialStatus="official"/>	<!--English-->
			<languagePopulation type="tkl" writingPercent="5" populationPercent="100" officialStatus="official" references="R1185"/>	<!--Tokelau-->
		</territory>
		<territory type="TL" gdp="6745000000" literacyPercent="58.3" population="1231120">	<!--Timor-Leste-->
			<languagePopulation type="pt" writingPercent="100" populationPercent="59" officialStatus="official" references="R1049"/>	<!--Portuguese-->
			<languagePopulation type="tet" populationPercent="59" officialStatus="official" references="R1076"/>	<!--Tetum-->
		</territory>
		<territory type="TM" gdp="82400000000" literacyPercent="99.6" population="5231420">	<!--Turkmenistan-->
			<languagePopulation type="tk_Latn" populationPercent="70" officialStatus="official"/>	<!--Turkmen (Latin)-->
			<languagePopulation type="ru" populationPercent="12"/>	<!--Russian-->
			<languagePopulation type="uz_Latn" populationPercent="9"/>	<!--Uzbek (Latin)-->
			<languagePopulation type="ku_Latn" populationPercent="0.41"/>	<!--Kurdish (Latin)-->
		</territory>
		<territory type="TN" gdp="124700000000" literacyPercent="79.1" population="11037200">	<!--Tunisia-->
			<languagePopulation type="aeb" populationPercent="90"/>	<!--Tunisian Arabic-->
			<languagePopulation type="ar" populationPercent="90" officialStatus="official"/>	<!--Arabic-->
			<languagePopulation type="fr" populationPercent="74" officialStatus="official" references="R1132"/>	<!--French-->
		</territory>
		<territory type="TO" gdp="502000000" literacyPercent="99" population="106501">	<!--Tonga-->
			<languagePopulation type="to" populationPercent="95" officialStatus="official"/>	<!--Tongan-->
			<languagePopulation type="en" populationPercent="28" officialStatus="official" references="R1078"/>	<!--English-->
		</territory>
		<territory type="TR" gdp="1515000000000" literacyPercent="94.1" population="79414300">	<!--Turkey-->
			<languagePopulation type="tr" populationPercent="93" officialStatus="official" references="R1206"/>	<!--Turkish-->
			<languagePopulation type="en" populationPercent="17"/>	<!--English-->
			<languagePopulation type="ku_Latn" populationPercent="5.5"/>	<!--Kurdish (Latin)-->
			<languagePopulation type="zza" populationPercent="1.4"/>	<!--Zaza-->
			<languagePopulation type="kbd" populationPercent="0.77"/>	<!--Kabardian-->
			<languagePopulation type="az_Latn" populationPercent="0.74"/>	<!--Azerbaijani (Latin)-->
			<languagePopulation type="az_Arab" populationPercent="0.65"/>	<!--Azerbaijani (Arabic)-->
			<languagePopulation type="ar" populationPercent="0.56"/>	<!--Arabic-->
			<languagePopulation type="bgx" populationPercent="0.46"/>	<!--Balkan Gagauz Turkish-->
			<languagePopulation type="bg" populationPercent="0.42"/>	<!--Bulgarian-->
			<languagePopulation type="ady" populationPercent="0.39"/>	<!--Adyghe-->
			<languagePopulation type="kiu" populationPercent="0.19"/>	<!--Kirmanjki-->
			<languagePopulation type="hy" populationPercent="0.056"/>	<!--Armenian-->
			<languagePopulation type="ka" populationPercent="0.056"/>	<!--Georgian-->
			<languagePopulation type="sr_Latn" writingPercent="5" populationPercent="0.028" references="R1017"/>	<!--Serbian (Latin)-->
			<languagePopulation type="lzz_Latn" populationPercent="0.028"/>	<!--Laz (Latin)-->
			<languagePopulation type="sq" populationPercent="0.021"/>	<!--Albanian-->
			<languagePopulation type="ab" populationPercent="0.005" references="R1079"/>	<!--Abkhazian-->
			<languagePopulation type="el" populationPercent="0.005"/>	<!--Greek-->
			<languagePopulation type="tru" populationPercent="0.0038"/>	<!--Turoyo-->
			<languagePopulation type="uz_Latn" populationPercent="0.0025"/>	<!--Uzbek (Latin)-->
			<languagePopulation type="ky_Latn" populationPercent="0.0014"/>	<!--Kyrgyz (Latin)-->
			<languagePopulation type="kk_Cyrl" populationPercent="0.0008" references="R1119"/>	<!--Kazakh (Cyrillic)-->
		</territory>
		<territory type="TT" gdp="43460000000" literacyPercent="98.8" population="1222360">	<!--Trinidad & Tobago-->
			<languagePopulation type="en" populationPercent="88" officialStatus="official"/>	<!--English-->
			<languagePopulation type="es" populationPercent="0.34"/>	<!--Spanish-->
		</territory>
		<territory type="TV" gdp="35000000" literacyPercent="95" population="10869">	<!--Tuvalu-->
			<languagePopulation type="tvl" populationPercent="91" officialStatus="official"/>	<!--Tuvalu-->
			<languagePopulation type="en" populationPercent="9.8" officialStatus="official" references="R1080"/>	<!--English-->
		</territory>
		<territory type="TW" gdp="1079000000000" literacyPercent="96.1" population="23415100">	<!--Taiwan-->
			<languagePopulation type="zh_Hant" populationPercent="95" officialStatus="official"/>	<!--Chinese (Traditional)-->
			<languagePopulation type="trv" populationPercent="0.02"/>	<!--Taroko-->
		</territory>
		<territory type="TZ" gdp="128200000000" literacyPercent="67.8" population="51045900">	<!--Tanzania-->
			<languagePopulation type="sw" populationPercent="90" officialStatus="official" references="R1133"/>	<!--Swahili-->
			<languagePopulation type="en" populationPercent="69" officialStatus="official" references="R1081"/>	<!--English-->
			<languagePopulation type="suk" populationPercent="8.7"/>	<!--Sukuma-->
			<languagePopulation type="nym" populationPercent="3.3" references="R1081"/>	<!--Nyamwezi-->
			<languagePopulation type="kde" populationPercent="2.4"/>	<!--Makonde-->
			<languagePopulation type="bez" populationPercent="1.7"/>	<!--Bena-->
			<languagePopulation type="ksb" populationPercent="1.7"/>	<!--Shambala-->
			<languagePopulation type="mas" writingPercent="50" populationPercent="1.5" references="R1186"/>	<!--Masai-->
			<languagePopulation type="mgy" populationPercent="1.4"/>	<!--Mbunga-->
			<languagePopulation type="asa" populationPercent="1.2" references="R1187"/>	<!--Asu-->
			<languagePopulation type="lag" populationPercent="0.87" references="R1188"/>	<!--Langi-->
			<languagePopulation type="jmc" populationPercent="0.75"/>	<!--Machame-->
			<languagePopulation type="rof" populationPercent="0.75" references="R1189"/>	<!--Rombo-->
			<languagePopulation type="vun" populationPercent="0.75"/>	<!--Vunjo-->
			<languagePopulation type="rwk" populationPercent="0.22"/>	<!--Rwa-->
			<languagePopulation type="sbp" writingPercent="1" populationPercent="0.2" references="R1282"/>	<!--Sangu-->
		</territory>
		<territory type="UA" gdp="371800000000" literacyPercent="99.7" population="44429500">	<!--Ukraine-->
			<languagePopulation type="uk" populationPercent="65" officialStatus="official"/>	<!--Ukrainian-->
			<languagePopulation type="ru" populationPercent="46" officialStatus="de_facto_official" references="R1200"/>	<!--Russian-->
			<languagePopulation type="pl" populationPercent="2.4"/>	<!--Polish-->
			<languagePopulation type="yi" populationPercent="1.3"/>	<!--Yiddish-->
			<languagePopulation type="rue" populationPercent="1.2"/>	<!--Rusyn-->
			<languagePopulation type="be" populationPercent="0.83"/>	<!--Belarusian-->
			<languagePopulation type="ro" populationPercent="0.52"/>	<!--Romanian-->
			<languagePopulation type="bg" populationPercent="0.49"/>	<!--Bulgarian-->
			<languagePopulation type="tr" populationPercent="0.42"/>	<!--Turkish-->
			<languagePopulation type="hu" populationPercent="0.37"/>	<!--Hungarian-->
			<languagePopulation type="el" populationPercent="0.016"/>	<!--Greek-->
		</territory>
		<territory type="UG" gdp="75080000000" literacyPercent="73.2" population="37101700">	<!--Uganda-->
			<languagePopulation type="sw" populationPercent="75" officialStatus="official" references="R1134"/>	<!--Swahili-->
			<languagePopulation type="lg" populationPercent="13"/>	<!--Ganda-->
			<languagePopulation type="nyn" populationPercent="6.3"/>	<!--Nyankole-->
			<languagePopulation type="cgg" populationPercent="5.4"/>	<!--Chiga-->
			<languagePopulation type="xog" populationPercent="5.3"/>	<!--Soga-->
			<languagePopulation type="en" populationPercent="3.9" officialStatus="official" references="R1082"/>	<!--English-->
			<languagePopulation type="teo" populationPercent="3.9"/>	<!--Teso-->
			<languagePopulation type="laj" populationPercent="3.8"/>	<!--Lango (Uganda)-->
			<languagePopulation type="ach" populationPercent="3.7" references="R1283"/>	<!--Acoli-->
			<languagePopulation type="myx" populationPercent="2.9"/>	<!--Masaaba-->
			<languagePopulation type="rw" populationPercent="2.1"/>	<!--Kinyarwanda-->
			<languagePopulation type="ttj" populationPercent="1.9"/>	<!--Tooro-->
			<languagePopulation type="hi" populationPercent="0.0059"/>	<!--Hindi-->
		</territory>
		<territory type="UM" gdp="17060000" literacyPercent="99" population="316">	<!--U.S. Outlying Islands-->
			<languagePopulation type="en" populationPercent="100" officialStatus="de_facto_official" references="R1190"/>	<!--English-->
		</territory>
		<territory type="US" gdp="17350000000000" literacyPercent="99" population="321369000">	<!--United States-->
			<languagePopulation type="en" populationPercent="96" officialStatus="de_facto_official"/>	<!--English-->
			<languagePopulation type="es" populationPercent="9.6" officialStatus="official_regional"/>	<!--Spanish-->
			<languagePopulation type="zh_Hant" populationPercent="0.69"/>	<!--Chinese (Traditional)-->
			<languagePopulation type="fr" populationPercent="0.56"/>	<!--French-->
			<languagePopulation type="de" populationPercent="0.47"/>	<!--German-->
			<languagePopulation type="fil" populationPercent="0.42"/>	<!--Filipino-->
			<languagePopulation type="it" populationPercent="0.34"/>	<!--Italian-->
			<languagePopulation type="vi" populationPercent="0.34"/>	<!--Vietnamese-->
			<languagePopulation type="ko" populationPercent="0.3"/>	<!--Korean-->
			<languagePopulation type="ru" populationPercent="0.24"/>	<!--Russian-->
			<languagePopulation type="nv" populationPercent="0.05"/>	<!--Navajo-->
			<languagePopulation type="yi" populationPercent="0.049" references="R1262"/>	<!--Yiddish-->
			<languagePopulation type="pdc" populationPercent="0.039"/>	<!--Pennsylvania German-->
			<languagePopulation type="haw" populationPercent="0.0089" officialStatus="official_regional" references="R1166"/>	<!--Hawaiian-->
			<languagePopulation type="frc" populationPercent="0.0084"/>	<!--Cajun French-->
			<languagePopulation type="chr" writingPercent="5" populationPercent="0.0077" references="R1017"/>	<!--Cherokee-->
			<languagePopulation type="esu" populationPercent="0.0062"/>	<!--Central Yupik-->
			<languagePopulation type="dak" populationPercent="0.0059"/>	<!--Dakota-->
			<languagePopulation type="cho" populationPercent="0.0033"/>	<!--Choctaw-->
			<languagePopulation type="lkt" populationPercent="0.0026" references="R1240"/>	<!--Lakota-->
			<languagePopulation type="ik" writingPercent="5" populationPercent="0.0025" references="R1017"/>	<!--Inupiaq-->
			<languagePopulation type="mus" populationPercent="0.0012"/>	<!--Creek-->
		</territory>
		<territory type="UY" gdp="71680000000" literacyPercent="98.1" population="3341890">	<!--Uruguay-->
			<languagePopulation type="es" populationPercent="88" officialStatus="official"/>	<!--Spanish-->
		</territory>
		<territory type="UZ" gdp="172300000000" literacyPercent="99.4" population="29199900">	<!--Uzbekistan-->
			<languagePopulation type="uz_Latn" populationPercent="85" officialStatus="official" references="R1263"/>	<!--Uzbek (Latin)-->
			<languagePopulation type="uz_Cyrl" populationPercent="15" officialStatus="official" references="R1263"/>	<!--Uzbek (Cyrillic)-->
			<languagePopulation type="ru" populationPercent="14"/>	<!--Russian-->
			<languagePopulation type="kaa" populationPercent="1.6"/>	<!--Kara-Kalpak-->
			<languagePopulation type="tr" populationPercent="0.76"/>	<!--Turkish-->
		</territory>
		<territory type="VA" gdp="29060000" literacyPercent="100" population="842">	<!--Vatican City-->
			<languagePopulation type="it" populationPercent="98" references="R1077"/>	<!--Italian-->
			<languagePopulation type="la" populationPercent="98" references="R1284"/>	<!--Latin-->
		</territory>
		<territory type="VC" gdp="1174000000" literacyPercent="96" population="102627">	<!--St. Vincent & Grenadines-->
			<languagePopulation type="en" populationPercent="96" officialStatus="official"/>	<!--English-->
		</territory>
		<territory type="VE" gdp="540900000000" literacyPercent="95.5" population="29275500">	<!--Venezuela-->
			<languagePopulation type="es" populationPercent="82" officialStatus="official"/>	<!--Spanish-->
		</territory>
		<territory type="VG" gdp="500000000" literacyPercent="97.8" population="33454">	<!--British Virgin Islands-->
			<languagePopulation type="en" populationPercent="98" officialStatus="official"/>	<!--English-->
		</territory>
		<territory type="VI" gdp="3792000000" literacyPercent="99" population="103574">	<!--U.S. Virgin Islands-->
			<languagePopulation type="en" populationPercent="75" officialStatus="de_facto_official"/>	<!--English-->
		</territory>
		<territory type="VN" gdp="512600000000" literacyPercent="93.4" population="94348800">	<!--Vietnam-->
			<languagePopulation type="vi" populationPercent="86" officialStatus="official" references="R1218"/>	<!--Vietnamese-->
			<languagePopulation type="zh_Hant" populationPercent="1"/>	<!--Chinese (Traditional)-->
			<languagePopulation type="cjm" writingPercent="60" populationPercent="0.089"/>	<!--Eastern Cham-->
		</territory>
		<territory type="VU" gdp="683000000" literacyPercent="83.2" population="272264">	<!--Vanuatu-->
			<languagePopulation type="bi" populationPercent="90" officialStatus="official" references="R1201"/>	<!--Bislama-->
			<languagePopulation type="en" populationPercent="83" officialStatus="official"/>	<!--English-->
			<languagePopulation type="fr" populationPercent="50" officialStatus="official"/>	<!--French-->
		</territory>
		<territory type="WF" gdp="60000000" literacyPercent="50" population="15613">	<!--Wallis & Futuna-->
			<languagePopulation type="wls" populationPercent="60"/>	<!--Wallisian-->
			<languagePopulation type="fr" populationPercent="49" officialStatus="official" references="R1168"/>	<!--French-->
			<languagePopulation type="fud" populationPercent="31"/>	<!--East Futuna-->
		</territory>
		<territory type="WS" gdp="997000000" literacyPercent="98.8" population="197773">	<!--Samoa-->
			<languagePopulation type="sm" populationPercent="100" officialStatus="official"/>	<!--Samoan-->
			<languagePopulation type="en" populationPercent="2.2" officialStatus="official"/>	<!--English-->
		</territory>
		<territory type="XK" gdp="16920000000" literacyPercent="91.9" population="1870980">	<!--Kosovo-->
			<languagePopulation type="sq" populationPercent="92" officialStatus="official"/>	<!--Albanian-->
			<languagePopulation type="aln" populationPercent="74" references="R1305"/>	<!--Gheg Albanian-->
			<languagePopulation type="sr_Cyrl" populationPercent="5" officialStatus="official" references="R1264"/>	<!--Serbian (Cyrillic)-->
			<languagePopulation type="sr_Latn" populationPercent="5" officialStatus="official" references="R1264"/>	<!--Serbian (Latin)-->
		</territory>
		<territory type="YE" gdp="104000000000" literacyPercent="65.3" population="26737300">	<!--Yemen-->
			<languagePopulation type="ar" populationPercent="74" officialStatus="official"/>	<!--Arabic-->
			<languagePopulation type="en" populationPercent="9"/>	<!--English-->
		</territory>
		<territory type="YT" gdp="953600000" literacyPercent="92" population="194000">	<!--Mayotte-->
			<languagePopulation type="swb" populationPercent="88" references="R1169"/>	<!--Comorian-->
			<languagePopulation type="fr" populationPercent="57" officialStatus="official" references="R1170"/>	<!--French-->
			<languagePopulation type="buc" populationPercent="23"/>	<!--Bushi-->
			<languagePopulation type="sw" populationPercent="1.4"/>	<!--Swahili-->
		</territory>
		<territory type="ZA" gdp="707100000000" literacyPercent="93" population="53675600">	<!--South Africa-->
			<languagePopulation type="en" writingPercent="99" populationPercent="31" officialStatus="official" references="R1265"/>	<!--English-->
			<languagePopulation type="zu" writingPercent="50" populationPercent="24" officialStatus="official_regional"/>	<!--Zulu-->
			<languagePopulation type="xh" writingPercent="50" populationPercent="18" officialStatus="official_regional"/>	<!--Xhosa-->
			<languagePopulation type="af" writingPercent="99" populationPercent="13" officialStatus="official_regional"/>	<!--Afrikaans-->
			<languagePopulation type="nso" writingPercent="50" populationPercent="9.4" officialStatus="official_regional"/>	<!--Northern Sotho-->
			<languagePopulation type="tn" writingPercent="50" populationPercent="8.2" officialStatus="official_regional"/>	<!--Tswana-->
			<languagePopulation type="st" writingPercent="50" populationPercent="7.9" officialStatus="official_regional"/>	<!--Southern Sotho-->
			<languagePopulation type="ts" writingPercent="50" populationPercent="4.4" officialStatus="official_regional"/>	<!--Tsonga-->
			<languagePopulation type="ss" writingPercent="50" populationPercent="2.7" officialStatus="official_regional"/>	<!--Swati-->
			<languagePopulation type="ve" writingPercent="50" populationPercent="2.3" officialStatus="official_regional"/>	<!--Venda-->
			<languagePopulation type="hi" writingPercent="69" populationPercent="2"/>	<!--Hindi-->
			<languagePopulation type="nr" writingPercent="50" populationPercent="1.6" officialStatus="official_regional"/>	<!--South Ndebele-->
			<languagePopulation type="sw" writingPercent="50" populationPercent="0.0019"/>	<!--Swahili-->
		</territory>
		<territory type="ZM" gdp="61390000000" literacyPercent="61.4" population="15066300">	<!--Zambia-->
			<languagePopulation type="bem" populationPercent="31" references="R1104"/>	<!--Bemba-->
			<languagePopulation type="en" populationPercent="16" officialStatus="official"/>	<!--English-->
			<languagePopulation type="ny" populationPercent="15"/>	<!--Nyanja-->
			<languagePopulation type="loz" populationPercent="6" references="R1285"/>	<!--Lozi-->
		</territory>
		<territory type="ZW" gdp="27260000000" literacyPercent="83.6" population="14229500">	<!--Zimbabwe-->
			<languagePopulation type="sn" populationPercent="81" officialStatus="official"/>	<!--Shona-->
			<languagePopulation type="en" populationPercent="42" officialStatus="official" references="R1171"/>	<!--English-->
			<languagePopulation type="nd" populationPercent="12" officialStatus="official"/>	<!--North Ndebele-->
			<languagePopulation type="mxc" populationPercent="6.5"/>	<!--Manyika-->
			<languagePopulation type="ndc" populationPercent="6.1"/>	<!--Ndau-->
			<languagePopulation type="kck" populationPercent="5.3"/>	<!--Kalanga-->
			<languagePopulation type="ny" populationPercent="1.9"/>	<!--Nyanja-->
			<languagePopulation type="ve" populationPercent="0.64"/>	<!--Venda-->
			<languagePopulation type="tn" populationPercent="0.22"/>	<!--Tswana-->
		</territory>
		<territory type="ZZ" gdp="0" literacyPercent="0" population="0">	<!--Unknown Region-->
		</territory>
	</territoryInfo>
    <!-- End of Generated Data: see http://unicode.org/cldr/data/tools/java/org/unicode/cldr/tool/package.html -->
    <calendarData>
        <calendar type="gregorian">
           <calendarSystem type="solar" />
           <eras>
               <era type="0" end="0-12-31" />
               <era type="1" start="1-01-01" />
           </eras>
        </calendar>
        <calendar type="generic"/>
                <!-- gregorian territories are assumed, so these are all in addition -->
        <calendar type="japanese">
          <calendarSystem type="solar" />
          <eras>
              <era type="0" start="645-6-19"/>
              <era type="1" start="650-2-15"/>
              <era type="2" start="672-1-1"/>
              <era type="3" start="686-7-20"/>
              <era type="4" start="701-3-21"/>
              <era type="5" start="704-5-10"/>
              <era type="6" start="708-1-11"/>
              <era type="7" start="715-9-2"/>
              <era type="8" start="717-11-17"/>
              <era type="9" start="724-2-4"/>
              <era type="10" start="729-8-5"/>
              <era type="11" start="749-4-14"/>
              <era type="12" start="749-7-2"/>
              <era type="13" start="757-8-18"/>
              <era type="14" start="765-1-7"/>
              <era type="15" start="767-8-16"/>
              <era type="16" start="770-10-1"/>
              <era type="17" start="781-1-1"/>
              <era type="18" start="782-8-19"/>
              <era type="19" start="806-5-18"/>
              <era type="20" start="810-9-19"/>
              <era type="21" start="824-1-5"/>
              <era type="22" start="834-1-3"/>
              <era type="23" start="848-6-13"/>
              <era type="24" start="851-4-28"/>
              <era type="25" start="854-11-30"/>
              <era type="26" start="857-2-21"/>
              <era type="27" start="859-4-15"/>
              <era type="28" start="877-4-16"/>
              <era type="29" start="885-2-21"/>
              <era type="30" start="889-4-27"/>
              <era type="31" start="898-4-26"/>
              <era type="32" start="901-7-15"/>
              <era type="33" start="923-4-11"/>
              <era type="34" start="931-4-26"/>
              <era type="35" start="938-5-22"/>
              <era type="36" start="947-4-22"/>
              <era type="37" start="957-10-27"/>
              <era type="38" start="961-2-16"/>
              <era type="39" start="964-7-10"/>
              <era type="40" start="968-8-13"/>
              <era type="41" start="970-3-25"/>
              <era type="42" start="973-12-20"/>
              <era type="43" start="976-7-13"/>
              <era type="44" start="978-11-29"/>
              <era type="45" start="983-4-15"/>
              <era type="46" start="985-4-27"/>
              <era type="47" start="987-4-5"/>
              <era type="48" start="989-8-8"/>
              <era type="49" start="990-11-7"/>
              <era type="50" start="995-2-22"/>
              <era type="51" start="999-1-13"/>
              <era type="52" start="1004-7-20"/>
              <era type="53" start="1012-12-25"/>
              <era type="54" start="1017-4-23"/>
              <era type="55" start="1021-2-2"/>
              <era type="56" start="1024-7-13"/>
              <era type="57" start="1028-7-25"/>
              <era type="58" start="1037-4-21"/>
              <era type="59" start="1040-11-10"/>
              <era type="60" start="1044-11-24"/>
              <era type="61" start="1046-4-14"/>
              <era type="62" start="1053-1-11"/>
              <era type="63" start="1058-8-29"/>
              <era type="64" start="1065-8-2"/>
              <era type="65" start="1069-4-13"/>
              <era type="66" start="1074-8-23"/>
              <era type="67" start="1077-11-17"/>
              <era type="68" start="1081-2-10"/>
              <era type="69" start="1084-2-7"/>
              <era type="70" start="1087-4-7"/>
              <era type="71" start="1094-12-15"/>
              <era type="72" start="1096-12-17"/>
              <era type="73" start="1097-11-21"/>
              <era type="74" start="1099-8-28"/>
              <era type="75" start="1104-2-10"/>
              <era type="76" start="1106-4-9"/>
              <era type="77" start="1108-8-3"/>
              <era type="78" start="1110-7-13"/>
              <era type="79" start="1113-7-13"/>
              <era type="80" start="1118-4-3"/>
              <era type="81" start="1120-4-10"/>
              <era type="82" start="1124-4-3"/>
              <era type="83" start="1126-1-22"/>
              <era type="84" start="1131-1-29"/>
              <era type="85" start="1132-8-11"/>
              <era type="86" start="1135-4-27"/>
              <era type="87" start="1141-7-10"/>
              <era type="88" start="1142-4-28"/>
              <era type="89" start="1144-2-23"/>
              <era type="90" start="1145-7-22"/>
              <era type="91" start="1151-1-26"/>
              <era type="92" start="1154-10-28"/>
              <era type="93" start="1156-4-27"/>
              <era type="94" start="1159-4-20"/>
              <era type="95" start="1160-1-10"/>
              <era type="96" start="1161-9-4"/>
              <era type="97" start="1163-3-29"/>
              <era type="98" start="1165-6-5"/>
              <era type="99" start="1166-8-27"/>
              <era type="100" start="1169-4-8"/>
              <era type="101" start="1171-4-21"/>
              <era type="102" start="1175-7-28"/>
              <era type="103" start="1177-8-4"/>
              <era type="104" start="1181-7-14"/>
              <era type="105" start="1182-5-27"/>
              <era type="106" start="1184-4-16"/>
              <era type="107" start="1185-8-14"/>
              <era type="108" start="1190-4-11"/>
              <era type="109" start="1199-4-27"/>
              <era type="110" start="1201-2-13"/>
              <era type="111" start="1204-2-20"/>
              <era type="112" start="1206-4-27"/>
              <era type="113" start="1207-10-25"/>
              <era type="114" start="1211-3-9"/>
              <era type="115" start="1213-12-6"/>
              <era type="116" start="1219-4-12"/>
              <era type="117" start="1222-4-13"/>
              <era type="118" start="1224-11-20"/>
              <era type="119" start="1225-4-20"/>
              <era type="120" start="1227-12-10"/>
              <era type="121" start="1229-3-5"/>
              <era type="122" start="1232-4-2"/>
              <era type="123" start="1233-4-15"/>
              <era type="124" start="1234-11-5"/>
              <era type="125" start="1235-9-19"/>
              <era type="126" start="1238-11-23"/>
              <era type="127" start="1239-2-7"/>
              <era type="128" start="1240-7-16"/>
              <era type="129" start="1243-2-26"/>
              <era type="130" start="1247-2-28"/>
              <era type="131" start="1249-3-18"/>
              <era type="132" start="1256-10-5"/>
              <era type="133" start="1257-3-14"/>
              <era type="134" start="1259-3-26"/>
              <era type="135" start="1260-4-13"/>
              <era type="136" start="1261-2-20"/>
              <era type="137" start="1264-2-28"/>
              <era type="138" start="1275-4-25"/>
              <era type="139" start="1278-2-29"/>
              <era type="140" start="1288-4-28"/>
              <era type="141" start="1293-8-55"/>
              <era type="142" start="1299-4-25"/>
              <era type="143" start="1302-11-21"/>
              <era type="144" start="1303-8-5"/>
              <era type="145" start="1306-12-14"/>
              <era type="146" start="1308-10-9"/>
              <era type="147" start="1311-4-28"/>
              <era type="148" start="1312-3-20"/>
              <era type="149" start="1317-2-3"/>
              <era type="150" start="1319-4-28"/>
              <era type="151" start="1321-2-23"/>
              <era type="152" start="1324-12-9"/>
              <era type="153" start="1326-4-26"/>
              <era type="154" start="1329-8-29"/>
              <era type="155" start="1331-8-9"/>
              <era type="156" start="1334-1-29"/>
              <era type="157" start="1336-2-29"/>
              <era type="158" start="1340-4-28"/>
              <era type="159" start="1346-12-8"/>
              <era type="160" start="1370-7-24"/>
              <era type="161" start="1372-4-1"/>
              <era type="162" start="1375-5-27"/>
              <era type="163" start="1379-3-22"/>
              <era type="164" start="1381-2-10"/>
              <era type="165" start="1384-4-28"/>
              <era type="166" start="1384-2-27"/>
              <era type="167" start="1387-8-23"/>
              <era type="168" start="1389-2-9"/>
              <era type="169" start="1390-3-26"/>
              <era type="170" start="1394-7-5"/>
              <era type="171" start="1428-4-27"/>
              <era type="172" start="1429-9-5"/>
              <era type="173" start="1441-2-17"/>
              <era type="174" start="1444-2-5"/>
              <era type="175" start="1449-7-28"/>
              <era type="176" start="1452-7-25"/>
              <era type="177" start="1455-7-25"/>
              <era type="178" start="1457-9-28"/>
              <era type="179" start="1460-12-21"/>
              <era type="180" start="1466-2-28"/>
              <era type="181" start="1467-3-3"/>
              <era type="182" start="1469-4-28"/>
              <era type="183" start="1487-7-29"/>
              <era type="184" start="1489-8-21"/>
              <era type="185" start="1492-7-19"/>
              <era type="186" start="1501-2-29"/>
              <era type="187" start="1504-2-30"/>
              <era type="188" start="1521-8-23"/>
              <era type="189" start="1528-8-20"/>
              <era type="190" start="1532-7-29"/>
              <era type="191" start="1555-10-23"/>
              <era type="192" start="1558-2-28"/>
              <era type="193" start="1570-4-23"/>
              <era type="194" start="1573-7-28"/>
              <era type="195" start="1592-12-8"/>
              <era type="196" start="1596-10-27"/>
              <era type="197" start="1615-7-13"/>
              <era type="198" start="1624-2-30"/>
              <era type="199" start="1644-12-16"/>
              <era type="200" start="1648-2-15"/>
              <era type="201" start="1652-9-18"/>
              <era type="202" start="1655-4-13"/>
              <era type="203" start="1658-7-23"/>
              <era type="204" start="1661-4-25"/>
              <era type="205" start="1673-9-21"/>
              <era type="206" start="1681-9-29"/>
              <era type="207" start="1684-2-21"/>
              <era type="208" start="1688-9-30"/>
              <era type="209" start="1704-3-13"/>
              <era type="210" start="1711-4-25"/>
              <era type="211" start="1716-6-22"/>
              <era type="212" start="1736-4-28"/>
              <era type="213" start="1741-2-27"/>
              <era type="214" start="1744-2-21"/>
              <era type="215" start="1748-7-12"/>
              <era type="216" start="1751-10-27"/>
              <era type="217" start="1764-6-2"/>
              <era type="218" start="1772-11-16"/>
              <era type="219" start="1781-4-2"/>
              <era type="220" start="1789-1-25"/>
              <era type="221" start="1801-2-5"/>
              <era type="222" start="1804-2-11"/>
              <era type="223" start="1818-4-22"/>
              <era type="224" start="1830-12-10"/>
              <era type="225" start="1844-12-2"/>
              <era type="226" start="1848-2-28"/>
              <era type="227" start="1854-11-27"/>
              <era type="228" start="1860-3-18"/>
              <era type="229" start="1861-2-19"/>
              <era type="230" start="1864-2-20"/>
              <era type="231" start="1865-4-7"/>
              <era type="232" start="1868-9-8"/>
              <era type="233" start="1912-7-30"/>
              <era type="234" start="1926-12-25"/>
              <era type="235" start="1989-1-8"/>
          </eras>
        </calendar>
        <calendar type="islamic">
          <calendarSystem type="lunar" />
          <eras>
              <era type="0" start="622-7-15"/>
          </eras>
        </calendar>
        <calendar type="islamic-civil">
          <calendarSystem type="lunar" />
          <eras>
              <era type="0" start="622-7-16"/>
          </eras>
        </calendar>
        <calendar type="islamic-rgsa">
          <calendarSystem type="lunar" />
          <eras>
              <era type="0" start="622-7-15"/>
          </eras>
        </calendar>
        <calendar type="islamic-tbla">
          <calendarSystem type="lunar" />
          <eras>
              <era type="0" start="622-7-15"/>
          </eras>
        </calendar>
        <calendar type="islamic-umalqura">
          <calendarSystem type="lunar" />
          <eras>
              <era type="0" start="622-7-15"/>
          </eras>
        </calendar>
        <calendar type="chinese">
          <calendarSystem type="lunisolar"/>
          <eras>
              <era type="0" start="-2636-01-01"/> <!-- 'sequential' year -->
          </eras>
        </calendar>
        <calendar type="hebrew">
          <calendarSystem type="lunisolar"/>
          <eras>
              <era type="0" start="-3760-10-7"/>
          </eras>
        </calendar>
        <calendar type="buddhist">
          <calendarSystem type="solar" />
          <eras>
              <era type="0" start="-542-01-01"/>
          </eras>
        </calendar>
        <calendar type="coptic">
          <calendarSystem type="other"/>
          <eras>
              <era type="0" end="284-08-28"/>
              <era type="1" start="284-08-29"/>
          </eras>
        </calendar>
        <calendar type="persian">
          <calendarSystem type="solar"/>
          <eras>
              <era type="0" start="622-01-01"/>
          </eras>
        </calendar>
        <calendar type="dangi">
          <calendarSystem type="lunisolar"/>
          <eras>
              <era type="0" start="-2332-01-01"/> <!-- 'sequential' year -->
          </eras>
        </calendar>
        <calendar type="ethiopic">
          <calendarSystem type="other"/>
          <eras>
              <era type="0" end="8-08-28"/>
              <era type="1" start="8-08-29"/>
          </eras>
        </calendar>
        <calendar type="ethiopic-amete-alem">
          <eras>
              <era type="0" end="-5492-08-29"/>
          </eras>
        </calendar>
        <calendar type="indian">
          <eras>
              <era type="0" start="79-01-01"/>
          </eras>
        </calendar>
        <calendar type="roc">
          <eras>
              <era type="0" end="1911-12-31"/>
              <era type="1" start="1912-01-01"/>
          </eras>
        </calendar>

    </calendarData>

    <calendarPreferenceData>
        <calendarPreference territories="001" ordering="gregorian"/>
        <calendarPreference territories="DJ DZ EH ER IQ JO KM LB LY MA MR OM PS SD SY TD TN YE" ordering="gregorian islamic islamic-civil islamic-tbla"/>
        <calendarPreference territories="AE BH KW QA" ordering="gregorian islamic-umalqura islamic islamic-civil islamic-tbla"/>
        <calendarPreference territories="AF IR" ordering="persian gregorian islamic islamic-civil islamic-tbla"/>
        <calendarPreference territories="CN CX HK MO SG" ordering="gregorian chinese"/>
        <calendarPreference territories="EG" ordering="gregorian coptic islamic islamic-civil islamic-tbla"/>
        <calendarPreference territories="ET" ordering="gregorian ethiopic"/>
        <calendarPreference territories="IL" ordering="gregorian hebrew islamic islamic-civil islamic-tbla"/>
        <calendarPreference territories="IN" ordering="gregorian indian"/>
        <calendarPreference territories="JP" ordering="gregorian japanese"/>
        <calendarPreference territories="KR" ordering="gregorian dangi"/>
        <calendarPreference territories="SA" ordering="islamic-umalqura gregorian islamic islamic-rgsa"/>
        <calendarPreference territories="TH" ordering="buddhist gregorian"/>
        <calendarPreference territories="TW" ordering="gregorian roc chinese"/>
    </calendarPreferenceData>
	<weekData>
		<minDays count="1" territories="001 GU UM US VI"/>
          <minDays count="4" territories="
			AD AN AT AX
			BE BG
			CH CZ
			DE DK
			EE ES
			FI FJ FO FR
			GB GF GG GI GP GR
			HU
			IE IM IS IT
			JE
			LI LT LU
			MC MQ
			NL NO
			PL PT
			RE
			SE SJ SK SM
			VA"
		  />

		<!-- Note, this firstDay is for the first day of the week in a calendar page view. -->
		<!-- The first workday of the week (after the weekend) is distinct, and can be determined as the day after the weekendEnd day. -->
          <firstDay day="mon"  territories="
			001
			AD AI AL AM AN AT AX AZ
			BA BE BG BM BN BY
			CH CL CM CR CY CZ
			DE DK
			EC EE ES
			FI FJ FO FR
			GB GE GF GP GR
			HR HU
			IS IT
			KG KZ
			LB LI LK LT LU LV
			MC MD ME MK MN MQ MY
			NL NO
			PL PT
			RE RO RS RU
			SE SI SK SM
			TJ TM TR
			UA UY UZ
			VA VN
			XK"
		  />
		<firstDay day="fri" territories="BD MV"/>
		<firstDay day="sat" territories="AE AF BH DJ DZ EG IQ IR JO KW LY MA OM QA SD SY"/>
          <firstDay day="sun"  territories="
			AG AR AS AU
			BR BS BT BW BZ
			CA CN CO
			DM DO
			ET
			GT GU
			HK HN
			ID IE IL IN
			JM JP
			KE KH KR
			LA
			MH MM MO MT MX MZ
			NI NP NZ
			PA PE PH PK PR PY
			SA SG SV
			TH TN TT TW
			UM US
			VE VI
			WS
			YE
			ZA ZW"
          />
		<firstDay day="sun" territories="GB" alt="variant" references="Shorter Oxford Dictionary (5th edition, 2002)"/>
		<weekendStart day="thu" territories="AF"/>
		<weekendStart day="fri" territories="AE BH DZ EG IL IQ IR JO KW LY MA OM QA SA SD SY TN YE"/>
		<weekendStart day="sat" territories="001"/>
		<weekendStart day="sun" territories="IN"/>
		<weekendEnd day="fri" territories="AF IR"/>
		<weekendEnd day="sat" territories="AE BH DZ EG IL IQ JO KW LY MA OM QA SA SD SY TN YE"/>
		<weekendEnd day="sun" territories="001"/>
		
		<weekOfPreference ordering="weekOfYear" locales="und"/>
		<weekOfPreference ordering="weekOfYear weekOfMonth" locales="am az bs cs cy da el et hi ky lt mk sk ta th"/>
		<weekOfPreference ordering="weekOfYear weekOfMonth weekOfInterval" locales="is mn no sv vi"/>
		<weekOfPreference ordering="weekOfYear weekOfDate weekOfMonth" locales="fi zh-TW"/>
		<weekOfPreference ordering="weekOfYear weekOfInterval" locales="zu"/>
		<weekOfPreference ordering="weekOfDate" locales="ca es fr gl"/>
		<weekOfPreference ordering="weekOfDate weekOfMonth" locales="en bn ja ka"/>
		<weekOfPreference ordering="weekOfDate weekOfMonth weekOfInterval" locales="bg de iw pt ur zh"/>
		<weekOfPreference ordering="weekOfDate weekOfYear weekOfMonth" locales="nl"/>
		<weekOfPreference ordering="weekOfDate weekOfInterval weekOfMonth" locales="af"/>
		<weekOfPreference ordering="weekOfMonth" locales="ar fil gu hu hy id kk ko"/>
		<weekOfPreference ordering="weekOfMonth weekOfYear" locales="km mr"/>
		<weekOfPreference ordering="weekOfMonth weekOfYear weekOfInterval weekOfDate" locales="ms tr"/>
		<weekOfPreference ordering="weekOfMonth weekOfDate" locales="eu"/>
		<weekOfPreference ordering="weekOfMonth weekOfDate weekOfYear" locales="kn ml pa"/>
		<weekOfPreference ordering="weekOfMonth weekOfInterval" locales="fa hr it lv pl si sr uk uz"/>
		<weekOfPreference ordering="weekOfMonth weekOfInterval weekOfYear" locales="sw te"/>
		<weekOfPreference ordering="weekOfMonth weekOfInterval weekOfDate weekOfYear" locales="lo sq"/>
		<weekOfPreference ordering="weekOfInterval" locales="sl"/>
		<weekOfPreference ordering="weekOfInterval weekOfMonth" locales="be ro ru"/>
	</weekData>

    <timeData>
		<hours preferred="H" allowed="H" regions="AX BQ CP CZ DK FI ID IS ML NE RU SE SJ SK"/>
		<hours preferred="H" allowed="H h" regions="001"/>
		<hours preferred="H" allowed="H h hb hB" regions="AC AI BW BZ CC CK CX DG FK GB GG GI IE IM IO JE LT MK MN MS NF NG NR NU PN SH SX TA ZA"/>
		<hours preferred="H" allowed="H h hB" regions="CF CM LU NP PF SC SN TF ca_ES gl_ES"/>
		<hours preferred="H" allowed="H h hB hb" regions="KG KM LK MA af_ZA"/>
		<hours preferred="H" allowed="H h K" regions="JP"/>
		<hours preferred="H" allowed="H hb hB h" regions="AF IR LA"/>
		<hours preferred="H" allowed="H hB"
			regions="AD AM AO AT AW BE BF BJ BL BR CG CI CV DE EE FR GA GF GN GP GW HR IL IT KZ MC MD MF MQ MZ NC NL PM PT RE RO SI SM SR ST TG TR WF YT"/>
		<hours preferred="H" allowed="H hB h" regions="AZ BA BG CH GE LI ME RS UA UZ VA XK"/>
		<hours preferred="H" allowed="H hB h hb" regions="AR BO CL CR CU EA EC ES GQ GT HN IC MX NI PE SV UY"/>
		<hours preferred="H" allowed="H hB hb h" regions="LV TL zu_ZA"/>
		<hours preferred="H" allowed="hB H" regions="CD"/>
		<hours preferred="H" allowed="hB hb h H" regions="KE MM TZ UG"/>
		<hours preferred="h" allowed="h H" regions="AS BT DJ ER GH GL IN LS PG PW SO TO VU WS"/>
		<hours preferred="h" allowed="h H hb hB" regions="CY GR"/>
		<hours preferred="h" allowed="h H hB" regions="AL TD fr_CA"/>
		<hours preferred="h" allowed="h H hB hb" regions="CO DO KP KR NA PA PR VE"/>
		<hours preferred="h" allowed="h hb H hB"
			regions="AG AU BB BM BS CA DM FJ FM GD GM GU GY JM KI KN KY LC LR MH MP MW NZ SB SG SL SS SZ TC TT UM US VC VG VI ZM"/>
		<hours preferred="h" allowed="h hB H" regions="BD PK"/>
		<hours preferred="h" allowed="h hB hb H" regions="AE BH DZ EG EH IQ JO KW LB LY MR OM PH PS QA SA SD SY TN YE"/>
		<hours preferred="h" allowed="hb hB H h" regions="BN MY"/>
		<hours preferred="h" allowed="hB h H" regions="kn_IN ml_IN te_IN"/>
		<hours preferred="h" allowed="hB h H hb" regions="KH"/>
		<hours preferred="h" allowed="hB h hb H" regions="ta_IN"/>
		<hours preferred="h" allowed="hB hb H h" regions="CN HK MO TW"/>
		<hours preferred="h" allowed="hB hb h H" regions="ET gu_IN mr_IN pa_IN"/>
    </timeData>

    <measurementData>
          <measurementSystem type="metric"  territories="001"/>
          <measurementSystem type="US"  territories="LR MM US"/>
          <measurementSystem type="metric" category="temperature" territories="LR MM"/>
          <measurementSystem type="US" category="temperature" territories="BS BZ KY PR PW"/>
          <measurementSystem type="UK"  territories="GB"/>
          <paperSize type="A4"  territories="001"/>
          <paperSize type="US-Letter"  territories="BZ CA CL CO CR GT MX NI PA PH PR SV US VE"/>
    </measurementData>

	<unitPreferenceData>
		<unitPreferences category="area" usage="land-agricult">
			<unitPreference regions="001">hectare</unitPreference>
			<unitPreference regions="GB US">acre</unitPreference>
		</unitPreferences>
		<unitPreferences category="area" usage="land-commercl">
			<unitPreference regions="001">hectare</unitPreference>
			<unitPreference regions="GB US">acre</unitPreference>
		</unitPreferences>
		<unitPreferences category="area" usage="land-residntl">
			<unitPreference regions="001">hectare</unitPreference>
			<unitPreference regions="GB US">acre</unitPreference>
		</unitPreferences>
		<unitPreferences category="concentr" usage="blood-glucose">
			<!-- About 60% of regions use mg/dL, the rest mmol/L, some show both; does not follow metric vs imperial -->
			<unitPreference regions="001">milligram-per-deciliter</unitPreference>
			<unitPreference regions="AG AI AO AU BA BG BH BM BN BW BY CA CH CM CN CZ DK DM EE FI FJ GB GD HK HR HU IE IM IS KE KN KW KZ LC LI LT LU LV ME MG MK MO MS MT MU MY MZ NA NL NO NZ OM PG RS RU SE SG SI SK TC TO UA UG VC VG VN VU ZA">millimole-per-liter</unitPreference>
		</unitPreferences>
		<unitPreferences category="consumption" usage="vehicle-fuel">
			<unitPreference regions="001">liter-per-100kilometers</unitPreference>
			<unitPreference regions="BR IT JP KR MX MY TH TR">liter-per-kilometer</unitPreference>
			<unitPreference regions="CA GB" alt="informal">mile-per-gallon-imperial</unitPreference>
			<unitPreference regions="NL" alt="informal">liter-per-kilometer</unitPreference>
			<!--<unitPreference regions="NO SE" alt="informal">liter-per-mile-scandinavian</unitPreference>-->
			<unitPreference regions="US">mile-per-gallon</unitPreference>
		</unitPreferences>
		<unitPreferences category="duration" usage="music-track">
			<unitPreference regions="001">minute second</unitPreference>
		</unitPreferences>
		<unitPreferences category="duration" usage="person-age">
			<unitPreference regions="001">year-person month-person</unitPreference>
		</unitPreferences>
		<unitPreferences category="duration" usage="tv-program">
			<unitPreference regions="001">minute second</unitPreference>
		</unitPreferences>
		<unitPreferences category="energy" usage="food">
			<unitPreference regions="001">foodcalorie</unitPreference>
		</unitPreferences>
		<unitPreferences category="energy" usage="person-usage">
			<unitPreference regions="001">kilocalorie</unitPreference>
		</unitPreferences>
		<unitPreferences category="length" usage="person">
			<unitPreference regions="001">centimeter</unitPreference>
			<unitPreference regions="BR CN DE DK MX NL NO PL PT RU" alt="informal">meter centimeter</unitPreference>
			<unitPreference regions="AT BE DZ EG ES FR HK ID IL IT JO MY SA SE TR VN">meter centimeter</unitPreference>
			<unitPreference regions="CA GB IN US" alt="informal">foot inch</unitPreference>
			<unitPreference regions="US">inch</unitPreference>
		</unitPreferences>
		<unitPreferences category="length" usage="person" scope="small">
			<unitPreference regions="001">centimeter</unitPreference>
			<unitPreference regions="CA GB IN" alt="informal">inch</unitPreference>
			<unitPreference regions="US">inch</unitPreference>
		</unitPreferences>
		<unitPreferences category="length" usage="rainfall">
			<unitPreference regions="001">millimeter</unitPreference>
			<unitPreference regions="BR">centimeter</unitPreference>
			<unitPreference regions="US">inch</unitPreference>
		</unitPreferences>
		<unitPreferences category="length" usage="road">
			<unitPreference regions="001">kilometer</unitPreference>
			<unitPreference regions="GB US">mile</unitPreference>
			<unitPreference regions="SE" alt="informal">mile-scandinavian</unitPreference>
		</unitPreferences>
		<unitPreferences category="length" usage="road" scope="small">
			<unitPreference regions="001">meter</unitPreference>
			<unitPreference regions="GB">yard</unitPreference>
			<unitPreference regions="US">foot</unitPreference>
		</unitPreferences>
		<unitPreferences category="length" usage="snowfall">
			<unitPreference regions="001">centimeter</unitPreference>
			<unitPreference regions="US">inch</unitPreference>
		</unitPreferences>
		<unitPreferences category="length" usage="vehicle">
			<unitPreference regions="001">meter</unitPreference>
			<unitPreference regions="GB US">foot inch</unitPreference>
			<unitPreference regions="MX">meter centimeter</unitPreference>
		</unitPreferences>
		<unitPreferences category="length" usage="visiblty">
			<unitPreference regions="001">kilometer</unitPreference>
			<unitPreference regions="DE NL">meter</unitPreference>
			<unitPreference regions="GB US">mile</unitPreference>
		</unitPreferences>
		<unitPreferences category="length" usage="visiblty" scope="small">
			<unitPreference regions="001">meter</unitPreference>
			<unitPreference regions="GB US">foot</unitPreference>
		</unitPreferences>
		<unitPreferences category="mass" usage="person">
			<unitPreference regions="001">kilogram</unitPreference>
			<unitPreference regions="GB">stone pound</unitPreference>
			<unitPreference regions="US">pound</unitPreference>
		</unitPreferences>
		<unitPreferences category="mass" usage="person" scope="small">
			<unitPreference regions="001">gram</unitPreference>
			<unitPreference regions="DZ EG ES JO SA">kilogram gram</unitPreference>
			<unitPreference regions="GB HK US">pound ounce</unitPreference>
		</unitPreferences>
		<unitPreferences category="pressure" usage="baromtrc">
			<unitPreference regions="001">hectopascal</unitPreference>
			<unitPreference regions="BR EG GB IL TH">millibar</unitPreference>
			<unitPreference regions="MX RU">millimeter-of-mercury</unitPreference>
			<unitPreference regions="IN US">inch-hg</unitPreference>
		</unitPreferences>
		<unitPreferences category="speed" usage="road-travel">
			<unitPreference regions="001">kilometer-per-hour</unitPreference>
			<unitPreference regions="GB US">mile-per-hour</unitPreference>
		</unitPreferences>
		<unitPreferences category="speed" usage="wind">
			<unitPreference regions="001">kilometer-per-hour</unitPreference>
			<unitPreference regions="FI KR NO PL RU SE">meter-per-second</unitPreference>
			<unitPreference regions="US">mile-per-hour</unitPreference>
		</unitPreferences>
		<unitPreferences category="temperature" usage="person">
			<unitPreference regions="001">celsius</unitPreference>
			<unitPreference regions="US">fahrenheit</unitPreference>
		</unitPreferences>
		<unitPreferences category="temperature" usage="weather">
			<unitPreference regions="001">celsius</unitPreference>
			<unitPreference regions="BS BZ KY PR PW US">fahrenheit</unitPreference>
		</unitPreferences>
		<unitPreferences category="volume" usage="vehicle-fuel">
			<unitPreference regions="001">liter</unitPreference>
			<unitPreference regions="US">gallon</unitPreference>
		</unitPreferences>
	</unitPreferenceData>

    <!-- start of data generated with CountItems tool per http://sites.google.com/site/cldr/development/updating-codes/update-languagescriptregion-subtags -->
    <codeMappings>
        <territoryCodes type="AA" numeric="958" alpha3="AAA"/>
        <territoryCodes type="AC" alpha3="ASC"/>
        <territoryCodes type="AD" numeric="020" alpha3="AND" fips10="AN"/>
        <territoryCodes type="AE" numeric="784" alpha3="ARE"/>
        <territoryCodes type="AF" numeric="004" alpha3="AFG"/>
        <territoryCodes type="AG" numeric="028" alpha3="ATG" fips10="AC"/>
        <territoryCodes type="AI" numeric="660" alpha3="AIA" fips10="AV"/>
        <territoryCodes type="AL" numeric="008" alpha3="ALB"/>
        <territoryCodes type="AM" numeric="051" alpha3="ARM"/>
        <territoryCodes type="AN" numeric="530" alpha3="ANT" fips10="NT"/>
        <territoryCodes type="AO" numeric="024" alpha3="AGO"/>
        <territoryCodes type="AQ" numeric="010" alpha3="ATA" fips10="AY"/>
        <territoryCodes type="AR" numeric="032" alpha3="ARG"/>
        <territoryCodes type="AS" numeric="016" alpha3="ASM" fips10="AQ"/>
        <territoryCodes type="AT" numeric="040" alpha3="AUT" fips10="AU"/>
        <territoryCodes type="AU" numeric="036" alpha3="AUS" fips10="AS"/>
        <territoryCodes type="AW" numeric="533" alpha3="ABW" fips10="AA"/>
        <territoryCodes type="AX" numeric="248" alpha3="ALA"/>
        <territoryCodes type="AZ" numeric="031" alpha3="AZE" fips10="AJ"/>
        <territoryCodes type="BA" numeric="070" alpha3="BIH" fips10="BK"/>
        <territoryCodes type="BB" numeric="052" alpha3="BRB"/>
        <territoryCodes type="BD" numeric="050" alpha3="BGD" fips10="BG"/>
        <territoryCodes type="BE" numeric="056" alpha3="BEL"/>
        <territoryCodes type="BF" numeric="854" alpha3="BFA" fips10="UV"/>
        <territoryCodes type="BG" numeric="100" alpha3="BGR" fips10="BU"/>
        <territoryCodes type="BH" numeric="048" alpha3="BHR" fips10="BA"/>
        <territoryCodes type="BI" numeric="108" alpha3="BDI" fips10="BY"/>
        <territoryCodes type="BJ" numeric="204" alpha3="BEN" fips10="BN"/>
        <territoryCodes type="BL" numeric="652" alpha3="BLM" fips10="TB"/>
        <territoryCodes type="BM" numeric="060" alpha3="BMU" fips10="BD"/>
        <territoryCodes type="BN" numeric="096" alpha3="BRN" fips10="BX"/>
        <territoryCodes type="BO" numeric="068" alpha3="BOL" fips10="BL"/>
        <territoryCodes type="BQ" numeric="535" alpha3="BES"/>
        <territoryCodes type="BR" numeric="076" alpha3="BRA"/>
        <territoryCodes type="BS" numeric="044" alpha3="BHS" fips10="BF"/>
        <territoryCodes type="BT" numeric="064" alpha3="BTN"/>
        <territoryCodes type="BU" numeric="104" alpha3="BUR"/>
        <territoryCodes type="BV" numeric="074" alpha3="BVT"/>
        <territoryCodes type="BW" numeric="072" alpha3="BWA" fips10="BC"/>
        <territoryCodes type="BY" numeric="112" alpha3="BLR" fips10="BO"/>
        <territoryCodes type="BZ" numeric="084" alpha3="BLZ" fips10="BH"/>
        <territoryCodes type="CA" numeric="124" alpha3="CAN"/>
        <territoryCodes type="CC" numeric="166" alpha3="CCK" fips10="CK"/>
        <territoryCodes type="CD" numeric="180" alpha3="COD" fips10="CG"/>
        <territoryCodes type="CF" numeric="140" alpha3="CAF" fips10="CT"/>
        <territoryCodes type="CG" numeric="178" alpha3="COG" fips10="CF"/>
        <territoryCodes type="CH" numeric="756" alpha3="CHE" fips10="SZ"/>
        <territoryCodes type="CI" numeric="384" alpha3="CIV" fips10="IV"/>
        <territoryCodes type="CK" numeric="184" alpha3="COK" fips10="CW"/>
        <territoryCodes type="CL" numeric="152" alpha3="CHL" fips10="CI"/>
        <territoryCodes type="CM" numeric="120" alpha3="CMR"/>
        <territoryCodes type="CN" numeric="156" alpha3="CHN" fips10="CH"/>
        <territoryCodes type="CO" numeric="170" alpha3="COL"/>
        <territoryCodes type="CP" alpha3="CPT"/>
        <territoryCodes type="CR" numeric="188" alpha3="CRI" fips10="CS"/>
        <territoryCodes type="CS" numeric="891" alpha3="SCG" fips10="YI"/>
        <territoryCodes type="CU" numeric="192" alpha3="CUB"/>
        <territoryCodes type="CV" numeric="132" alpha3="CPV"/>
        <territoryCodes type="CW" numeric="531" alpha3="CUW"/>
        <territoryCodes type="CX" numeric="162" alpha3="CXR" fips10="KT"/>
        <territoryCodes type="CY" numeric="196" alpha3="CYP"/>
        <territoryCodes type="CZ" numeric="203" alpha3="CZE" fips10="EZ"/>
        <territoryCodes type="DD" numeric="278" alpha3="DDR"/>
        <territoryCodes type="DE" numeric="276" alpha3="DEU" fips10="GM"/>
        <territoryCodes type="DG" alpha3="DGA"/>
        <territoryCodes type="DJ" numeric="262" alpha3="DJI"/>
        <territoryCodes type="DK" numeric="208" alpha3="DNK" fips10="DA"/>
        <territoryCodes type="DM" numeric="212" alpha3="DMA" fips10="DO"/>
        <territoryCodes type="DO" numeric="214" alpha3="DOM" fips10="DR"/>
        <territoryCodes type="DZ" numeric="012" alpha3="DZA" fips10="AG"/>
        <territoryCodes type="EA"/>
        <territoryCodes type="EC" numeric="218" alpha3="ECU"/>
        <territoryCodes type="EE" numeric="233" alpha3="EST" fips10="EN"/>
        <territoryCodes type="EG" numeric="818" alpha3="EGY"/>
        <territoryCodes type="EH" numeric="732" alpha3="ESH" fips10="WI"/>
        <territoryCodes type="ER" numeric="232" alpha3="ERI"/>
        <territoryCodes type="ES" numeric="724" alpha3="ESP" fips10="SP"/>
        <territoryCodes type="ET" numeric="231" alpha3="ETH"/>
        <territoryCodes type="EU" numeric="967" alpha3="QUU"/>
        <territoryCodes type="FI" numeric="246" alpha3="FIN"/>
        <territoryCodes type="FJ" numeric="242" alpha3="FJI"/>
        <territoryCodes type="FK" numeric="238" alpha3="FLK"/>
        <territoryCodes type="FM" numeric="583" alpha3="FSM"/>
        <territoryCodes type="FO" numeric="234" alpha3="FRO"/>
        <territoryCodes type="FR" numeric="250" alpha3="FRA"/>
        <territoryCodes type="FX" numeric="249" alpha3="FXX"/>
        <territoryCodes type="GA" numeric="266" alpha3="GAB" fips10="GB"/>
        <territoryCodes type="GB" numeric="826" alpha3="GBR" fips10="UK" internet="UK GB"/>
        <territoryCodes type="GD" numeric="308" alpha3="GRD" fips10="GJ"/>
        <territoryCodes type="GE" numeric="268" alpha3="GEO" fips10="GG"/>
        <territoryCodes type="GF" numeric="254" alpha3="GUF" fips10="FG"/>
        <territoryCodes type="GG" numeric="831" alpha3="GGY" fips10="GK"/>
        <territoryCodes type="GH" numeric="288" alpha3="GHA"/>
        <territoryCodes type="GI" numeric="292" alpha3="GIB"/>
        <territoryCodes type="GL" numeric="304" alpha3="GRL"/>
        <territoryCodes type="GM" numeric="270" alpha3="GMB" fips10="GA"/>
        <territoryCodes type="GN" numeric="324" alpha3="GIN" fips10="GV"/>
        <territoryCodes type="GP" numeric="312" alpha3="GLP"/>
        <territoryCodes type="GQ" numeric="226" alpha3="GNQ" fips10="EK"/>
        <territoryCodes type="GR" numeric="300" alpha3="GRC"/>
        <territoryCodes type="GS" numeric="239" alpha3="SGS" fips10="SX"/>
        <territoryCodes type="GT" numeric="320" alpha3="GTM"/>
        <territoryCodes type="GU" numeric="316" alpha3="GUM" fips10="GQ"/>
        <territoryCodes type="GW" numeric="624" alpha3="GNB" fips10="PU"/>
        <territoryCodes type="GY" numeric="328" alpha3="GUY"/>
        <territoryCodes type="HK" numeric="344" alpha3="HKG"/>
        <territoryCodes type="HM" numeric="334" alpha3="HMD"/>
        <territoryCodes type="HN" numeric="340" alpha3="HND" fips10="HO"/>
        <territoryCodes type="HR" numeric="191" alpha3="HRV"/>
        <territoryCodes type="HT" numeric="332" alpha3="HTI" fips10="HA"/>
        <territoryCodes type="HU" numeric="348" alpha3="HUN"/>
        <territoryCodes type="IC"/>
        <territoryCodes type="ID" numeric="360" alpha3="IDN"/>
        <territoryCodes type="IE" numeric="372" alpha3="IRL" fips10="EI"/>
        <territoryCodes type="IL" numeric="376" alpha3="ISR" fips10="IS"/>
        <territoryCodes type="IM" numeric="833" alpha3="IMN"/>
        <territoryCodes type="IN" numeric="356" alpha3="IND"/>
        <territoryCodes type="IO" numeric="086" alpha3="IOT"/>
        <territoryCodes type="IQ" numeric="368" alpha3="IRQ" fips10="IZ"/>
        <territoryCodes type="IR" numeric="364" alpha3="IRN"/>
        <territoryCodes type="IS" numeric="352" alpha3="ISL" fips10="IC"/>
        <territoryCodes type="IT" numeric="380" alpha3="ITA"/>
        <territoryCodes type="JE" numeric="832" alpha3="JEY"/>
        <territoryCodes type="JM" numeric="388" alpha3="JAM"/>
        <territoryCodes type="JO" numeric="400" alpha3="JOR"/>
        <territoryCodes type="JP" numeric="392" alpha3="JPN" fips10="JA"/>
        <territoryCodes type="KE" numeric="404" alpha3="KEN"/>
        <territoryCodes type="KG" numeric="417" alpha3="KGZ"/>
        <territoryCodes type="KH" numeric="116" alpha3="KHM" fips10="CB"/>
        <territoryCodes type="KI" numeric="296" alpha3="KIR" fips10="KR"/>
        <territoryCodes type="KM" numeric="174" alpha3="COM" fips10="CN"/>
        <territoryCodes type="KN" numeric="659" alpha3="KNA" fips10="SC"/>
        <territoryCodes type="KP" numeric="408" alpha3="PRK" fips10="KN"/>
        <territoryCodes type="KR" numeric="410" alpha3="KOR" fips10="KS"/>
        <territoryCodes type="KW" numeric="414" alpha3="KWT" fips10="KU"/>
        <territoryCodes type="KY" numeric="136" alpha3="CYM" fips10="CJ"/>
        <territoryCodes type="KZ" numeric="398" alpha3="KAZ"/>
        <territoryCodes type="LA" numeric="418" alpha3="LAO"/>
        <territoryCodes type="LB" numeric="422" alpha3="LBN" fips10="LE"/>
        <territoryCodes type="LC" numeric="662" alpha3="LCA" fips10="ST"/>
        <territoryCodes type="LI" numeric="438" alpha3="LIE" fips10="LS"/>
        <territoryCodes type="LK" numeric="144" alpha3="LKA" fips10="CE"/>
        <territoryCodes type="LR" numeric="430" alpha3="LBR" fips10="LI"/>
        <territoryCodes type="LS" numeric="426" alpha3="LSO" fips10="LT"/>
        <territoryCodes type="LT" numeric="440" alpha3="LTU" fips10="LH"/>
        <territoryCodes type="LU" numeric="442" alpha3="LUX"/>
        <territoryCodes type="LV" numeric="428" alpha3="LVA" fips10="LG"/>
        <territoryCodes type="LY" numeric="434" alpha3="LBY"/>
        <territoryCodes type="MA" numeric="504" alpha3="MAR" fips10="MO"/>
        <territoryCodes type="MC" numeric="492" alpha3="MCO" fips10="MN"/>
        <territoryCodes type="MD" numeric="498" alpha3="MDA"/>
        <territoryCodes type="ME" numeric="499" alpha3="MNE" fips10="MJ"/>
        <territoryCodes type="MF" numeric="663" alpha3="MAF" fips10="RN"/>
        <territoryCodes type="MG" numeric="450" alpha3="MDG" fips10="MA"/>
        <territoryCodes type="MH" numeric="584" alpha3="MHL" fips10="RM"/>
        <territoryCodes type="MK" numeric="807" alpha3="MKD"/>
        <territoryCodes type="ML" numeric="466" alpha3="MLI"/>
        <territoryCodes type="MM" numeric="104" alpha3="MMR" fips10="BM"/>
        <territoryCodes type="MN" numeric="496" alpha3="MNG" fips10="MG"/>
        <territoryCodes type="MO" numeric="446" alpha3="MAC" fips10="MC"/>
        <territoryCodes type="MP" numeric="580" alpha3="MNP" fips10="CQ"/>
        <territoryCodes type="MQ" numeric="474" alpha3="MTQ" fips10="MB"/>
        <territoryCodes type="MR" numeric="478" alpha3="MRT"/>
        <territoryCodes type="MS" numeric="500" alpha3="MSR" fips10="MH"/>
        <territoryCodes type="MT" numeric="470" alpha3="MLT"/>
        <territoryCodes type="MU" numeric="480" alpha3="MUS" fips10="MP"/>
        <territoryCodes type="MV" numeric="462" alpha3="MDV"/>
        <territoryCodes type="MW" numeric="454" alpha3="MWI" fips10="MI"/>
        <territoryCodes type="MX" numeric="484" alpha3="MEX"/>
        <territoryCodes type="MY" numeric="458" alpha3="MYS"/>
        <territoryCodes type="MZ" numeric="508" alpha3="MOZ"/>
        <territoryCodes type="NA" numeric="516" alpha3="NAM" fips10="WA"/>
        <territoryCodes type="NC" numeric="540" alpha3="NCL"/>
        <territoryCodes type="NE" numeric="562" alpha3="NER" fips10="NG"/>
        <territoryCodes type="NF" numeric="574" alpha3="NFK"/>
        <territoryCodes type="NG" numeric="566" alpha3="NGA" fips10="NI"/>
        <territoryCodes type="NI" numeric="558" alpha3="NIC" fips10="NU"/>
        <territoryCodes type="NL" numeric="528" alpha3="NLD"/>
        <territoryCodes type="NO" numeric="578" alpha3="NOR"/>
        <territoryCodes type="NP" numeric="524" alpha3="NPL"/>
        <territoryCodes type="NR" numeric="520" alpha3="NRU"/>
        <territoryCodes type="NT" numeric="536" alpha3="NTZ"/>
        <territoryCodes type="NU" numeric="570" alpha3="NIU" fips10="NE"/>
        <territoryCodes type="NZ" numeric="554" alpha3="NZL"/>
        <territoryCodes type="OM" numeric="512" alpha3="OMN" fips10="MU"/>
        <territoryCodes type="PA" numeric="591" alpha3="PAN" fips10="PM"/>
        <territoryCodes type="PE" numeric="604" alpha3="PER"/>
        <territoryCodes type="PF" numeric="258" alpha3="PYF" fips10="FP"/>
        <territoryCodes type="PG" numeric="598" alpha3="PNG" fips10="PP"/>
        <territoryCodes type="PH" numeric="608" alpha3="PHL" fips10="RP"/>
        <territoryCodes type="PK" numeric="586" alpha3="PAK"/>
        <territoryCodes type="PL" numeric="616" alpha3="POL"/>
        <territoryCodes type="PM" numeric="666" alpha3="SPM" fips10="SB"/>
        <territoryCodes type="PN" numeric="612" alpha3="PCN" fips10="PC"/>
        <territoryCodes type="PR" numeric="630" alpha3="PRI" fips10="RQ"/>
        <territoryCodes type="PS" numeric="275" alpha3="PSE" fips10="GZ"/>
        <territoryCodes type="PT" numeric="620" alpha3="PRT" fips10="PO"/>
        <territoryCodes type="PW" numeric="585" alpha3="PLW" fips10="PS"/>
        <territoryCodes type="PY" numeric="600" alpha3="PRY" fips10="PA"/>
        <territoryCodes type="QA" numeric="634" alpha3="QAT"/>
        <territoryCodes type="QM" numeric="959" alpha3="QMM"/>
        <territoryCodes type="QN" numeric="960" alpha3="QNN"/>
        <territoryCodes type="QO" numeric="961" alpha3="QOO"/>
        <territoryCodes type="QP" numeric="962" alpha3="QPP"/>
        <territoryCodes type="QQ" numeric="963" alpha3="QQQ"/>
        <territoryCodes type="QR" numeric="964" alpha3="QRR"/>
        <territoryCodes type="QS" numeric="965" alpha3="QSS"/>
        <territoryCodes type="QT" numeric="966" alpha3="QTT"/>
        <territoryCodes type="QU" numeric="967" alpha3="QUU"/>
        <territoryCodes type="QV" numeric="968" alpha3="QVV"/>
        <territoryCodes type="QW" numeric="969" alpha3="QWW"/>
        <territoryCodes type="QX" numeric="970" alpha3="QXX"/>
        <territoryCodes type="QY" numeric="971" alpha3="QYY"/>
        <territoryCodes type="QZ" numeric="972" alpha3="QZZ"/>
        <territoryCodes type="RE" numeric="638" alpha3="REU"/>
        <territoryCodes type="RO" numeric="642" alpha3="ROU"/>
        <territoryCodes type="RS" numeric="688" alpha3="SRB" fips10="RB"/>
        <territoryCodes type="RU" numeric="643" alpha3="RUS" fips10="RS" internet="RU SU"/>
        <territoryCodes type="RW" numeric="646" alpha3="RWA"/>
        <territoryCodes type="SA" numeric="682" alpha3="SAU"/>
        <territoryCodes type="SB" numeric="090" alpha3="SLB" fips10="BP"/>
        <territoryCodes type="SC" numeric="690" alpha3="SYC" fips10="SE"/>
        <territoryCodes type="SD" numeric="729" alpha3="SDN" fips10="SU"/>
        <territoryCodes type="SE" numeric="752" alpha3="SWE" fips10="SW"/>
        <territoryCodes type="SG" numeric="702" alpha3="SGP" fips10="SN"/>
        <territoryCodes type="SH" numeric="654" alpha3="SHN"/>
        <territoryCodes type="SI" numeric="705" alpha3="SVN"/>
        <territoryCodes type="SJ" numeric="744" alpha3="SJM" fips10="SV"/>
        <territoryCodes type="SK" numeric="703" alpha3="SVK" fips10="LO"/>
        <territoryCodes type="SL" numeric="694" alpha3="SLE"/>
        <territoryCodes type="SM" numeric="674" alpha3="SMR"/>
        <territoryCodes type="SN" numeric="686" alpha3="SEN" fips10="SG"/>
        <territoryCodes type="SO" numeric="706" alpha3="SOM"/>
        <territoryCodes type="SR" numeric="740" alpha3="SUR" fips10="NS"/>
        <territoryCodes type="SS" numeric="728" alpha3="SSD"/>
        <territoryCodes type="ST" numeric="678" alpha3="STP" fips10="TP"/>
        <territoryCodes type="SU" numeric="810" alpha3="SUN"/>
        <territoryCodes type="SV" numeric="222" alpha3="SLV" fips10="ES"/>
        <territoryCodes type="SX" numeric="534" alpha3="SXM"/>
        <territoryCodes type="SY" numeric="760" alpha3="SYR"/>
        <territoryCodes type="SZ" numeric="748" alpha3="SWZ" fips10="WZ"/>
        <territoryCodes type="TA" alpha3="TAA"/>
        <territoryCodes type="TC" numeric="796" alpha3="TCA" fips10="TK"/>
        <territoryCodes type="TD" numeric="148" alpha3="TCD" fips10="CD"/>
        <territoryCodes type="TF" numeric="260" alpha3="ATF" fips10="FS"/>
        <territoryCodes type="TG" numeric="768" alpha3="TGO" fips10="TO"/>
        <territoryCodes type="TH" numeric="764" alpha3="THA"/>
        <territoryCodes type="TJ" numeric="762" alpha3="TJK" fips10="TI"/>
        <territoryCodes type="TK" numeric="772" alpha3="TKL" fips10="TL"/>
        <territoryCodes type="TL" numeric="626" alpha3="TLS" fips10="TT"/>
        <territoryCodes type="TM" numeric="795" alpha3="TKM" fips10="TX"/>
        <territoryCodes type="TN" numeric="788" alpha3="TUN" fips10="TS"/>
        <territoryCodes type="TO" numeric="776" alpha3="TON" fips10="TN"/>
        <territoryCodes type="TP" numeric="626" alpha3="TMP"/>
        <territoryCodes type="TR" numeric="792" alpha3="TUR" fips10="TU"/>
        <territoryCodes type="TT" numeric="780" alpha3="TTO" fips10="TD"/>
        <territoryCodes type="TV" numeric="798" alpha3="TUV"/>
        <territoryCodes type="TW" numeric="158" alpha3="TWN"/>
        <territoryCodes type="TZ" numeric="834" alpha3="TZA"/>
        <territoryCodes type="UA" numeric="804" alpha3="UKR" fips10="UP"/>
        <territoryCodes type="UG" numeric="800" alpha3="UGA"/>
        <territoryCodes type="UM" numeric="581" alpha3="UMI"/>
        <territoryCodes type="US" numeric="840" alpha3="USA"/>
        <territoryCodes type="UY" numeric="858" alpha3="URY"/>
        <territoryCodes type="UZ" numeric="860" alpha3="UZB"/>
        <territoryCodes type="VA" numeric="336" alpha3="VAT" fips10="VT"/>
        <territoryCodes type="VC" numeric="670" alpha3="VCT"/>
        <territoryCodes type="VE" numeric="862" alpha3="VEN"/>
        <territoryCodes type="VG" numeric="092" alpha3="VGB" fips10="VI"/>
        <territoryCodes type="VI" numeric="850" alpha3="VIR" fips10="VQ"/>
        <territoryCodes type="VN" numeric="704" alpha3="VNM" fips10="VM"/>
        <territoryCodes type="VU" numeric="548" alpha3="VUT" fips10="NH"/>
        <territoryCodes type="WF" numeric="876" alpha3="WLF"/>
        <territoryCodes type="WS" numeric="882" alpha3="WSM"/>
        <territoryCodes type="XA" numeric="973" alpha3="XAA"/>
        <territoryCodes type="XB" numeric="974" alpha3="XBB"/>
        <territoryCodes type="XC" numeric="975" alpha3="XCC"/>
        <territoryCodes type="XD" numeric="976" alpha3="XDD"/>
        <territoryCodes type="XE" numeric="977" alpha3="XEE"/>
        <territoryCodes type="XF" numeric="978" alpha3="XFF"/>
        <territoryCodes type="XG" numeric="979" alpha3="XGG"/>
        <territoryCodes type="XH" numeric="980" alpha3="XHH"/>
        <territoryCodes type="XI" numeric="981" alpha3="XII"/>
        <territoryCodes type="XJ" numeric="982" alpha3="XJJ"/>
        <territoryCodes type="XK" numeric="983" alpha3="XKK"/>
        <territoryCodes type="XL" numeric="984" alpha3="XLL"/>
        <territoryCodes type="XM" numeric="985" alpha3="XMM"/>
        <territoryCodes type="XN" numeric="986" alpha3="XNN"/>
        <territoryCodes type="XO" numeric="987" alpha3="XOO"/>
        <territoryCodes type="XP" numeric="988" alpha3="XPP"/>
        <territoryCodes type="XQ" numeric="989" alpha3="XQQ"/>
        <territoryCodes type="XR" numeric="990" alpha3="XRR"/>
        <territoryCodes type="XS" numeric="991" alpha3="XSS"/>
        <territoryCodes type="XT" numeric="992" alpha3="XTT"/>
        <territoryCodes type="XU" numeric="993" alpha3="XUU"/>
        <territoryCodes type="XV" numeric="994" alpha3="XVV"/>
        <territoryCodes type="XW" numeric="995" alpha3="XWW"/>
        <territoryCodes type="XX" numeric="996" alpha3="XXX"/>
        <territoryCodes type="XY" numeric="997" alpha3="XYY"/>
        <territoryCodes type="XZ" numeric="998" alpha3="XZZ"/>
        <territoryCodes type="YD" numeric="720" alpha3="YMD"/>
        <territoryCodes type="YE" numeric="887" alpha3="YEM" fips10="YM"/>
        <territoryCodes type="YT" numeric="175" alpha3="MYT" fips10="MF"/>
        <territoryCodes type="YU" numeric="891" alpha3="YUG"/>
        <territoryCodes type="ZA" numeric="710" alpha3="ZAF" fips10="SF"/>
        <territoryCodes type="ZM" numeric="894" alpha3="ZMB" fips10="ZA"/>
        <territoryCodes type="ZR" numeric="180" alpha3="ZAR"/>
        <territoryCodes type="ZW" numeric="716" alpha3="ZWE" fips10="ZI"/>
        <territoryCodes type="ZZ" numeric="999" alpha3="ZZZ" internet="OMEO ALIBABA ALIPAY ALLFINANZ ALLSTATE ALLY ALSACE ALSTOM AMERICANEXPRESS AMERICANFAMILY AMEX AMFAM AMICA AMSTERDAM ANALYTICS ANDROID ANQUAN ANZ APARTMENTS APP APPLE AQUARELLE ARAMCO ARCHI ARMY ARPA ART ARTE ASDA ASIA ASSOCIATES ATHLETA ATTORNEY AUCTION AUDI AUDIBLE AUDIO AUSPOST AUTHOR AUTO AUTOS AVIANCA AWS AXA AZURE BABY BAIDU BANAMEX BANANAREPUBLIC BAND BANK BAR BARCELONA BARCLAYCARD BARCLAYS BAREFOOT BARGAINS BAUHAUS BAYERN BBC BBT BBVA BCG BCN BEATS BEAUTY BEER BENTLEY BERLIN BEST BESTBUY BET BHARTI BIBLE BID BIKE BING BINGO BIO BIZ BLACK BLACKFRIDAY BLANCO BLOCKBUSTER BLOG BLOOMBERG BLUE BMS BMW BNL BNPPARIBAS BOATS BOEHRINGER BOFA BOM BOND BOO BOOK BOOKING BOOTS BOSCH BOSTIK BOT BOUTIQUE BRADESCO BRIDGESTONE BROADWAY BROKER BROTHER BRUSSELS BUDAPEST BUGATTI BUILD BUILDERS BUSINESS BUY BUZZ BZH CAB CAFE CAL CALL CALVINKLEIN CAM CAMERA CAMP CANCERRESEARCH CANON CAPETOWN CAPITAL CAPITALONE CAR CARAVAN CARDS CARE CAREER CAREERS CARS CARTIER CASA CASH CASINO CAT CATERING CBA CBN CBRE CBS CEB CENTER CEO CERN CFA CFD CHANEL CHANNEL CHASE CHAT CHEAP CHINTAI CHLOE CHRISTMAS CHROME CHRYSLER CHURCH CIPRIANI CIRCLE CISCO CITADEL CITI CITIC CITY CITYEATS CLAIMS CLEANING CLICK CLINIC CLINIQUE CLOTHING CLOUD CLUB CLUBMED COACH CODES COFFEE COLLEGE COLOGNE COM COMCAST COMMBANK COMMUNITY COMPANY COMPARE COMPUTER COMSEC CONDOS CONSTRUCTION CONSULTING CONTACT CONTRACTORS COOKING COOKINGCHANNEL COOL COOP CORSICA COUNTRY COUPON COUPONS COURSES CREDIT CREDITCARD CREDITUNION CRICKET CROWN CRS CRUISES CSC CUISINELLA CYMRU CYOU DABUR DAD DANCE DATE DATING DATSUN DAY DCLK DDS DEAL DEALER DEALS DEGREE DELIVERY DELL DELOITTE DELTA DEMOCRAT DENTAL DENTIST DESI DESIGN DEV DHL DIAMONDS DIET DIGITAL DIRECT DIRECTORY DISCOUNT DISCOVER DISH DIY DNP DOCS DOCTOR DODGE DOG DOHA DOMAINS DOT DOWNLOAD DRIVE DTV DUBAI DUCK DUNLOP DUNS DUPONT DURBAN DVAG EARTH EAT ECO EDEKA EDU EDUCATION EMAIL EMERCK ENERGY ENGINEER ENGINEERING ENTERPRISES EPOST EPSON EQUIPMENT ERICSSON ERNI ESQ ESTATE ESURANCE EUROVISION EUS EVENTS EVERBANK EXCHANGE EXPERT EXPOSED EXPRESS EXTRASPACE FAGE FAIL FAIRWINDS FAITH FAMILY FAN FANS FARM FARMERS FASHION FAST FEDEX FEEDBACK FERRARI FERRERO FIAT FIDELITY FILM FINAL FINANCE FINANCIAL FIRE FIRESTONE FIRMDALE FISH FISHING FIT FITNESS FLICKR FLIGHTS FLIR FLORIST FLOWERS FLY FOO FOODNETWORK FOOTBALL FORD FOREX FORSALE FORUM FOUNDATION FOX FRESENIUS FRL FROGANS FRONTDOOR FRONTIER FTR FUJITSU FUJIXEROX FUND FURNITURE FUTBOL FYI GAL GALLERY GALLO GALLUP GAME GAMES GAP GARDEN GBIZ GDN GEA GENT GENTING GEORGE GGEE GIFT GIFTS GIVES GIVING GLADE GLASS GLE GLOBAL GLOBO GMAIL GMBH GMO GMX GODADDY GOLD GOLDPOINT GOLF GOO GOODHANDS GOODYEAR GOOG GOOGLE GOP GOT GOV GRAINGER GRAPHICS GRATIS GREEN GRIPE GROUP GUARDIAN GUCCI GUGE GUIDE GUITARS GURU HAMBURG HANGOUT HAUS HBO HDFC HDFCBANK HEALTH HEALTHCARE HELP HELSINKI HERE HERMES HGTV HIPHOP HISAMITSU HITACHI HIV HKT HOCKEY HOLDINGS HOLIDAY HOMEDEPOT HOMEGOODS HOMES HOMESENSE HONDA HONEYWELL HORSE HOST HOSTING HOT HOTELES HOTMAIL HOUSE HOW HSBC HTC HUGHES HYATT HYUNDAI IBM ICBC ICE ICU IEEE IFM IINET IKANO IMAMAT IMDB IMMO IMMOBILIEN INDUSTRIES INFINITI INFO ING INK INSTITUTE INSURANCE INSURE INT INTEL INTERNATIONAL INTUIT INVESTMENTS IPIRANGA IRISH ISELECT ISMAILI IST ISTANBUL ITAU ITV IWC JAGUAR JAVA JCB JCP JEEP JETZT JEWELRY JLC JLL JMP JNJ JOBS JOBURG JOT JOY JPMORGAN JPRS JUEGOS JUNIPER KAUFEN KDDI KERRYHOTELS KERRYLOGISTICS KERRYPROPERTIES KFH KIA KIM KINDER KINDLE KITCHEN KIWI KOELN KOMATSU KOSHER KPMG KPN KRD KRED KUOKGROUP KYOTO LACAIXA LADBROKES LAMBORGHINI LAMER LANCASTER LANCIA LANCOME LAND LANDROVER LANXESS LASALLE LAT LATINO LATROBE LAW LAWYER LDS LEASE LECLERC LEFRAK LEGAL LEGO LEXUS LGBT LIAISON LIDL LIFE LIFEINSURANCE LIFESTYLE LIGHTING LIKE LILLY LIMITED LIMO LINCOLN LINDE LINK LIPSY LIVE LIVING LIXIL LOAN LOANS LOCKER LOCUS LOFT LOL LONDON LOTTE LOTTO LOVE LPL LPLFINANCIAL LTD LTDA LUNDBECK LUPIN LUXE LUXURY MACYS MADRID MAIF MAISON MAKEUP MAN MANAGEMENT MANGO MARKET MARKETING MARKETS MARRIOTT MARSHALLS MASERATI MATTEL MBA MCD MCDONALDS MCKINSEY MED MEDIA MEET MELBOURNE MEME MEMORIAL MEN MENU MEO METLIFE MIAMI MICROSOFT MIL MINI MINT MIT MITSUBISHI MLB MLS MMA MOBI MOBILY MODA MOE MOI MOM MONASH MONEY MONTBLANC MOPAR MORMON MORTGAGE MOSCOW MOTORCYCLES MOV MOVIE MOVISTAR MSD MTN MTPC MTR MUSEUM MUTUAL MUTUELLE NAB NADEX NAGOYA NAME NATIONWIDE NATURA NAVY NBA NEC NET NETBANK NETFLIX NETWORK NEUSTAR NEW NEWS NEXT NEXTDIRECT NEXUS NFL NGO NHK NICO NIKE NIKON NINJA NISSAN NISSAY NOKIA NORTHWESTERNMUTUAL NORTON NOW NOWRUZ NOWTV NRA NRW NTT NYC OBI OFF OFFICE OKINAWA OLAYAN OLAYANGROUP OLDNAVY OLLO OMEGA ONE ONG ONL ONLINE ONYOURSIDE OOO OPEN ORACLE ORANGE ORG ORGANIC ORIENTEXPRESS ORIGINS OSAKA OTSUKA OTT OVH PAGE PAMPEREDCHEF PANASONIC PANERAI PARIS PARS PARTNERS PARTS PARTY PASSAGENS PAY PCCW PET PFIZER PHARMACY PHILIPS PHOTO PHOTOGRAPHY PHOTOS PHYSIO PIAGET PICS PICTET PICTURES PID PIN PING PINK PIONEER PIZZA PLACE PLAY PLAYSTATION PLUMBING PLUS PNC POHL POKER POLITIE PORN POST PRAMERICA PRAXI PRESS PRIME PRO PROD PRODUCTIONS PROF PROGRESSIVE PROMO PROPERTIES PROPERTY PROTECTION PRU PRUDENTIAL PUB PWC QPON QUEBEC QUEST QVC RACING RAID READ REALESTATE REALTOR REALTY RECIPES RED REDSTONE REDUMBRELLA REHAB REISE REISEN REIT REN RENT RENTALS REPAIR REPORT REPUBLICAN REST RESTAURANT REVIEW REVIEWS REXROTH RICH RICHARDLI RICOH RIGHTATHOME RIO RIP ROCHER ROCKS RODEO ROOM RSVP RUHR RUN RWE RYUKYU SAARLAND SAFE SAFETY SAKURA SALE SALON SAMSCLUB SAMSUNG SANDVIK SANDVIKCOROMANT SANOFI SAP SAPO SARL SAS SAVE SAXO SBI SBS SCA SCB SCHAEFFLER SCHMIDT SCHOLARSHIPS SCHOOL SCHULE SCHWARZ SCIENCE SCJOHNSON SCOR SCOT SEAT SECURE SECURITY SEEK SELECT SENER SERVICES SES SEVEN SEW SEX SEXY SFR SHANGRILA SHARP SHAW SHELL SHIA SHIKSHA SHOES SHOP SHOPPING SHOUJI SHOW SHOWTIME SHRIRAM SILK SINA SINGLES SITE SKI SKIN SKY SKYPE SLING SMART SMILE SNCF SOCCER SOCIAL SOFTBANK SOFTWARE SOHU SOLAR SOLUTIONS SONG SONY SOY SPACE SPIEGEL SPOT SPREADBETTING SRL SRT STADA STAPLES STAR STARHUB STATEBANK STATEFARM STATOIL STC STCGROUP STOCKHOLM STORAGE STORE STREAM STUDIO STUDY STYLE SUCKS SUPPLIES SUPPLY SUPPORT SURF SURGERY SUZUKI SWATCH SWIFTCOVER SWISS SYDNEY SYMANTEC SYSTEMS TAB TAIPEI TALK TAOBAO TARGET TATAMOTORS TATAR TATTOO TAX TAXI TCI TDK TEAM TECH TECHNOLOGY TEL TELECITY TELEFONICA TEMASEK TENNIS TEVA THD THEATER THEATRE TIAA TICKETS TIENDA TIFFANY TIPS TIRES TIROL TJMAXX TJX TKMAXX TMALL TODAY TOKYO TOOLS TOP TORAY TOSHIBA TOTAL TOURS TOWN TOYOTA TOYS TRADE TRADING TRAINING TRAVEL TRAVELCHANNEL TRAVELERS TRAVELERSINSURANCE TRUST TRV TUBE TUI TUNES TUSHU TVS UBANK UBS UCONNECT UNICOM UNIVERSITY UNO UOL UPS VACATIONS VANA VANGUARD VEGAS VENTURES VERISIGN VERSICHERUNG VET VIAJES VIDEO VIG VIKING VILLAS VIN VIP VIRGIN VISA VISION VISTA VISTAPRINT VIVA VIVO VLAANDEREN VODKA VOLKSWAGEN VOTE VOTING VOTO VOYAGE VUELOS WALES WALMART WALTER WANG WANGGOU WARMAN WATCH WATCHES WEATHER WEATHERCHANNEL WEBCAM WEBER WEBSITE WED WEDDING WEIBO WEIR WHOSWHO WIEN WIKI WILLIAMHILL WIN WINDOWS WINE WINNERS WME WOLTERSKLUWER WOODSIDE WORK WORKS WORLD WTC WTF XBOX XEROX XFINITY XIHUAN XIN XN--11B4C3D XN--1CK2E1B XN--1QQW23A XN--30RR7Y XN--3BST00M XN--3DS443G XN--3E0B707E XN--3OQ18VL8PN36A XN--3PXU8K XN--42C2D9A XN--45BRJ9C XN--45Q11C XN--4GBRIM XN--55QW42G XN--55QX5D XN--5SU34J936BGSG XN--5TZM5G XN--6FRZ82G XN--6QQ986B3XL XN--80ADXHKS XN--80AO21A XN--80ASEHDB XN--80ASWG XN--8Y0A063A XN--90A3AC XN--90AE XN--90AIS XN--9DBQ2A XN--9ET52U XN--9KRT00A XN--B4W605FERD XN--BCK1B9A5DRE4C XN--C1AVG XN--C2BR7G XN--CCK2B3B XN--CG4BKI XN--CLCHC0EA0B2G2A9GCD XN--CZR694B XN--CZRS0T XN--CZRU2D XN--D1ACJ3B XN--D1ALF XN--E1A4C XN--ECKVDTC9D XN--EFVY88H XN--ESTV75G XN--FCT429K XN--FHBEI XN--FIQ228C5HS XN--FIQ64B XN--FIQS8S XN--FIQZ9S XN--FJQ720A XN--FLW351E XN--FPCRJ9C3D XN--FZC2C9E2C XN--FZYS8D69UVGM XN--G2XX48C XN--GCKR3F0F XN--GECRJ9C XN--H2BRJ9C XN--HXT814E XN--I1B6B1A6A2E XN--IMR513N XN--IO0A7I XN--J1AEF XN--J1AMH XN--J6W193G XN--JLQ61U9W7B XN--JVR189M XN--KCRX77D1X4A XN--KPRW13D XN--KPRY57D XN--KPU716F XN--KPUT3I XN--L1ACC XN--LGBBAT1AD8J XN--MGB9AWBF XN--MGBA3A3EJT XN--MGBA3A4F16A XN--MGBA7C0BBN0A XN--MGBAAM7A8H XN--MGBAB2BD XN--MGBAYH7GPA XN--MGBB9FBPOB XN--MGBBH1A71E XN--MGBC0A9AZCG XN--MGBCA7DZDO XN--MGBERP4A5D4AR XN--MGBPL2FH XN--MGBT3DHD XN--MGBTX2B XN--MGBX4CD0AB XN--MIX891F XN--MK1BU44C XN--MXTQ1M XN--NGBC5AZD XN--NGBE9E0A XN--NODE XN--NQV7F XN--NQV7FS00EMA XN--NYQY26A XN--O3CW4H XN--OGBPF8FL XN--P1ACF XN--P1AI XN--PBT977C XN--PGBS0DH XN--PSSY2U XN--Q9JYB4C XN--QCKA1PMC XN--QXAM XN--RHQV96G XN--ROVU88B XN--S9BRJ9C XN--SES554G XN--T60B56A XN--TCKWE XN--UNUP4Y XN--VERMGENSBERATER-CTB XN--VERMGENSBERATUNG-PWB XN--VHQUV XN--VUQ861B XN--W4R85EL8FHU5DNRA XN--W4RS40L XN--WGBH1C XN--WGBL6A XN--XHQ521B XN--XKC2AL3HYE2A XN--XKC2DL3A5EE0H XN--Y9A3AQ XN--YFRO4I67O XN--YGBI2AMMX XN--ZFR164B XPERIA XXX XYZ YACHTS YAHOO YAMAXUN YANDEX YODOBASHI YOGA YOKOHAMA YOU YOUTUBE YUN ZAPPOS ZARA ZERO ZIP ZIPPO ZONE ZUERICH"/>
    <!-- end of data generated with CountItems tool per http://sites.google.com/site/cldr/development/updating-codes/update-languagescriptregion-subtags -->

	    <currencyCodes type="AED" numeric="784"/>
		<currencyCodes type="AFN" numeric="971"/>
		<currencyCodes type="ALL" numeric="8"/>
		<currencyCodes type="AMD" numeric="51"/>
		<currencyCodes type="ANG" numeric="532"/>
		<currencyCodes type="AOA" numeric="973"/>
		<currencyCodes type="ARS" numeric="32"/>
		<currencyCodes type="AUD" numeric="36"/>
		<currencyCodes type="AWG" numeric="533"/>
		<currencyCodes type="AZN" numeric="944"/>
		<currencyCodes type="BAM" numeric="977"/>
		<currencyCodes type="BBD" numeric="52"/>
		<currencyCodes type="BDT" numeric="50"/>
		<currencyCodes type="BGN" numeric="975"/>
		<currencyCodes type="BHD" numeric="48"/>
		<currencyCodes type="BIF" numeric="108"/>
		<currencyCodes type="BMD" numeric="60"/>
		<currencyCodes type="BND" numeric="96"/>
		<currencyCodes type="BOB" numeric="68"/>
		<currencyCodes type="BOV" numeric="984"/>
		<currencyCodes type="BRL" numeric="986"/>
		<currencyCodes type="BSD" numeric="44"/>
		<currencyCodes type="BTN" numeric="64"/>
		<currencyCodes type="BWP" numeric="72"/>
		<currencyCodes type="BYR" numeric="974"/>
		<currencyCodes type="BZD" numeric="84"/>
		<currencyCodes type="CAD" numeric="124"/>
		<currencyCodes type="CDF" numeric="976"/>
		<currencyCodes type="CHE" numeric="947"/>
		<currencyCodes type="CHF" numeric="756"/>
		<currencyCodes type="CHW" numeric="948"/>
		<currencyCodes type="CLF" numeric="990"/>
		<currencyCodes type="CLP" numeric="152"/>
		<currencyCodes type="CNY" numeric="156"/>
		<currencyCodes type="COP" numeric="170"/>
		<currencyCodes type="COU" numeric="970"/>
		<currencyCodes type="CRC" numeric="188"/>
		<currencyCodes type="CUC" numeric="931"/>
		<currencyCodes type="CUP" numeric="192"/>
		<currencyCodes type="CVE" numeric="132"/>
		<currencyCodes type="CZK" numeric="203"/>
		<currencyCodes type="DJF" numeric="262"/>
		<currencyCodes type="DKK" numeric="208"/>
		<currencyCodes type="DOP" numeric="214"/>
		<currencyCodes type="DZD" numeric="12"/>
		<currencyCodes type="EGP" numeric="818"/>
		<currencyCodes type="ERN" numeric="232"/>
		<currencyCodes type="ETB" numeric="230"/>
		<currencyCodes type="EUR" numeric="978"/>
		<currencyCodes type="FJD" numeric="242"/>
		<currencyCodes type="FKP" numeric="238"/>
		<currencyCodes type="GBP" numeric="826"/>
		<currencyCodes type="GEL" numeric="981"/>
		<currencyCodes type="GHS" numeric="936"/>
		<currencyCodes type="GIP" numeric="292"/>
		<currencyCodes type="GMD" numeric="270"/>
		<currencyCodes type="GNF" numeric="324"/>
		<currencyCodes type="GTQ" numeric="320"/>
		<currencyCodes type="GYD" numeric="328"/>
		<currencyCodes type="HKD" numeric="344"/>
		<currencyCodes type="HNL" numeric="340"/>
		<currencyCodes type="HRK" numeric="191"/>
		<currencyCodes type="HTG" numeric="332"/>
		<currencyCodes type="HUF" numeric="348"/>
		<currencyCodes type="IDR" numeric="360"/>
		<currencyCodes type="ILS" numeric="376"/>
		<currencyCodes type="INR" numeric="356"/>
		<currencyCodes type="IQD" numeric="368"/>
		<currencyCodes type="IRR" numeric="364"/>
		<currencyCodes type="ISK" numeric="352"/>
		<currencyCodes type="JMD" numeric="388"/>
		<currencyCodes type="JOD" numeric="400"/>
		<currencyCodes type="JPY" numeric="392"/>
		<currencyCodes type="KES" numeric="404"/>
		<currencyCodes type="KGS" numeric="417"/>
		<currencyCodes type="KHR" numeric="116"/>
		<currencyCodes type="KMF" numeric="174"/>
		<currencyCodes type="KPW" numeric="408"/>
		<currencyCodes type="KRW" numeric="410"/>
		<currencyCodes type="KWD" numeric="414"/>
		<currencyCodes type="KYD" numeric="136"/>
		<currencyCodes type="KZT" numeric="398"/>
		<currencyCodes type="LAK" numeric="418"/>
		<currencyCodes type="LBP" numeric="422"/>
		<currencyCodes type="LKR" numeric="144"/>
		<currencyCodes type="LRD" numeric="430"/>
		<currencyCodes type="LSL" numeric="426"/>
		<currencyCodes type="LTL" numeric="440"/>
		<currencyCodes type="LYD" numeric="434"/>
		<currencyCodes type="MAD" numeric="504"/>
		<currencyCodes type="MDL" numeric="498"/>
		<currencyCodes type="MGA" numeric="969"/>
		<currencyCodes type="MKD" numeric="807"/>
		<currencyCodes type="MMK" numeric="104"/>
		<currencyCodes type="MNT" numeric="496"/>
		<currencyCodes type="MOP" numeric="446"/>
		<currencyCodes type="MRO" numeric="478"/>
		<currencyCodes type="MUR" numeric="480"/>
		<currencyCodes type="MVR" numeric="462"/>
		<currencyCodes type="MWK" numeric="454"/>
		<currencyCodes type="MXN" numeric="484"/>
		<currencyCodes type="MXV" numeric="979"/>
		<currencyCodes type="MYR" numeric="458"/>
		<currencyCodes type="MZN" numeric="943"/>
		<currencyCodes type="NAD" numeric="516"/>
		<currencyCodes type="NGN" numeric="566"/>
		<currencyCodes type="NIO" numeric="558"/>
		<currencyCodes type="NOK" numeric="578"/>
		<currencyCodes type="NPR" numeric="524"/>
		<currencyCodes type="NZD" numeric="554"/>
		<currencyCodes type="OMR" numeric="512"/>
		<currencyCodes type="PAB" numeric="590"/>
		<currencyCodes type="PEN" numeric="604"/>
		<currencyCodes type="PGK" numeric="598"/>
		<currencyCodes type="PHP" numeric="608"/>
		<currencyCodes type="PKR" numeric="586"/>
		<currencyCodes type="PLN" numeric="985"/>
		<currencyCodes type="PYG" numeric="600"/>
		<currencyCodes type="QAR" numeric="634"/>
		<currencyCodes type="RON" numeric="946"/>
		<currencyCodes type="RSD" numeric="941"/>
		<currencyCodes type="RUB" numeric="643"/>
		<currencyCodes type="RWF" numeric="646"/>
		<currencyCodes type="SAR" numeric="682"/>
		<currencyCodes type="SBD" numeric="90"/>
		<currencyCodes type="SCR" numeric="690"/>
		<currencyCodes type="SDG" numeric="938"/>
		<currencyCodes type="SEK" numeric="752"/>
		<currencyCodes type="SGD" numeric="702"/>
		<currencyCodes type="SHP" numeric="654"/>
		<currencyCodes type="SLL" numeric="694"/>
		<currencyCodes type="SOS" numeric="706"/>
		<currencyCodes type="SRD" numeric="968"/>
		<currencyCodes type="SSP" numeric="728"/>
		<currencyCodes type="STD" numeric="678"/>
		<currencyCodes type="SYP" numeric="760"/>
		<currencyCodes type="SZL" numeric="748"/>
		<currencyCodes type="THB" numeric="764"/>
		<currencyCodes type="TJS" numeric="972"/>
		<currencyCodes type="TMT" numeric="934"/>
		<currencyCodes type="TND" numeric="788"/>
		<currencyCodes type="TOP" numeric="776"/>
		<currencyCodes type="TRY" numeric="949"/>
		<currencyCodes type="TTD" numeric="780"/>
		<currencyCodes type="TWD" numeric="901"/>
		<currencyCodes type="TZS" numeric="834"/>
		<currencyCodes type="UAH" numeric="980"/>
		<currencyCodes type="UGX" numeric="800"/>
		<currencyCodes type="USD" numeric="840"/>
		<currencyCodes type="USN" numeric="997"/>
		<currencyCodes type="UYI" numeric="940"/>
		<currencyCodes type="UYU" numeric="858"/>
		<currencyCodes type="UZS" numeric="860"/>
		<currencyCodes type="VEF" numeric="937"/>
		<currencyCodes type="VND" numeric="704"/>
		<currencyCodes type="VUV" numeric="548"/>
		<currencyCodes type="WST" numeric="882"/>
		<currencyCodes type="XAF" numeric="950"/>
		<currencyCodes type="XAG" numeric="961"/>
		<currencyCodes type="XAU" numeric="959"/>
		<currencyCodes type="XBA" numeric="955"/>
		<currencyCodes type="XBB" numeric="956"/>
		<currencyCodes type="XBC" numeric="957"/>
		<currencyCodes type="XBD" numeric="958"/>
		<currencyCodes type="XCD" numeric="951"/>
		<currencyCodes type="XDR" numeric="960"/>
		<currencyCodes type="XOF" numeric="952"/>
		<currencyCodes type="XPD" numeric="964"/>
		<currencyCodes type="XPF" numeric="953"/>
		<currencyCodes type="XPT" numeric="962"/>
		<currencyCodes type="XSU" numeric="994"/>
		<currencyCodes type="XTS" numeric="963"/>
		<currencyCodes type="XUA" numeric="965"/>
		<currencyCodes type="XXX" numeric="999"/>
		<currencyCodes type="YER" numeric="886"/>
		<currencyCodes type="ZAR" numeric="710"/>
		<currencyCodes type="ZMW" numeric="967"/>
    </codeMappings>

	<parentLocales>
		<parentLocale parent="root" locales="az_Arab az_Cyrl bm_Nkoo bs_Cyrl en_Dsrt en_Shaw ha_Arab iu_Latn mn_Mong ms_Arab pa_Arab shi_Latn sr_Latn uz_Arab uz_Cyrl vai_Latn zh_Hant yue_Hans"/>
		<parentLocale parent="en_001" locales="en_150 en_AG en_AI en_AU en_BB en_BE en_BM en_BS en_BW en_BZ en_CA en_CC en_CK en_CM en_CX en_CY en_DG en_DM en_ER en_FJ en_FK en_FM en_GB en_GD en_GG en_GH en_GI en_GM en_GY en_HK en_IE en_IL en_IM en_IN en_IO en_JE en_JM en_KE en_KI en_KN en_KY en_LC en_LR en_LS en_MG en_MO en_MS en_MT en_MU en_MW en_MY en_NA en_NF en_NG en_NR en_NU en_NZ en_PG en_PH en_PK en_PN en_PW en_RW en_SB en_SC en_SD en_SG en_SH en_SL en_SS en_SX en_SZ en_TC en_TK en_TO en_TT en_TV en_TZ en_UG en_VC en_VG en_VU en_WS en_ZA en_ZM en_ZW"/>
		<parentLocale parent="en_150" locales="en_AT en_CH en_DE en_DK en_FI en_NL en_SE en_SI"/>
		<parentLocale parent="es_419" locales="es_AR es_BO es_BR es_CL es_CO es_CR es_CU es_DO es_EC es_GT es_HN es_MX es_NI es_PA es_PE es_PR es_PY es_SV es_US es_UY es_VE"/>
		<parentLocale parent="pt_PT" locales="pt_AO pt_CH pt_CV pt_GQ pt_GW pt_LU pt_MO pt_MZ pt_ST pt_TL"/>
		<parentLocale parent="zh_Hant_HK" locales="zh_Hant_MO"/>
	</parentLocales>

	<references>
		<reference type="R1000" uri="https://www.cia.gov/cia/publications/factbook/geos/aa.html";>Dutch official</reference>
		<reference type="R1001" uri="http://www.migrationinformation.org/Feature/display.cfm?ID=72";>At most 6% are not fluent in English</reference>
		<reference type="R1002" uri="https://www.cia.gov/cia/publications/factbook/geos/cg.html";>French official, the figure is derived from literacy * population</reference>
		<reference type="R1003">While Cyrillic is customary, the vast majority of the population can read both.For languages not customarily written, the writing populiation is artificially set to 5% in the absence of better information.</reference>
		<reference type="R1004" uri="http://www.ethnologue.com/show_country.asp?name=NL";>The figure includes 'Vlaams' population from Ethnologue</reference>
		<reference type="R1005" uri="http://www.orbilat.com/Languages/Walloon/Walloon.htm";>It is estimated that Walloon is used actively by 10-20% of the total population of Wallonia or between 300,000 and 600,000 people. For languages not customarily written, the writing population is artificially set to 5% in the absence of better information.</reference>
		<reference type="R1006" uri="http://www.ethnologue.com/show_country.asp?name=CH";>http://en.wikipedia.org/wiki/Demographics_of_Switzerland Literacy rate for gsw is 5% of reported speaker population; literacy is mostly in standard German. For languages not customarily written, the writing population is artificially set to 5% in the absence of better information.</reference>
		<reference type="R1007" uri="http://www.ethnologue.com/show_country.asp?name=Bahrain";>Arabic official, the figure is derived from literacy * lang pop</reference>
		<reference type="R1008" uri="http://lanic.utexas.edu/project/tilan/reports/rtf359/bolivia1.html";>Spanish is the official language, only about 60-70% of the population speaks it at all ;</reference>
		<reference type="R1009" uri="https://www.cia.gov/cia/publications/factbook/geos/bc.html";>English official, 81% literacy; the figure is derived from literacy * lang pop</reference>
		<reference type="R1010" uri="http://www.joshuaproject.net/people-profile.php?peo3=13068&amp;rog3=AO";>[missing]</reference>
		<reference type="R1011" uri="http://www.ethnologue.com/show_language.asp?code=sag";>Ethnologue: 350k in CAF + 1.6 million 2nd lang speakers</reference>
		<reference type="R1012" uri="http://www.ethnologue.com/show_language.asp?code=cos";>Corsican has been recognized as a language by the French government. Speakers also use French but many are not fluent in it. For languages not customarily written, the writing population is artificially set to 5%</reference>
		<reference type="R1013" uri="http://en.wikipedia.org/wiki/Cameroon";>English 1/5 of pop, used 1/5 of pop * literacy rate</reference>
		<reference type="R1014" uri="https://www.cia.gov/cia/publications/factbook/geos/co.html";>Spanish official</reference>
		<reference type="R1015" uri="http://www.ethnologue.com/show_language.asp?code=lnc";>Languedocien = Occitan 'Everyone speaks French as first or second language.' For languages not customarily written, the writing population is artificially set to 5%</reference>
		<reference type="R1016" uri="http://www.ethnologue.com/show_language.asp?code=sco";>100k+ native, plus 1.5 mil 2nd lang speakers. For languages not customarily written, the writing population is artificially set to 5% in the absence of better information.</reference>
		<reference type="R1017">For languages not customarily written, the writing population is artificially set to 5% in the absence of better information.</reference>
		<reference type="R1018" uri="https://www.cia.gov/cia/publications/factbook/geos/gj.html";>English official; the figure is derived from literacy * lang pop</reference>
		<reference type="R1019" uri="http://www.ethnologue.com/show_country.asp?name=GF";>French official; the figure is derived from literacy * lang pop</reference>
		<reference type="R1020" uri="http://en.wikipedia.org/wiki/Ascension_Island";>[missing]</reference>
		<reference type="R1021" uri="http://en.wikipedia.org/wiki/Languages_of_Canada#Languages_by_mother_tongue";>[missing]</reference>
		<reference type="R1022" uri="https://www.cia.gov/cia/publications/factbook/geos/gi.html";>English official, the figure is derived from literacy * lang pop</reference>
		<reference type="R1023" uri="http://www.ethnologue.com/show_country.asp?name=GP";>French official; the figure is derived from literacy * lang pop</reference>
		<reference type="R1024" uri="http://www.ethnologue.com/show_language.asp?code=ltz";>Some 99% of users are literate in French or German. For languages not customarily written, the writing population is artificially set to 5% in the absence of better information.</reference>
		<reference type="R1025" uri="http://www.ethnologue.com/language/ewo";>2nd lang literacy 15-25%</reference>
		<reference type="R1026" uri="http://www.ethnologue.com/show_language.asp?code=lim";>Nearly all speakers are literate in a 2nd language. For languages not customarily written, the writing population is artificially set to 5%</reference>
		<reference type="R1027" uri="https://www.cia.gov/cia/publications/factbook/geos/pu.html";>Many minor langs; Portuguese official</reference>
		<reference type="R1028" uri="http://www.seasite.niu.edu/tagalog/essays_on_philippine_languages.htm";>In this and other sources, such as Ethnologue, there is no estimate for number of users. http://en.wikipedia.org/wiki/Filipino_language http://www.ethnologue.com/show_language.asp?code=fil </reference>
		<reference type="R1029" uri="http://www.ethnologue.com/show_language.asp?code=hat";>Most of the population uses Creole; see also http://www.country-studies.com/haiti/creole,-literacy,-and-education.html http://en.wikipedia.org/wiki/French_language#Haiti</reference>
		<reference type="R1030" uri="http://www.ethnologue.com/show_language.asp?code=fra";>400k 2nd language speakers</reference>
		<reference type="R1031" uri="http://www.ethnologue.com/show_country.asp?name=CV";>Official language, 37-77% literacy</reference>
		<reference type="R1032" uri="http://www.ethnologue.com/show_country.asp?name=ER";>Official language, used in some schools.</reference>
		<reference type="R1033" uri="http://www.ciil.org/Main/Announcement/MBE_Programme/paper/paper2.htm";>http://www.censusindia.net/cendat/datatable26.html</reference>
		<reference type="R1034" uri="http://www.ethnologue.com/14/show_iso639.asp?code=kmb";>25% of pop</reference>
		<reference type="R1035" uri="http://en.wikipedia.org/wiki/Iceland";>- Icelandic official</reference>
		<reference type="R1036" uri="http://memory.loc.gov/cgi-bin/query/r?frd/cstdy:@field(DOCID+jo0039)">says: All Jordanians, regardless of ethnicity or religion, speak Arabic, the official language of Jordan</reference>
		<reference type="R1037" uri="http://en.wikipedia.org/wiki/Kiribati";>English official; Kiribati widespread</reference>
		<reference type="R1038" uri="https://www.cia.gov/cia/publications/factbook/fields/2098.html";>[missing]</reference>
		<reference type="R1039" uri="https://www.cia.gov/cia/publications/factbook/geos/ls.html";>German official</reference>
		<reference type="R1040">No figures found for use of French. Used literacy 29.5% times population to get the writing pop; French is the only official language.</reference>
		<reference type="R1041" uri="https://www.cia.gov/cia/publications/factbook/geos/ng.html";>French official; the figure is derived from literacy * lang pop</reference>
		<reference type="R1042" uri="https://www.cia.gov/cia/publications/factbook/geos/nl.html";>Used CIA literacy figure times population, added 'Vlaams' population</reference>
		<reference type="R1043" uri="http://www.cso.ie/census/documents/Final%20Principal%20Demographic%20Results%202006.pdf";>[missing]</reference>
		<reference type="R1044" uri="http://www.ethnologue.com/show_language.asp?code=mri";>70,000 in 1991, 100,000 who understand it, but do not speak it ; ethnic pop 530,000 in 2002</reference>
		<reference type="R1045" uri="https://www.cia.gov/cia/publications/factbook/geos/bp.html";>Melanesian pidgin in much of the country is lingua franca; English (official; but spoken by only 1%-2% of the population); 120 indigenous languages</reference>
		<reference type="R1046" uri="https://www.cia.gov/cia/publications/factbook/fields/2098.html";>English 20%</reference>
		<reference type="R1047" uri="http://www.ethnologue.com/show_country.asp?name=LS";>Lesotho English-using pop estimated at 5%, no figs available. Probably too low.</reference>
		<reference type="R1048" uri="https://www.cia.gov/cia/publications/factbook/fields/2098.html";>Russian 8%</reference>
		<reference type="R1049" uri="http://www.ethnologue.com/show_language.asp?code=por";>Official language. Probably 2% of the population from East Timor worldwide can function in it</reference>
		<reference type="R1050" uri="http://www.ethnologue.com/show_country.asp?name=MA";>Ethnologue says 80k users of French. No other figures found yet, but this seems too low.</reference>
		<reference type="R1051" uri="https://www.cia.gov/cia/publications/factbook/geos/md.html";>Russian 5.8%.</reference>
		<reference type="R1052" uri="http://en.wikipedia.org/wiki/List_of_countries_by_English-speaking_population";>The figure is from Wikipedia article on English-speaking populations</reference>
		<reference type="R1053" uri="https://www.cia.gov/cia/publications/factbook/fields/2098.html";>Albanian 25.1%</reference>
		<reference type="R1054" uri="https://www.cia.gov/cia/publications/factbook/geos/rw.html";>English is an official language, not widely spoken</reference>
		<reference type="R1055" uri="http://en.wikipedia.org/wiki/Pashto_language";>42.6% of population</reference>
		<reference type="R1056" uri="http://www.joshuaproject.net/peopctry.php?rop3=101703&amp;rog3=MY";>[missing]</reference>
		<reference type="R1057" uri="http://www.ethnologue.com/show_language.asp?code=tpi";>4mil 2nd lang speakers, 120k 1st lang, 20k monolinguals. English creole; 40-45% literacy.</reference>
		<reference type="R1058" uri="http://www.ethnologue.com/show_language.asp?code=hmo";>A pidginizatino of Motu; 120k 2nd lang speakers, very few 1st lang.</reference>
		<reference type="R1059" uri="https://www.cia.gov/cia/publications/factbook/fields/2098.html";>English official on some islands, total 9.4%</reference>
		<reference type="R1060" uri="http://www.nsf.gov/od/opp/support/southp.jsp";>http://astro.uchicago.edu/cara/vtour/mcmurdo/ http://www.usap.gov/videoclipsandmaps/mcmwebcam.cfm Winter population is listed.</reference>
		<reference type="R1061" uri="http://www.ethnologue.com/show_language.asp?code=tem";>1.2mil 1st lang + 240k 2nd lang users, low literacy</reference>
		<reference type="R1062" uri="http://en.wikipedia.org/wiki/Clipperton_Island";>[missing]</reference>
		<reference type="R1063">Canadian census shows 97,230 total population for all Cree languages</reference>
		<reference type="R1064" uri="https://www.cia.gov/cia/publications/factbook/geos/hm.html";>Uninhabited, barren, sub-Antarctic islands</reference>
		<reference type="R1065" uri="http://en.wikipedia.org/wiki/Diego_Garcia";>[missing]</reference>
		<reference type="R1066" uri="http://www.censusindia.net/";>Figure for Hindi includes 2nd language users, India Census data.</reference>
		<reference type="R1067" uri="http://en.wikipedia.org/wiki/Ceuta";>[missing]</reference>
		<reference type="R1068" uri="https://www.cia.gov/cia/publications/factbook/geos/kz.html";>CIA Factbook entry on Kazakhstan</reference>
		<reference type="R1069" uri="http://en.wikipedia.org/wiki/Senegal";>50k Europeans, mostly French. The figure for writing population is derived from literacy * population, and may be too high.</reference>
		<reference type="R1070" uri="http://en.wikipedia.org/wiki/List_of_countries_by_English-speaking_population";>The figure is from Wikipedia article on http://en.wikipedia.org/wiki/List_of_countries_by_English-speaking_population The figure is from Wikipedia article on English-speaking populations</reference>
		<reference type="R1071" uri="https://www.cia.gov/cia/publications/factbook/geos/wz.html";>[missing]</reference>
		<reference type="R1072" uri="http://en.wikipedia.org/wiki/List_of_countries_by_English-speaking_population";> The figure is from Wikipedia article on English-speaking populations</reference>
		<reference type="R1073" uri="https://www.cia.gov/library/publications/the-world-factbook/geos/iz.html";>Lang pop est, CIA factbook 15-20% country pop</reference>
		<reference type="R1074" uri="https://www.cia.gov/cia/publications/factbook/geos/sv.html";>CIA Factbook</reference>
		<reference type="R1075" uri="http://en.wikipedia.org/wiki/Canary_islands";>[missing]</reference>
		<reference type="R1076" uri="https://www.cia.gov/cia/publications/factbook/geos/tt.html";>CIA Factbook. See also http://www.jsmp.minihub.org/Reports/jsmpreports/Language%20Report/LanguageReport(english).pdf</reference>
		<reference type="R1077" uri="https://www.cia.gov/cia/publications/factbook/geos/vt.html";>CIA Factbook.</reference>
		<reference type="R1078" uri="http://www.pressreference.com/Sw-Ur/Tonga.html";>The Tonga Chronicle is a government-owned newspaper... It publishes two editions, one in Tongan with a circulation of 5,000, and one in English with a circulation of 1,500; Writing pop figure shown for English is set to 30% of that for Tonga. </reference>
		<reference type="R1079" uri="http://www.ethnologue.com/show_language.asp?code=abk";>96% bilingual in Turkish.</reference>
		<reference type="R1080" uri="http://en.wikipedia.org/wiki/Tuvalu";>The Tuvaluan language is spoken by virtually everyone, while Gilbertese is spoken by some people on Nui. English is also an official language, but is not spoken in daily use. Writing pop set to 10% of Tuvalu.</reference>
		<reference type="R1081" uri="https://www.cia.gov/cia/publications/factbook/geos/tz.html";>English (official, primary language of commerce, administration, and higher education)</reference>
		<reference type="R1082" uri="http://www.ethnologue.com/show_language.asp?code=eng";>Ethnologue lists 1 million 2nd lang users of English; no other good figures found.</reference>
		<reference type="R1083" uri="http://www.bhas.ba/index.php?option=com_content&amp;view=article&amp;id=52&amp;itemid=80&amp;lang=en&amp;Itemid=";> also: http://en.wikipedia.org/wiki/Bosnian_language</reference>
		<reference type="R1084" uri="http://www.nationsonline.org/oneworld/equatorial_guinea.htm";>French is a minority official language. Crude estimate of usage based on import partner data.</reference>
		<reference type="R1085" uri="http://en.wikipedia.org/wiki/Geographic_distribution_of_Portuguese";>Macao reported 5% native Portuguese speakers.</reference>
		<reference type="R1086">5% writing pop estimated in absence of other data</reference>
		<reference type="R1087" uri="http://www.ethnologue.com/show_language.asp?code=rkt";>[missing]</reference>
		<reference type="R1088" uri="http://www.nationsonline.org/oneworld/syria.htm";>Crude estimate based on import partner data.</reference>
		<reference type="R1089" uri="http://www.wildmadagascar.org/overview/loc/27-minorities.html";>[missing]</reference>
		<reference type="R1090" uri="http://en.wikipedia.org/wiki/Mohawk_language";>[missing]</reference>
		<reference type="R1091" uri="http://www.ethnologue.com/show_language.asp?code=dyu";>[missing]</reference>
		<reference type="R1092" uri="http://www.ethnologue.com/show_language.asp?code=lua";>[missing]</reference>
		<reference type="R1093" uri="http://www.ethnologue.com/show_language.asp?code=lub";>[missing]</reference>
		<reference type="R1094" uri="http://www.ethnologue.com/show_language.asp?code=khb";>(= Tai Lu, Xishuangbanna Dai; New Tai Lue script)</reference>
		<reference type="R1095" uri="http://www.ethnologue.com/language/frr";>[missing]</reference>
		<reference type="R1096" uri="http://www.ethnologue.com/show_language.asp?code=ast";>[missing]</reference>
		<reference type="R1097" uri="http://www.uwplatt.edu/news/2005/02/uw-platteville-announces-study-abroad.html";>Estimates Indian ethnic 44% ; see also http://en.wikipedia.org/wiki/Non-resident_Indian_and_Person_of_Indian_Origin and http://www.vanuatu.usp.ac.fj/paclangunit/English_South_Pacific.htm</reference>
		<reference type="R1098" uri="http://www.ethnologue.com/show_language.asp?code=mag";>[missing]</reference>
		<reference type="R1099" uri="http://www.ethnologue.com/show_language.asp?code=efi";>[missing]</reference>
		<reference type="R1100" uri="http://www.ethnologue.com/show_language.asp?code=tbw";>[missing]</reference>
		<reference type="R1101" uri="http://www.ethnologue.com/show_language.asp?code=mhr";>[missing]</reference>
		<reference type="R1102" uri="http://www.lmp.ucla.edu/Profile.aspx?menu=004&amp;LangID=201";>- Not widely used; set to 10%.</reference>
		<reference type="R1103" uri="http://www.ethnologue.com/show_language.asp?code=srn";>The lingua franca of 80% of the population</reference>
		<reference type="R1104" uri="http://www.ethnologue.com/show_language.asp?code=bem";>[missing]</reference>
		<reference type="R1105" uri="https://www.ethnologue.com/language/mro";>and https://en.wikipedia.org/wiki/Mru_language</reference>
		<reference type="R1106" uri="http://en.wikipedia.org/wiki/Languages_of_Pakistan";>- More than 95% of Pakistanis can speak or understand Urdu as their second or third language</reference>
		<reference type="R1107" uri="http://en.wikipedia.org/wiki/Pashto_language";>15.42% of population</reference>
		<reference type="R1108" uri="http://windowoneurasia2.blogspot.com/2013/12/window-on-eurasia-de-russianization.html";>http://www.stoletie.ru/vzglyad/derusifikacija_nabirajet_oboroty_934.htm</reference>
		<reference type="R1109" uri="http://www.ethnologue.com/show_country.asp?name=Bahrain";>[missing]</reference>
		<reference type="R1110" uri="http://www.vaestorekisterikeskus.fi/vrk/home.nsf/pages/index_eng";>[missing]</reference>
		<reference type="R1111" uri="http://www.kotus.fi/index.phtml?l=en&amp;s=512";>[missing]</reference>
		<reference type="R1112" uri="http://www.kotus.fi/?l=en&amp;s=207";>[missing]</reference>
		<reference type="R1113" uri="http://www.ethnologue.com/show_country.asp?name=United+Kingdom";>[missing]</reference>
		<reference type="R1114" uri="http://www.ethnologue.com/language/ybb";>[missing]</reference>
		<reference type="R1115" uri="http://www.jewish-languages.org/jewish-malayalam.html";>[missing]</reference>
		<reference type="R1116" uri="https://www.cia.gov/cia/publications/factbook/geos/sv.html";>CIA Factbook lists spoken language, the entry for Bokmål only on Svalbard and Jan Mayan is an assumption.</reference>
		<reference type="R1117" uri="http://en.wikipedia.org/wiki/Romansh_language";> http://www.bfs.admin.ch/bfs/portal/de/index/infothek/lexikon/bienvenue___login/blank/zugang_lexikon.Document.62669.xls</reference>
		<reference type="R1118">No literacy figure available for English in Madagascar; newly adopted official language; 5% is an estimate.</reference>
		<reference type="R1119" uri="http://en.wikipedia.org/wiki/Kazakh_language";>- the script is an assumption, needs a reference</reference>
		<reference type="R1120" uri="http://www.nvtc.gov/lotw/months/march/Azerbaijani.html#writ";>Latin script official, used 98.8% of pop * 10% for the usage figure</reference>
		<reference type="R1121" uri="http://www.nvtc.gov/lotw/months/march/Azerbaijani.html#writ";>Latin script official, used 98.8% of pop * 90% for the usage figure</reference>
		<reference type="R1122" uri="http://en.wikipedia.org/wiki/Swahili_language";>- five eastern provinces of the DRC are Swahili speaking. Nearly half the 66 million Congolese speak it.</reference>
		<reference type="R1123" uri="http://en.wikipedia.org/wiki/Kazakh_language";>[missing]</reference>
		<reference type="R1124" uri="http://en.wikipedia.org/wiki/Algerian_language";>estimate 20% of Algerians can use French</reference>
		<reference type="R1125" uri="http://en.wikipedia.org/wiki/Alsatian_language";>[missing]</reference>
		<reference type="R1126" uri="http://www.ethnologue.com/show_language.asp?code=rwr";>[missing]</reference>
		<reference type="R1127" uri="http://en.wikipedia.org/wiki/Swahili_language";>- Most educated Kenyans are able to communicate fluently in Swahili, since it is a compulsory subject in school</reference>
		<reference type="R1128" uri="http://en.wikipedia.org/wiki/Gagauz_language";>[missing]</reference>
		<reference type="R1129" uri="http://www.ethnologue.com/show_language.asp?code=skr";>[missing]</reference>
		<reference type="R1130" uri="http://en.wikipedia.org/wiki/R%C3%A9union";>- Education is in French; using literacy rate * pop for French-using population</reference>
		<reference type="R1131" uri="http://en.wikipedia.org/wiki/Singapore";>  English is the first language learned by half the children by the time they reach preschool age; using 92.6% of pop for the English figure</reference>
		<reference type="R1132" uri="http://en.wikipedia.org/wiki/Tunisia#Language";>- using pop * literacy rate</reference>
		<reference type="R1133" uri="http://en.wikipedia.org/wiki/Swahili_language";>- 90 percent of approximately 39 million Tanzanians speak Swahili</reference>
		<reference type="R1134" uri="http://en.wikipedia.org/wiki/Swahili_language";>- Baganda generally don't speak Swahili, but it is in common use among the 25 million people elsewhere in the country, and is currently being implemented in schools nationwide (use 75% of Cpop for this figure)</reference>
		<reference type="R1135" uri="http://www.nationsonline.org/oneworld/mauritania.htm";>Crude estimate based on import partner data. http://www.answers.com/topic/mauritania </reference>
		<reference type="R1136" uri="http://en.wikipedia.org/wiki/Tlicho_Yatii_language";>also called Dogrib</reference>
		<reference type="R1137" uri="http://en.wikipedia.org/wiki/French_language";>[missing]</reference>
		<reference type="R1138" uri="http://en.wikipedia.org/wiki/Breton_language";>http://www.ofis-bzh.org/fr/langue_bretonne/chiffres_cles/index.php France blocks other languages in state schools; 1.4% attended Breton schools and 3% is estimated as family transmission rate</reference>
		<reference type="R1139">As with IE, we have to adjust the figures for real usage  </reference>
		<reference type="R1140" uri="http://en.wikipedia.org/wiki/Cornish_language";>The 2008 estimate is ~2000 speakers due to revival efforts</reference>
		<reference type="R1141" uri="http://en.wikipedia.org/wiki/Hausa_people";>[missing]</reference>
		<reference type="R1142" uri="http://en.wikipedia.org/wiki/Equatorial_guinea#Official_languages";>The great majority of Equatorial Guineans speak Spanish, especially those living in the capital, Malabo. Spanish has been an official language since 1844.</reference>
		<reference type="R1143">Hans literacy is unknown; set to 5% artificially pending better or official figures.</reference>
		<reference type="R1144" uri="http://yamiproject.cs.pu.edu.tw/yami/conference/paper/015.pdf";>http://www.statemaster.com/encyclopedia/Balinese-language widely used; taught in school as a main lang</reference>
		<reference type="R1145" uri="http://en.wikipedia.org/wiki/Buginese_language";>widely used in its cultural areas, often in Latin script</reference>
		<reference type="R1146" uri="http://en.wikipedia.org/wiki/Haryanvi";>http://www.indianetzone.com/7/haryanvi.htm little literature mostly folksongs; writers use std Hindi; claim of 55% literacy</reference>
		<reference type="R1147" uri="http://www.ethnologue.com/language/bbj";>2nd lang literacy 25-50%, taught formally</reference>
		<reference type="R1148">5% writing pop estimated in absence of other data; literacy rate reported at 12%</reference>
		<reference type="R1149">5% writing pop estimated in absence of other data; literacy rate reported at ~8%</reference>
		<reference type="R1150">No estimate available.</reference>
		<reference type="R1151">5% writing pop estimated in absence of other data; Japanese is lingua franca here</reference>
		<reference type="R1152" uri="http://www.chass.utoronto.ca/~cpercy/courses/6362-chiba.htm";>[missing]</reference>
		<reference type="R1153">Data completely unknown for Hausa in Arabic in Nigeria</reference>
		<reference type="R1154" uri="http://en.wikipedia.org/wiki/Nauru_language";>almost all speakers bilingual in English</reference>
		<reference type="R1155" uri="https://www.cia.gov/library/publications/the-world-factbook/geos/NE.html";>Pop decline to ~1398 in 2009</reference>
		<reference type="R1156" uri="http://en.wikipedia.org/wiki/Papua_New_Guinea";>Low literacy, high linguistic diversity; English official (govt) but not widely spoken</reference>
		<reference type="R1157" uri="http://www.census.gov.ph/data/sectordata/sr05153tx.html";>[missing]</reference>
		<reference type="R1158" uri="http://en.wikipedia.org/wiki/Languages_of_Pakistan#Punjabi";>Spoken by 70% of population, assumed to use Arabic script in Pakistan</reference>
		<reference type="R1159" uri="http://en.wikipedia.org/wiki/Chuvash_language#Language_use";>Reported to be (regional) official in Chuvashia, central Russia: taught at schools. However: http://cv.wikipedia.org/ Chuvash Wikipedia on-line.</reference>
		<reference type="R1160" uri="http://www.flw.com/languages/creoleseychelles.htm";>http://www.mavicanet.com/directory/eng/2436.html </reference>
		<reference type="R1161" uri="http://en.wikipedia.org/wiki/African_French";>[missing]</reference>
		<reference type="R1162" uri="https://www.cia.gov/cia/publications/factbook/fields/2098.html";>'A lingua franca and a first language for 10% of the population but understood by 95%' http://en.wikipedia.org/wiki/Krio_language</reference>
		<reference type="R1163" uri="http://en.wikipedia.org/wiki/Suriname#Languages";>Dutch is spoken as a mother tongue by about 60% of the Surinamese, while most others speak it as a second or third language.</reference>
		<reference type="R1164" uri="http://en.wikipedia.org/wiki/Isan_language";>main language of trade and comm. in Isan region, except ... media where it gives way to Thai; now largely an unwritten language. 10% writing pop estimated in absence of other data</reference>
		<reference type="R1165" uri="http://en.wikipedia.org/wiki/Uyghur_language";>- primarily written using an Arabic-derived alphabet</reference>
		<reference type="R1166">US 2005 census </reference>
		<reference type="R1167" uri="http://www.ethnologue.com/show_language.asp?code=nds";>understood by 10 million, perhaps. Figure is questionable writing pop artificially set to 5% see also: http://en.wikipedia.org/wiki/Low_German (understood by 10 million people, and native to about 3 million people all around northern Germany)</reference>
		<reference type="R1168" uri="http://en.wikipedia.org/wiki/Wallis_and_futuna#Languages";>[missing]</reference>
		<reference type="R1169" uri="http://en.wikipedia.org/wiki/Mayotte#Languages";>See the 2006 language survey data for 2nd langs = Shimaore</reference>
		<reference type="R1170" uri="http://en.wikipedia.org/wiki/Mayotte#Languages";>See the 2006 language survey data for 2nd langs</reference>
		<reference type="R1171">Common lingua franca, widely used. High literacy.</reference>
		<reference type="R1172" uri="http://en.wikipedia.org/wiki/North_Slavey";>[missing]</reference>
		<reference type="R1173" uri="http://en.wikipedia.org/wiki/Gwichin_language";>300 speakers out of 1100 pop; 1998 census shows 770</reference>
		<reference type="R1174" uri="http://www.ethnologue.com/show_language.asp?code=ksh";>[missing]</reference>
		<reference type="R1175" uri="http://en.wikipedia.org/wiki/Saho_language";>[missing]</reference>
		<reference type="R1176" uri="http://en.wikipedia.org/wiki/Spanish_language#Spain";>98.8% speak Spanish. Also, https://www.cia.gov/library/publications/the-world-factbook/geos/sp.html</reference>
		<reference type="R1177" uri="https://www.cia.gov/library/publications/the-world-factbook/geos/sp.html";>[missing]</reference>
		<reference type="R1178" uri="https://www.cia.gov/cia/publications/factbook/geos/sx.html";>No indigenous inhabitants. http://en.wikipedia.org/wiki/Heard_Island_and_McDonald_Islands</reference>
		<reference type="R1179" uri="https://www.cia.gov/cia/publications/factbook/geos/io.html";>No indigenous inhabitants. http://en.wikipedia.org/wiki/British_Indian_Ocean_Territory</reference>
		<reference type="R1180" uri="http://www.ethnologue.com/show_language.asp?code=saq";>Many also use Swahili</reference>
		<reference type="R1181" uri="http://www.ethnologue.com/show_language.asp?code=shi";>Latin is not shown as being used, rather Arabic</reference>
		<reference type="R1182" uri="http://www.ethnologue.com/show_language.asp?code=naq";>Used in schools up to University.</reference>
		<reference type="R1183" uri="http://en.wikipedia.org/wiki/Sakha_language";>Also called Sakha.</reference>
		<reference type="R1184" uri="https://www.cia.gov/cia/publications/factbook/geos/fs.html";>No indigenous inhabitants. http://en.wikipedia.org/wiki/French_Southern_Territories</reference>
		<reference type="R1185" uri="https://www.cia.gov/library/publications/the-world-factbook/geos/tl.html";>[missing]</reference>
		<reference type="R1186" uri="http://www.ethnologue.com/show_language.asp?code=mas";>Shows 50% literacy</reference>
		<reference type="R1187" uri="http://www.ethnologue.com/show_language.asp?code=asa";>Most also use Swahili with 50% literacy. Only 5% monolingual.</reference>
		<reference type="R1188" uri="http://www.ethnologue.com/show_language.asp?code=lag";>Most also use Swahili</reference>
		<reference type="R1189" uri="http://en.wikipedia.org/wiki/Rombo_language";>[missing]</reference>
		<reference type="R1190" uri="https://www.cia.gov/library/publications/the-world-factbook/geos/UM.html";>basically unihabited, officially ; http://www.census.gov/prod/cen2000/phc3-us-pt1.pdf</reference>
		<reference type="R1191" uri="https://www.cia.gov/library/publications/the-world-factbook/geos/bl.html";>http://lanic.utexas.edu/project/tilan/reports/rtf359/bolivia1.html Spanish is the official language, only about 60-70% of the population speaks it at all ;</reference>
		<reference type="R1192" uri="http://en.wikipedia.org/wiki/Demographics_of_Chile#Languages";>Spanish &quot;&quot;universal&quot;&quot;, set to 98%</reference>
		<reference type="R1193" uri="http://en.wikipedia.org/wiki/Costa_Rica";>https://www.cia.gov/library/publications/the-world-factbook/geos/cs.html</reference>
		<reference type="R1194" uri="http://en.wikipedia.org/wiki/Languages_of_Canada";>[missing]</reference>
		<reference type="R1195" uri="https://www.cia.gov/library/publications/the-world-factbook/geos/in.html";>[missing]</reference>
		<reference type="R1196" uri="http://www.himachalonline.com/temp/languages.htm";>Sirmauri (srx) Mahasui = Himachali, Pahari, Sirmouri, Sirmuri</reference>
		<reference type="R1197" uri="http://en.wikipedia.org/wiki/Sanskrit";>- 14k reported as native. Taught as elective subject in grades 5-8; not widely spoken as primary communication.</reference>
		<reference type="R1198" uri="http://www.ethnologue.com/show_language.asp?code=zdj";>[missing]</reference>
		<reference type="R1199" uri="http://www.mapsofworld.com/thailand/geography/demographics.html";>More than 80 % of the total Thai population speaks the native Thai language. </reference>
		<reference type="R1200" uri="http://en.wikipedia.org/wiki/Russian_language_in_Ukraine";>[missing]</reference>
		<reference type="R1201">native speaker pop is low, ~6200; but is most widely spoken 2nd language</reference>
		<reference type="R1202" uri="http://ec.europa.eu/public_opinion/archives/ebs/ebs_243_en.pdf";>[missing]</reference>
		<reference type="R1203" uri="https://www.cia.gov/library/publications/the-world-factbook/geos/nz.html";>[missing]</reference>
		<reference type="R1204" uri="http://en.wikipedia.org/wiki/Russian_language";>(94% of studends in Russia receive primarily Russian-language ed)</reference>
		<reference type="R1205" uri="http://ec.europa.eu/public_opinion/archives/ebs/ebs_243_en.pdf";>Europeans and their languages survey, page 7</reference>
		<reference type="R1206" uri="http://en.wikipedia.org/wiki/Turkish_language#Geographic_distribution";>http://ec.europa.eu/public_opinion/archives/ebs/ebs_243_en.pdf Europeans and their languages survey, page 7</reference>
		<reference type="R1207" uri="http://www12.statcan.ca/census-recensement/2006/dp-pd/tbt/Rp-eng.cfm?LANG=E&amp;APATH=3&amp;DETAIL=0&amp;DIM=0&amp;FL=A&amp;FREE=0&amp;GC=0&amp;GID=837928&amp;GK=0&amp;GRP=1&amp;PID=89189&amp;PRID=0&amp;PTYPE=88971,97154&amp;S=0&amp;SHOWALL=0&amp;SUB=0&amp;Temporal=2006&amp;THEME=70&amp;VID=0&amp;VNAMEE=&amp;VNAMEF=";>[missing]</reference>
		<reference type="R1208" uri="http://www.ethnologue.com/language/nnh";>1st lang literacy 8%</reference>
		<reference type="R1209" uri="http://www.ethnologue.com/language/bgn";>low literacy</reference>
		<reference type="R1210">percentage calculated from http://www.spanishcourses.info/Mains/SpanishSpoken_EN.htm , see also http://www.spanishseo.org/resources/worldwide-spanish-speaking-population</reference>
		<reference type="R1211" uri="https://www.cia.gov/library/publications/the-world-factbook/geos/gr.html";>[missing]</reference>
		<reference type="R1212">www.amar.org.ir</reference>
		<reference type="R1213" uri="http://ec.europa.eu/education/languages/archive/languages/langmin/euromosaic/pol3_en.html";>- regional lang community status, taught in some schools</reference>
		<reference type="R1214" uri="http://www.tatar.ru/";>- 52.9% of Tatarstan is ethnic Tatar, the pop figure is an upper bound</reference>
		<reference type="R1215"> http://en.wikipedia.org/wiki/Interlingua#Community Has a regular conf in Sweden, also Brazil; an auxiliary language with tiny population worldwide</reference>
		<reference type="R1216">This is base pop for &quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;fub&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot; lang code; ff shows as a macrolanguage</reference>
		<reference type="R1217" uri="http://www.ethnologue.com/language/bkm";>[missing]</reference>
		<reference type="R1218" uri="http://en.wikipedia.org/wiki/Vietnamese_language";>(could be higher if 2nd lang included; no data yet)</reference>
		<reference type="R1220">​http://www.interlingua.com/statutos leading Interlingua assoc &quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;Union Mundial pro Interlingua&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot; registered French non-profit - real user pop figure is unknown but low</reference>
		<reference type="R1221" uri="https://www.cia.gov/library/publications/the-world-factbook/geos/cc.html";>[missing]</reference>
		<reference type="R1222" uri="http://www.ethnologue.com/show_language.asp?code=dsb";>pop 7k. Figure is questionable writing pop artificially set to 5% see also http://en.wikipedia.org/wiki/Lower_Sorbian</reference>
		<reference type="R1223" uri="http://en.wikipedia.org/wiki/Eritrea#Languages";>Tigrinya ethnic pop is about 60%</reference>
		<reference type="R1224" uri="http://en.wikipedia.org/wiki/Blin_language";>[missing]</reference>
		<reference type="R1225" uri="https://www.cia.gov/library/publications/the-world-factbook/geos/gh.html";>English official in education, 36.1% 2000 census</reference>
		<reference type="R1226" uri="http://www.ethnologue.com/show_language.asp?code=saf";>no other info available for now</reference>
		<reference type="R1227" uri="http://en.wikipedia.org/wiki/Guatemala#Language";>https://www.cia.gov/cia/publications/factbook/geos/gt.html Spanish official</reference>
		<reference type="R1228" uri="http://www.ethnologue.com/show_language.asp?code=rkt";>language also called Kamta in India</reference>
		<reference type="R1229" uri="http://en.wikipedia.org/wiki/Languages_of_Brunei";>Modern use of Arabic (Jawi) seems to be minimal, but is co-official with ms; set to 5% for now.</reference>
		<reference type="R1230" uri="http://en.wikipedia.org/wiki/Khmu_language";>[missing]</reference>
		<reference type="R1231" uri="http://en.wikipedia.org/wiki/Kuy_language";>[missing]</reference>
		<reference type="R1232" uri="http://www.ethnologue.com/show_language.asp?code=rjs";>[missing]</reference>
		<reference type="R1233" uri="http://www.gks.ru/free_doc/new_site/population/demo/per-itog/tab6.xls";>census data</reference>
		<reference type="R1234" uri="https://www.cia.gov/library/publications/the-world-factbook/geos/su.html";>- source for GDP</reference>
		<reference type="R1235" uri="https://www.cia.gov/library/publications/the-world-factbook/geos/su.html";>- source for GDP Level of English usage unclear, but official for govt and education</reference>
		<reference type="R1236" uri="https://www.cia.gov/library/publications/the-world-factbook/geos/so.html";>- estimate 90%of literate pop can use Arabic; Lpop = 99%</reference>
		<reference type="R1237" uri="https://www.cia.gov/library/publications/the-world-factbook/geos/od.html";>http://en.wikipedia.org/wiki/South_Sudan</reference>
		<reference type="R1238" uri="https://www.cia.gov/library/publications/the-world-factbook/geos/sk.html";>[missing]</reference>
		<reference type="R1239" uri="https://www.cia.gov/library/publications/the-world-factbook/geos/cd.html";>low literacy and &gt;120 langs in country</reference>
		<reference type="R1240" uri="http://www.lakhota.org/html/status2.html";>(used lower figure)</reference>
		<reference type="R1241" uri="http://www.ethnologue.com/language/bas";>25-50% literacy</reference>
		<reference type="R1242" uri="http://www.ethnologue.com/language/byv";>literacy 15-25%</reference>
		<reference type="R1243" uri="http://www.ethnologue.com/language/bfd";>30% literacy</reference>
		<reference type="R1244" uri="http://www.ethnologue.com/language/bss";>2nd lang literacy 30%</reference>
		<reference type="R1245" uri="http://www.ethnologue.com/language/dua";>2nd lang literacy 25-50%</reference>
		<reference type="R1246" uri="http://www.ethnologue.com/language/nmg";>[missing]</reference>
		<reference type="R1247">protected minority, southern Jutland</reference>
		<reference type="R1248">etimate only based on literacy; no population data currently available</reference>
		<reference type="R1249" uri="http://en.wikipedia.org/wiki/Yiddish_language#Numbers_of_speakers";>[missing]</reference>
		<reference type="R1250">Widely used 2nd language, around 9.1 million spkrs (13%), 67% literacy, potential writing pop ~9%</reference>
		<reference type="R1251">co-official in South Tyrol</reference>
		<reference type="R1252">Aosta Valley</reference>
		<reference type="R1253">in Trieste and  Gorizia</reference>
		<reference type="R1254" uri="http://unicode.org/cldr/trac/attachment/ticket/5887/zgh-ISO639-2-certif.pdf";>[missing]</reference>
		<reference type="R1255">Information on the Latin/Cyrillic script percentages for Montenegro not currently found.</reference>
		<reference type="R1256" uri="https://www.cia.gov/library/publications/the-world-factbook/geos/wa.html";>most of population use Afrikaans commonly, about 89% literacy</reference>
		<reference type="R1257" uri="https://www.cia.gov/cia/publications/factbook/geos/kz.html";>CIA Factbook entry on Kazakhstan http://windowoneurasia2.blogspot.com/2013/12/window-on-eurasia-de-russianization.html http://www.stoletie.ru/vzglyad/derusifikacija_nabirajet_oboroty_934.htm http://www.stoletie.ru/vzglyad/derusifikacija_nabirajet_oboroty_934.htm</reference>
		<reference type="R1258" uri="http://en.wikipedia.org/wiki/Lithuanian_minority_in_Poland";>, Podlaskie Voivodeship </reference>
		<reference type="R1259">official in Vojvodina only</reference>
		<reference type="R1260">official in Vojvodina only; no pop data yet found</reference>
		<reference type="R1261" uri="http://en.wikipedia.org/wiki/Azerbaijanis_in_Russia";>regional in Dagestan, population estimate</reference>
		<reference type="R1262" uri="http://en.wikipedia.org/wiki/Languages_of_the_United_States#Yiddish";>[missing]</reference>
		<reference type="R1263" uri="http://en.wikipedia.org/wiki/Uzbek_language#Writing_systems";>https://www.cia.gov/library/publications/the-world-factbook/geos/uz.html Latin/Cyrillic balance is estimated, based on literacy; younger education now in Latin</reference>
		<reference type="R1264">Information on the Latin/Cyrillic script percentages for Kosovo not currently found.</reference>
		<reference type="R1265">Estimate based on 90% of literate pop &gt; 15 years (71% of Cpop) can use English, for lack of official number of users</reference>
		<reference type="R1266" uri="http://www.ethnologue.com/language/mgh";>low litreracy ~5%</reference>
		<reference type="R1267" uri="http://www.ethnologue.com/language/jgo";>2nd lang literacy 30%</reference>
		<reference type="R1268" uri="http://en.wikipedia.org/wiki/Esperanto";>http://en.wikipedia.org/wiki/Akademio_Internacia_de_la_Sciencoj_San_Marino - estimate 100% of the academy can use Esperanto; the language is used as 1st language of instruction; academy has 300 &quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;members&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;.</reference>
		<reference type="R1269" uri="https://en.wikipedia.org/wiki/Sundanese_language";>recognized in West Java</reference>
		<reference type="R1270">Mainly unwritten</reference>
		<reference type="R1271">Vai script is the main script for this language.</reference>
		<reference type="R1272">Latin listed as being used (Scriptsource) but no pop figures available.</reference>
		<reference type="R1273" uri="https://www.cia.gov/library/publications/the-world-factbook/geos/mc.html";>and https://en.wikipedia.org/wiki/Macau</reference>
		<reference type="R1274" uri="http://www.ethnologue.com/language/mgh";>but no literacy data</reference>
		<reference type="R1275" uri="http://www.ethnologue.com/language/pcm";>Including 1st and 2nd lang speakers</reference>
		<reference type="R1276" uri="http://www.ethnologue.com/show_language.asp?code=bin";>[missing]</reference>
		<reference type="R1277" uri="http://en.wikipedia.org/wiki/German_minority_in_Poland";>regional-official in part of Opole Voivodeship; in Poland 325 schools with primary instr in German, estimate 37000 students. Real figure probably higher.</reference>
		<reference type="R1278" uri="https://en.wikipedia.org/wiki/Armenians_in_Russia";>Census figures cited there seem to put Armenian using pop between 50-75%. Using 50%.</reference>
		<reference type="R1279" uri="https://en.wikipedia.org/wiki/Religion_in_russia#Russian_Orthodoxy";>[missing]</reference>
		<reference type="R1280" uri="http://www.ethnologue.com/language/nus";>unknown literacy</reference>
		<reference type="R1281" uri="http://www.ethnologue.com/language/dyo";>only 10% monolingual</reference>
		<reference type="R1282" uri="http://www.ethnologue.com/language/sbp";>near zero literacy; pop ~80000 (2009) see David Lawrence, Tanzania and its People, page 121, Google books</reference>
		<reference type="R1283" uri="http://www.ethnologue.com/language/ACH/";>(baseline)</reference>
		<reference type="R1284" uri="http://news.bbc.co.uk/2/hi/europe/4475099.stm";>No population figure yet on use of Latin in Vatican. Estimate 100% of Vatican residents can use Latin.</reference>
		<reference type="R1285" uri="https://en.wikipedia.org/wiki/Lozi_language";>[missing]</reference>
		<reference type="R1286">No figures available for this language.  Estimating at 5%.</reference>
		<reference type="R1287" uri="http://en.wikipedia.org/wiki/Mapuche_language";>[missing]</reference>
		<reference type="R1288" uri="http://en.wikipedia.org/wiki/Quechua_language";>[missing]</reference>
		<reference type="R1289" uri="http://en.wikipedia.org/wiki/K'iche'_language">[missing]</reference>
		<reference type="R1290" uri="http://en.wikipedia.org/wiki/Census_in_Armenia";>- near-zero Azeri population in last census http://en.wikipedia.org/wiki/Azerbaijanis_in_Armenia#Current_situation</reference>
		<reference type="R1291">No figures available for breakdown of Latin vs. N'Ko for Bambara.  The 2% figure is an estimate.</reference>
		<reference type="R1292" uri="http://www.ethnologue.com/show_language.asp?code=hsb";>pop 13k. Figure is questionable writing pop artificially set to 5% see also http://en.wikipedia.org/wiki/Upper_Sorbian</reference>
		<reference type="R1293" uri="http://www.ethnologue.com/show_language.asp?code=kab";>French mostly used in commerce</reference>
		<reference type="R1294">Indonesia high literacy; low written use of local languages</reference>
		<reference type="R1295" uri="http://www.orbilat.com/Languages/Venetan/Venetan.html";>- est 50% pop of Veneto area</reference>
		<reference type="R1296">5% mainly spoken</reference>
		<reference type="R1297" uri="http://en.wikipedia.org/wiki/Wolof_language";>[missing]</reference>
		<reference type="R1299" uri="http://en.wikipedia.org/wiki/Fiji_Hindi";>[missing]</reference>
		<reference type="R1300" uri="http://www.ethnologue.com/language/frs";>Moribund language</reference>
		<reference type="R1301" uri="http://www.ethnologue.com/language/lad";>[missing]</reference>
		<reference type="R1302">Estimated. See http://en.wikipedia.org/wiki/Emilian_language</reference>
		<reference type="R1303">Estimate not available.</reference>
		<reference type="R1304" uri="http://de.statista.com/statistik/daten/studie/1138/umfrage/fremdsprachenkenntnisse/";>[missing]</reference>
		<reference type="R1305" uri="http://www.ethnologue.com/language/aln";>[missing]</reference>
		<reference type="R1306" uri="http://www.bevoelkerungsschutz-portal.de/SharedDocs/Downloads/DE/Broschueren/2008/Regional_und_Minderheitensprachen.pdf";>[missing]</reference>
		<reference type="R1307" uri="http://www.ethnologue.com/show_language.asp?code=mos";>Also called Moré</reference>
		<reference type="R1308" uri="http://www.iwacu-burundi.org/blogs/english/english-is-now-official-language-of-burundi/";>Newly designated official, not so widely used</reference>
		<reference type="R1309" uri="https://en.wikipedia.org/wiki/Faroese_language";>[missing]</reference>
		<reference type="R1310" uri="http://www.ethnologue.com/language/lrc";>[missing]</reference>
		<reference type="R1311" uri="http://www.ethnologue.com/show_language.asp?code=cld";>syr is a macrolang containing cld and aii)</reference>
		<reference type="R1312" uri="http://www.ethnologue.com/language/sdh";>[missing]</reference>
		<reference type="R1313" uri="https://www.ethnologue.com/language/wni";>[missing]</reference>
		<reference type="R1314" uri="http://www.axl.cefan.ulaval.ca/afrique/soudan.htm";>[missing]</reference>
		<reference type="R1315" uri="https://en.wikipedia.org/wiki/Languages_of_Brazil";>[missing]</reference>
		<reference type="R1316" uri="http://www.bfs.admin.ch/bfs/portal/en/index/themen/01/05/blank/key/sprachen.html";>[missing]</reference>
		<reference type="R1317">about 50% of population in Guangzhou Prov</reference>
		<reference type="R1318" uri="https://en.wikipedia.org/wiki/Bavarian_language";>Widely spoken less written, and most speakers know standard German as well</reference>
		<reference type="R1320" uri="https://www.cia.gov/library/publications/the-world-factbook/geos/hk.html";>and https://www.ethnologue.com/language/yue</reference>
		<reference type="R1321" uri="https://en.wikipedia.org/wiki/Portuguese_Luxembourger";>[missing]</reference>
		<reference type="R1322" uri="https://en.wikipedia.org/wiki/Doteli_language";>[missing]</reference>
		<reference type="R1323" uri="https://en.wikipedia.org/wiki/Immigration_to_Portugal#Immigration";>[missing]</reference>
	</references>
</supplementalData>
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE supplementalData SYSTEM "../../common/dtd/ldmlSupplemental.dtd">
<!-- Copyright © 1991-2013 Unicode, Inc. CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/) For terms 
	of use, see http://www.unicode.org/copyright.html -->
<supplementalData>
	<version number="$Revision: 12017 $"/>
	<languageMatching>
		<languageMatches type="written">
			<!-- Base Language Matches -->
			<languageMatch desired="no" supported="nb" percent="99"/>  <!-- The language no is normally taken as nb in content. -->
			<languageMatch desired="ku" supported="ckb" percent="96"/>  <!-- These are like regional variants -->
			<languageMatch desired="hr" supported="bs" percent="96"/>   <!-- Serbo-croatian variants are all very close. -->
			<languageMatch desired="sh" supported="bs" percent="96"/>
			<languageMatch desired="sr" supported="bs" percent="96"/>
			<languageMatch desired="sh" supported="hr" percent="96"/>
			<languageMatch desired="sr" supported="hr" percent="96"/>
			<languageMatch desired="sh" supported="sr" percent="96"/>
			<languageMatch desired="ssy" supported="aa" percent="96"/>  <!-- Saho is closely related to Afar -->
			<languageMatch desired="gsw" supported="de" percent="96" oneway="true"/> <!-- All Swiss speakers can read High German -->
			<languageMatch desired="lb" supported="de" percent="96" oneway="true"/> <!-- All Luxemburgisch speakers can read High German -->
			<languageMatch desired="da" supported="no" percent="92"/>   <!-- Danish and norwegian are reasonably close. -->
			<languageMatch desired="da" supported="nb" percent="92"/>
			<languageMatch desired="ckb" supported="ku" percent="92"/> <!-- variants of Kurdish -->
			<!-- Other fallbacks -->
			<languageMatch desired="ab" supported="ru" percent="90" oneway="true"/>
			<languageMatch desired="ach" supported="en" percent="90" oneway="true"/>
			<languageMatch desired="af" supported="nl" percent="90" oneway="true"/>
			<languageMatch desired="ak" supported="en" percent="90" oneway="true"/>
			<languageMatch desired="am_*_*" supported="en_*_GB" percent="90" oneway="true"/> <!-- fix ICU for en_GB -->
			<languageMatch desired="ay" supported="es" percent="90" oneway="true"/> <!-- fix ICU for es_419 -->
			<languageMatch desired="az" supported="ru" percent="90" oneway="true"/>
			<languageMatch desired="az_Latn" supported="ru_Cyrl" percent="90" oneway="true"/>
			<languageMatch desired="be" supported="ru" percent="90" oneway="true"/>
			<languageMatch desired="bem" supported="en" percent="90" oneway="true"/>
			<languageMatch desired="bh" supported="hi" percent="90" oneway="true"/>
			<languageMatch desired="bn" supported="en" percent="90" oneway="true"/>
			<languageMatch desired="bn_Beng" supported="en_Latn" percent="90" oneway="true"/>
			<languageMatch desired="br" supported="fr" percent="90" oneway="true"/>
			<languageMatch desired="ceb" supported="fil" percent="90" oneway="true"/>
			<languageMatch desired="chr" supported="en" percent="90" oneway="true"/>
			<languageMatch desired="ckb" supported="ar" percent="90" oneway="true"/>
			<languageMatch desired="co" supported="fr" percent="90" oneway="true"/>
			<languageMatch desired="crs" supported="fr" percent="90" oneway="true"/>
			<languageMatch desired="cy" supported="en" percent="90" oneway="true"/> <!-- fix ICU for en_GB -->
			<languageMatch desired="ee" supported="en" percent="90" oneway="true"/>
			<languageMatch desired="eo" supported="en" percent="90" oneway="true"/>
			<languageMatch desired="et" supported="fi" percent="90" oneway="true"/>
			<languageMatch desired="eu" supported="es" percent="90" oneway="true"/>
			<languageMatch desired="fo" supported="da" percent="90" oneway="true"/>
			<languageMatch desired="fy" supported="nl" percent="90" oneway="true"/>
			<languageMatch desired="ga" supported="en" percent="90" oneway="true"/> <!-- fix ICU for en_GB -->
			<languageMatch desired="gaa" supported="en" percent="90" oneway="true"/>
			<languageMatch desired="gd" supported="en" percent="90" oneway="true"/> <!-- fix ICU for en_GB -->
			<languageMatch desired="gl" supported="es" percent="90" oneway="true"/>
			<languageMatch desired="gn" supported="es" percent="90" oneway="true"/> <!-- fix ICU for es_419 -->
			<languageMatch desired="gu" supported="hi" percent="90" oneway="true"/>
			<languageMatch desired="ha" supported="en" percent="90" oneway="true"/>
			<languageMatch desired="haw" supported="en" percent="90" oneway="true"/>
			<languageMatch desired="ht" supported="fr" percent="90" oneway="true"/>
			<languageMatch desired="hy" supported="ru" percent="90" oneway="true"/>
			<languageMatch desired="hy_Armn" supported="ru_Cyrl" percent="90" oneway="true"/>
			<languageMatch desired="ia" supported="en" percent="90" oneway="true"/>
			<languageMatch desired="ig" supported="en" percent="90" oneway="true"/>
			<languageMatch desired="is" supported="en" percent="90" oneway="true"/> <!-- fix ICU for en_GB -->
			<languageMatch desired="jv" supported="id" percent="90" oneway="true"/>
			<languageMatch desired="ka_Geor" supported="en_Latn" percent="90" oneway="true"/> <!-- fix ICU for en_GB -->
			<languageMatch desired="ka" supported="en" percent="90" oneway="true"/> <!-- fix ICU for en_GB -->
			<languageMatch desired="kg" supported="fr" percent="90" oneway="true"/>
			<languageMatch desired="kk" supported="ru" percent="90" oneway="true"/>
			<languageMatch desired="km" supported="en" percent="90" oneway="true"/> <!-- fix ICU for en_GB -->
			<languageMatch desired="km_Khmr" supported="en_Latn" percent="90" oneway="true"/>
			<languageMatch desired="kn" supported="en" percent="90" oneway="true"/> <!-- fix ICU for en_GB -->
			<languageMatch desired="kn_Knda" supported="en_Latn" percent="90" oneway="true"/>
			<languageMatch desired="kri" supported="en" percent="90" oneway="true"/>
			<languageMatch desired="ku" supported="tr" percent="90" oneway="true"/>
			<languageMatch desired="ky" supported="ru" percent="90" oneway="true"/>
			<languageMatch desired="la" supported="it" percent="90" oneway="true"/>
			<languageMatch desired="lg" supported="en" percent="90" oneway="true"/>
			<languageMatch desired="ln" supported="fr" percent="90" oneway="true"/>
			<languageMatch desired="lo" supported="en" percent="90" oneway="true"/> <!-- See ticket:7638 for why this is English -->
			<languageMatch desired="lo_Laoo" supported="en_Latn" percent="90" oneway="true"/>
			<languageMatch desired="loz" supported="en" percent="90" oneway="true"/>
			<languageMatch desired="lua" supported="fr" percent="90" oneway="true"/>
			<languageMatch desired="mfe" supported="en" percent="90" oneway="true"/>
			<languageMatch desired="mg" supported="fr" percent="90" oneway="true"/>
			<languageMatch desired="mi" supported="en" percent="90" oneway="true"/>
			<languageMatch desired="mk" supported="bg" percent="90" oneway="true"/>
			<languageMatch desired="ml" supported="en" percent="90" oneway="true"/> <!-- fix ICU for en_GB -->
			<languageMatch desired="ml_Mlym" supported="en_Latn" percent="90" oneway="true"/>
			<languageMatch desired="mn" supported="ru" percent="90" oneway="true"/>
			<languageMatch desired="mr" supported="hi" percent="90" oneway="true"/>
			<languageMatch desired="ms" supported="id" percent="90" oneway="true"/>
			<languageMatch desired="mt" supported="en" percent="90" oneway="true"/> <!-- fix ICU for en_GB -->
			<languageMatch desired="my" supported="en" percent="90" oneway="true"/> <!-- fix ICU for en_GB -->
			<languageMatch desired="my_Mymr" supported="en_Latn" percent="90" oneway="true"/>
			<languageMatch desired="ne" supported="en" percent="90" oneway="true"/> <!-- fix ICU for en_GB -->
			<languageMatch desired="ne_Deva" supported="en_Latn" percent="90" oneway="true"/>
			<languageMatch desired="nn" supported="nb" percent="90"/>
			<languageMatch desired="nn" supported="no" percent="90" oneway="true"/>
			<languageMatch desired="nso" supported="en" percent="90" oneway="true"/>
			<languageMatch desired="ny" supported="en" percent="90" oneway="true"/>
			<languageMatch desired="nyn" supported="en" percent="90" oneway="true"/>
			<languageMatch desired="oc" supported="fr" percent="90" oneway="true"/>
			<languageMatch desired="om" supported="en" percent="90" oneway="true"/>
			<languageMatch desired="or" supported="en" percent="90" oneway="true"/> <!-- fix ICU for en_GB -->
			<languageMatch desired="or_Orya" supported="en_Latn" percent="90" oneway="true"/>
			<languageMatch desired="pa" supported="en" percent="90" oneway="true"/> <!-- fix ICU for en_GB -->
			<languageMatch desired="pa_Guru" supported="en_Latn" percent="90" oneway="true"/>
			<languageMatch desired="pcm" supported="en" percent="90" oneway="true"/>
			<languageMatch desired="ps" supported="en" percent="90" oneway="true"/> <!-- fix ICU for en_GB -->
			<languageMatch desired="ps_Arab" supported="en_Latn" percent="90" oneway="true"/>
			<languageMatch desired="qu" supported="es" percent="90" oneway="true"/> <!-- fix ICU for es_419 -->
			<languageMatch desired="rm" supported="de" percent="90" oneway="true"/>
			<languageMatch desired="rn" supported="en" percent="90" oneway="true"/>
			<languageMatch desired="rw" supported="fr" percent="90" oneway="true"/>
			<languageMatch desired="sa" supported="hi" percent="90" oneway="true"/>
			<languageMatch desired="sd" supported="en" percent="90" oneway="true"/> <!-- fix ICU for en_GB -->
			<languageMatch desired="sd_Arab" supported="en_Latn" percent="90" oneway="true"/>
			<languageMatch desired="si" supported="en" percent="90" oneway="true"/> <!-- fix ICU for en_GB -->
			<languageMatch desired="si_Sinh" supported="en_Latn" percent="90" oneway="true"/>
			<languageMatch desired="sn" supported="en" percent="90" oneway="true"/>
			<languageMatch desired="so" supported="en" percent="90" oneway="true"/>
			<languageMatch desired="sq" supported="en" percent="90" oneway="true"/> <!-- fix ICU for en_GB -->
			<languageMatch desired="st" supported="en" percent="90" oneway="true"/>
			<languageMatch desired="su" supported="id" percent="90" oneway="true"/>
			<languageMatch desired="sw" supported="en" percent="90" oneway="true"/>
			<languageMatch desired="ta" supported="en" percent="90" oneway="true"/> <!-- fix ICU for en_GB -->
			<languageMatch desired="ta_Taml" supported="en_Latn" percent="90" oneway="true"/>
			<languageMatch desired="te" supported="en" percent="90" oneway="true"/> <!-- fix ICU for en_GB -->
			<languageMatch desired="te_Telu" supported="en_Latn" percent="90" oneway="true"/>
			<languageMatch desired="tg" supported="ru" percent="90" oneway="true"/>
			<languageMatch desired="ti" supported="en" percent="90" oneway="true"/> <!-- fix ICU for en_GB -->
			<languageMatch desired="ti_Ethi" supported="en_Latn" percent="90" oneway="true"/>
			<languageMatch desired="tk" supported="ru" percent="90" oneway="true"/>
			<languageMatch desired="tk_Latn" supported="ru_Cyrl" percent="90" oneway="true"/>
			<languageMatch desired="tlh" supported="en" percent="90" oneway="true"/>
			<languageMatch desired="tn" supported="en" percent="90" oneway="true"/>
			<languageMatch desired="to" supported="en" percent="90" oneway="true"/>
			<languageMatch desired="tt" supported="ru" percent="90" oneway="true"/>
			<languageMatch desired="tum" supported="en" percent="90" oneway="true"/>
			<languageMatch desired="ug" supported="zh" percent="90" oneway="true"/>
			<languageMatch desired="ur" supported="en" percent="90" oneway="true"/> <!-- fix ICU for en_GB -->
			<languageMatch desired="ur_Arab" supported="en_Latn" percent="90" oneway="true"/>
			<languageMatch desired="uz" supported="ru" percent="90" oneway="true"/>
			<languageMatch desired="uz_Latn" supported="ru_Cyrl" percent="90" oneway="true"/>
			<languageMatch desired="wo" supported="fr" percent="90" oneway="true"/>
			<languageMatch desired="xh" supported="en" percent="90" oneway="true"/>
			<languageMatch desired="yi" supported="en" percent="90" oneway="true"/>
			<languageMatch desired="yi_Hebr" supported="en_Latn" percent="90" oneway="true"/>
			<languageMatch desired="yo" supported="en" percent="90" oneway="true"/>
			<languageMatch desired="zu" supported="en" percent="90" oneway="true"/>
			<!-- Script Matches -->
			<languageMatch desired="sr_Latn" supported="sr_Cyrl" percent="95"/> <!-- Most serbs can read either script. -->
			<languageMatch desired="*_Hans" supported="*_Hant" percent="85" oneway="true"/> <!-- Readers of simplified can read traditional much better than reverse. -->
			<languageMatch desired="*_Hant" supported="*_Hans" percent="81" oneway="true"/>
			<!-- Region Matches -->
			<!-- MO and HK are close -->
			<languageMatch desired="zh_Hant_HK" supported="zh_Hant_MO" percent="97"/>
			<!-- Most pt countries are like pt-PT, so make BR further from everything -->
			<languageMatch desired="pt_*_BR" supported="pt_*_US" percent="96"/> <!-- exception for US, should add other americas -->
			<languageMatch desired="pt_*_US" supported="pt_*_*" percent="92"/>
			<languageMatch desired="pt_*_BR" supported="pt_*_*" percent="92"/>
			<languageMatch desired="pt_*_*" supported="pt_*_*" percent="96"/> <!-- and then them closer -->
			<!-- Non-US Englishes are closer to GB. Managed by having en-US be further from everything. -->
			<!-- Note: for a small list, US would be closer (AS, GU, MH, MP, PR, UM, VI), but we don't have the right structure to do that yet -->
			<languageMatch desired="en_*_US" supported="en_*_*" percent="94"/>
			<languageMatch desired="en_*_GB" supported="en_*_*" percent="96"/>
			<languageMatch desired="en_*_001" supported="en_*_*" percent="96"/>
			<languageMatch desired="en_*_*" supported="en_*_*" percent="95"/>
			<!-- Latin American Spanishes are closer to each other. Managed by having es-ES be further from everything else. -->
			<!-- Note: for a small list, ES would be closer (EA, GQ, IC, PH), but we don't have the right structure to do that yet -->
			<languageMatch desired="es_*_ES" supported="es_*_*" percent="92"/>
			<languageMatch desired="es_*_419" supported="es_*_*" percent="96"/>
			<languageMatch desired="es_*_*" supported="es_*_*" percent="95"/>
			<!-- Fallbacks -->
			<languageMatch desired="*" supported="*" percent="20"/>  <!-- [Default value - must be at end!] Normally there is no comprehension of different languages. -->
			<languageMatch desired="*_*" supported="*_*" percent="60"/> <!-- [Default value - must be at end!] Normally there is little comprehension of different scripts. -->
			<languageMatch desired="*_*_*" supported="*_*_*" percent="96"/> <!-- [Default value - must be at end!] Normally there are small differences across regions. -->
		</languageMatches>
	</languageMatching>
</supplementalData>

References