From e744ae1811ea6e874fc30e4b775d8dcd0637d9f7 Mon Sep 17 00:00:00 2001 From: Sullivan Beck Date: Mon, 27 Jan 2014 15:07:39 -0500 Subject: [PATCH] PATCH: Bump Locale-Codes from 3.28 to 3.29 I just released Locale-Codes-3.29 which contains the core modules Locale::Country, Locale::Language, and Locale::Currency. The patch is attached here. ==== Background: The core modules Locale::Country, Locale::Language, and Locale::Currency (all part of the Locale-Codes distribution) should be updated on a regular basis. They contain "codes" from various internet standards which change over time. I plan on releasing new versions at 4 times a year to keep the codes up-to-date. At this point, I'm not planning on any significant code changes (other than bug fixes), so the only significant changes between releases should be to update the codes. Signed-off-by: Chris 'BinGOs' Williams --- Porting/Maintainers.pl | 2 +- cpan/Locale-Codes/lib/Locale/Codes.pm | 4 +- cpan/Locale-Codes/lib/Locale/Codes.pod | 2 +- cpan/Locale-Codes/lib/Locale/Codes/API.pod | 2 +- cpan/Locale-Codes/lib/Locale/Codes/Changes.pod | 28 +- cpan/Locale-Codes/lib/Locale/Codes/Constants.pm | 4 +- cpan/Locale-Codes/lib/Locale/Codes/Constants.pod | 2 +- cpan/Locale-Codes/lib/Locale/Codes/Country.pm | 4 +- cpan/Locale-Codes/lib/Locale/Codes/Country.pod | 19 +- .../Locale-Codes/lib/Locale/Codes/Country_Codes.pm | 1142 ++++++++++++++++---- .../lib/Locale/Codes/Country_Retired.pm | 89 +- cpan/Locale-Codes/lib/Locale/Codes/Currency.pm | 4 +- cpan/Locale-Codes/lib/Locale/Codes/Currency.pod | 2 +- .../lib/Locale/Codes/Currency_Codes.pm | 1089 +++++++++---------- .../lib/Locale/Codes/Currency_Retired.pm | 8 +- cpan/Locale-Codes/lib/Locale/Codes/LangExt.pm | 4 +- cpan/Locale-Codes/lib/Locale/Codes/LangExt.pod | 2 +- .../Locale-Codes/lib/Locale/Codes/LangExt_Codes.pm | 4 +- .../lib/Locale/Codes/LangExt_Retired.pm | 4 +- cpan/Locale-Codes/lib/Locale/Codes/LangFam.pm | 4 +- cpan/Locale-Codes/lib/Locale/Codes/LangFam.pod | 2 +- .../Locale-Codes/lib/Locale/Codes/LangFam_Codes.pm | 4 +- .../lib/Locale/Codes/LangFam_Retired.pm | 4 +- cpan/Locale-Codes/lib/Locale/Codes/LangVar.pm | 4 +- cpan/Locale-Codes/lib/Locale/Codes/LangVar.pod | 2 +- .../Locale-Codes/lib/Locale/Codes/LangVar_Codes.pm | 490 +++++---- .../lib/Locale/Codes/LangVar_Retired.pm | 6 +- cpan/Locale-Codes/lib/Locale/Codes/Language.pm | 4 +- cpan/Locale-Codes/lib/Locale/Codes/Language.pod | 2 +- .../lib/Locale/Codes/Language_Codes.pm | 12 +- .../lib/Locale/Codes/Language_Retired.pm | 4 +- cpan/Locale-Codes/lib/Locale/Codes/Script.pm | 4 +- cpan/Locale-Codes/lib/Locale/Codes/Script.pod | 2 +- cpan/Locale-Codes/lib/Locale/Codes/Script_Codes.pm | 49 +- .../lib/Locale/Codes/Script_Retired.pm | 9 +- cpan/Locale-Codes/lib/Locale/Country.pm | 4 +- cpan/Locale-Codes/lib/Locale/Country.pod | 19 +- cpan/Locale-Codes/lib/Locale/Currency.pm | 4 +- cpan/Locale-Codes/lib/Locale/Currency.pod | 2 +- cpan/Locale-Codes/lib/Locale/Language.pm | 4 +- cpan/Locale-Codes/lib/Locale/Language.pod | 2 +- cpan/Locale-Codes/lib/Locale/Script.pm | 4 +- cpan/Locale-Codes/lib/Locale/Script.pod | 2 +- cpan/Locale-Codes/t/code2country.t | 2 +- cpan/Locale-Codes/t/code2country_old.t | 2 +- cpan/Locale-Codes/t/testfunc.pl | 2 +- 46 files changed, 1987 insertions(+), 1077 deletions(-) diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 4dbf530..b7445d0 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -681,7 +681,7 @@ use File::Glob qw(:case); }, 'Locale-Codes' => { - 'DISTRIBUTION' => 'SBECK/Locale-Codes-3.28.tar.gz', + 'DISTRIBUTION' => 'SBECK/Locale-Codes-3.29.tar.gz', 'FILES' => q[cpan/Locale-Codes], 'EXCLUDED' => [ qw( README.first diff --git a/cpan/Locale-Codes/lib/Locale/Codes.pm b/cpan/Locale-Codes/lib/Locale/Codes.pm index 23f8136..1e415fb 100644 --- a/cpan/Locale-Codes/lib/Locale/Codes.pm +++ b/cpan/Locale-Codes/lib/Locale/Codes.pm @@ -1,7 +1,7 @@ package Locale::Codes; # Copyright (C) 2001 Canon Research Centre Europe (CRE). # Copyright (C) 2002-2009 Neil Bowers -# Copyright (c) 2010-2013 Sullivan Beck +# Copyright (c) 2010-2014 Sullivan Beck # This program is free software; you can redistribute it and/or modify it # under the same terms as Perl itself. @@ -31,7 +31,7 @@ our($VERSION,%Data,%Retired); # $Retired{ TYPE }{ CODESET }{ code }{ CODE } = NAME # { name }{ NAME } = [CODE,NAME] (the key is lowercase) -$VERSION='3.28'; +$VERSION='3.29'; #======================================================================= # diff --git a/cpan/Locale-Codes/lib/Locale/Codes.pod b/cpan/Locale-Codes/lib/Locale/Codes.pod index a57af05..672cdf0 100644 --- a/cpan/Locale-Codes/lib/Locale/Codes.pod +++ b/cpan/Locale-Codes/lib/Locale/Codes.pod @@ -289,7 +289,7 @@ perl problem tracker at: Copyright (c) 1997-2001 Canon Research Centre Europe (CRE). Copyright (c) 2001 Michael Hennecke (Locale::Currency) Copyright (c) 2001-2010 Neil Bowers - Copyright (c) 2010-2013 Sullivan Beck + Copyright (c) 2010-2014 Sullivan Beck This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff --git a/cpan/Locale-Codes/lib/Locale/Codes/API.pod b/cpan/Locale-Codes/lib/Locale/Codes/API.pod index 71a4a1e..110719d 100644 --- a/cpan/Locale-Codes/lib/Locale/Codes/API.pod +++ b/cpan/Locale-Codes/lib/Locale/Codes/API.pod @@ -312,7 +312,7 @@ Currently maintained by Sullivan Beck (sbeck@cpan.org). Copyright (c) 1997-2001 Canon Research Centre Europe (CRE). Copyright (c) 2001-2010 Neil Bowers - Copyright (c) 2010-2013 Sullivan Beck + Copyright (c) 2010-2014 Sullivan Beck This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff --git a/cpan/Locale-Codes/lib/Locale/Codes/Changes.pod b/cpan/Locale-Codes/lib/Locale/Codes/Changes.pod index 990a073..fd0972d 100644 --- a/cpan/Locale-Codes/lib/Locale/Codes/Changes.pod +++ b/cpan/Locale-Codes/lib/Locale/Codes/Changes.pod @@ -22,13 +22,31 @@ September, December). I will also check on request, so if a code changes that you use, feel free to contact me. Any time there are new codes, I will add them to the module and release a new version. -=head1 VERSION 3.32 (planned 2014-12-01; sbeck) +=head1 VERSION 3.33 (planned 2014-12-01; sbeck) -=head1 VERSION 3.31 (planned 2014-09-01; sbeck) +=head1 VERSION 3.32 (planned 2014-09-01; sbeck) -=head1 VERSION 3.30 (planned 2014-06-01; sbeck) +=head1 VERSION 3.31 (planned 2014-06-01; sbeck) -=head1 VERSION 3.29 (planned 2014-03-01; sbeck) +=head1 VERSION 3.30 (planned 2014-03-01; sbeck) + +=head1 VERSION 3.29 (2014-01-27; sbeck) + +=over 4 + +=item B + +ISO 3166 is now browsable online (previously, only the alpha-2 codes were) +and it contains more accurate information than the previous sources, so +I've switched to using the full standard. In response to RT 92303 which +reported some codes being 'retired' that should not have been. + +=item B + +Fixed the pod test files so that pod tests won't get run at install +time. In response to RT 91167. + +=back =head1 VERSION 3.28 (2013-12-02; sbeck) @@ -663,7 +681,7 @@ Currently maintained by Sullivan Beck (sbeck@cpan.org). =head1 COPYRIGHT Copyright (c) 2001-2010 Neil Bowers - Copyright (c) 2010-2013 Sullivan Beck + Copyright (c) 2010-2014 Sullivan Beck This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff --git a/cpan/Locale-Codes/lib/Locale/Codes/Constants.pm b/cpan/Locale-Codes/lib/Locale/Codes/Constants.pm index c9fa050..77d4a40 100644 --- a/cpan/Locale-Codes/lib/Locale/Codes/Constants.pm +++ b/cpan/Locale-Codes/lib/Locale/Codes/Constants.pm @@ -1,7 +1,7 @@ package Locale::Codes::Constants; # Copyright (C) 2001 Canon Research Centre Europe (CRE). # Copyright (C) 2002-2009 Neil Bowers -# Copyright (c) 2010-2013 Sullivan Beck +# Copyright (c) 2010-2014 Sullivan Beck # This program is free software; you can redistribute it and/or modify it # under the same terms as Perl itself. @@ -17,7 +17,7 @@ require Exporter; our($VERSION,@ISA,@EXPORT); our(%ALL_CODESETS); -$VERSION='3.28'; +$VERSION='3.29'; @ISA = qw(Exporter); @EXPORT = qw(LOCALE_CODE_ALPHA_2 LOCALE_CODE_ALPHA_3 diff --git a/cpan/Locale-Codes/lib/Locale/Codes/Constants.pod b/cpan/Locale-Codes/lib/Locale/Codes/Constants.pod index 4cbff23..04bc28d 100644 --- a/cpan/Locale-Codes/lib/Locale/Codes/Constants.pod +++ b/cpan/Locale-Codes/lib/Locale/Codes/Constants.pod @@ -32,7 +32,7 @@ Currently maintained by Sullivan Beck (sbeck@cpan.org). Copyright (c) 1997-2001 Canon Research Centre Europe (CRE). Copyright (c) 2001-2010 Neil Bowers - Copyright (c) 2010-2013 Sullivan Beck + Copyright (c) 2010-2014 Sullivan Beck This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff --git a/cpan/Locale-Codes/lib/Locale/Codes/Country.pm b/cpan/Locale-Codes/lib/Locale/Codes/Country.pm index dc8caa7..e2d58c4 100644 --- a/cpan/Locale-Codes/lib/Locale/Codes/Country.pm +++ b/cpan/Locale-Codes/lib/Locale/Codes/Country.pm @@ -1,7 +1,7 @@ package Locale::Codes::Country; # Copyright (C) 2001 Canon Research Centre Europe (CRE). # Copyright (C) 2002-2009 Neil Bowers -# Copyright (c) 2010-2013 Sullivan Beck +# Copyright (c) 2010-2014 Sullivan Beck # This program is free software; you can redistribute it and/or modify it # under the same terms as Perl itself. @@ -22,7 +22,7 @@ use Locale::Codes::Country_Retired; our($VERSION,@ISA,@EXPORT,@EXPORT_OK); -$VERSION='3.28'; +$VERSION='3.29'; @ISA = qw(Exporter); @EXPORT = qw(code2country country2code diff --git a/cpan/Locale-Codes/lib/Locale/Codes/Country.pod b/cpan/Locale-Codes/lib/Locale/Codes/Country.pod index 5a41572..8170fef 100644 --- a/cpan/Locale-Codes/lib/Locale/Codes/Country.pod +++ b/cpan/Locale-Codes/lib/Locale/Codes/Country.pod @@ -152,20 +152,19 @@ etc), as defined in ISO 3166-2. This module is not part of the Locale-Codes distribution, but is available from CPAN in CPAN/modules/by-module/Locale/ -=item B +=item B Official home page for the ISO 3166 maintenance agency. -Unfortunately, they do not make the actual ISO available for free, -so I cannot check the alpha-3 and numerical codes here. - -=item B - =item B The source of ISO 3166-1 two-letter codes used by this module. +=item B + +Official source of the top-level domain names. + =item B The source of the official ISO 3166-1 three-letter codes and @@ -173,11 +172,7 @@ three-digit codes. For some reason, this table is incomplete! Several countries are missing from it, and I cannot find them anywhere on the UN site. I -get as much of the data from here as I can. - -=item B - -Official source of the top-level domain names. +no longer use this as a source of data. =item B @@ -203,7 +198,7 @@ Currently maintained by Sullivan Beck (sbeck@cpan.org). Copyright (c) 1997-2001 Canon Research Centre Europe (CRE). Copyright (c) 2001-2010 Neil Bowers - Copyright (c) 2010-2013 Sullivan Beck + Copyright (c) 2010-2014 Sullivan Beck This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff --git a/cpan/Locale-Codes/lib/Locale/Codes/Country_Codes.pm b/cpan/Locale-Codes/lib/Locale/Codes/Country_Codes.pm index 2170157..bd36f99 100644 --- a/cpan/Locale-Codes/lib/Locale/Codes/Country_Codes.pm +++ b/cpan/Locale-Codes/lib/Locale/Codes/Country_Codes.pm @@ -3,7 +3,7 @@ Locale::Codes::Country_Codes; # This file was automatically generated. Any changes to this file will # be lost the next time 'get_codes' is run. -# Generated on: Fri Nov 22 14:55:34 EST 2013 +# Generated on: Thu Jan 23 12:51:47 EST 2014 use strict; require 5.006; @@ -11,9 +11,9 @@ use warnings; use utf8; our($VERSION); -$VERSION='3.28'; +$VERSION='3.29'; -$Locale::Codes::Data{'country'}{'id'} = '0257'; +$Locale::Codes::Data{'country'}{'id'} = '0254'; $Locale::Codes::Data{'country'}{'id2names'} = { q(0001) => [ @@ -66,8 +66,9 @@ $Locale::Codes::Data{'country'}{'id2names'} = { ], q(0017) => [ q(Bahamas), - q(Bahamas, The), q(The Bahamas), + q(Bahamas, The), + q(Bahamas (The)), ], q(0018) => [ q(Bahrain), @@ -99,10 +100,11 @@ $Locale::Codes::Data{'country'}{'id2names'} = { q(0027) => [ q(Bolivia, Plurinational State of), q(Bolivia (Plurinational State of)), + q(Plurinational State of Bolivia), q(Bolivia), ], q(0028) => [ - q(Bonaire, Saint Eustatius and Saba), + q(Bonaire, Sint Eustatius and Saba), ], q(0029) => [ q(Bosnia and Herzegovina), @@ -118,6 +120,9 @@ $Locale::Codes::Data{'country'}{'id2names'} = { ], q(0033) => [ q(British Indian Ocean Territory), + q(The British Indian Ocean Territory), + q(British Indian Ocean Territory, The), + q(British Indian Ocean Territory (The)), ], q(0034) => [ q(Brunei Darussalam), @@ -146,9 +151,15 @@ $Locale::Codes::Data{'country'}{'id2names'} = { ], q(0042) => [ q(Cayman Islands), + q(The Cayman Islands), + q(Cayman Islands, The), + q(Cayman Islands (The)), ], q(0043) => [ q(Central African Republic), + q(The Central African Republic), + q(Central African Republic, The), + q(Central African Republic (The)), ], q(0044) => [ q(Chad), @@ -164,8 +175,13 @@ $Locale::Codes::Data{'country'}{'id2names'} = { ], q(0048) => [ q(Cocos (Keeling) Islands), + q(The Cocos (Keeling) Islands), + q(Cocos (Keeling) Islands, The), + q(Cocos (Keeling) Islands (The)), q(Cocos Islands), + q(The Cocos Islands), q(Keeling Islands), + q(The Keeling Islands), ], q(0049) => [ q(Colombia), @@ -175,18 +191,27 @@ $Locale::Codes::Data{'country'}{'id2names'} = { ], q(0051) => [ q(Congo), - q(Congo (Brazzaville)), - q(Congo, Republic of the), q(The Republic of the Congo), + q(Republic of the Congo), + q(Congo, The Republic of the), + q(Congo, Republic of the), + q(Congo-Brazzaville), + q(Congo (Brazzaville)), ], q(0052) => [ + q(Congo (The Democratic Republic of the)), q(Congo, The Democratic Republic of the), - q(Democratic Republic of the Congo), - q(The Democratic Republic of the Congo), q(Congo, Democratic Republic of the), + q(The Democratic Republic of the Congo), + q(Democratic Republic of the Congo), + q(Congo-Kinshasa), + q(Congo (Kinshasa)), ], q(0053) => [ q(Cook Islands), + q(The Cook Islands), + q(Cook Islands, The), + q(Cook Islands (The)), ], q(0054) => [ q(Costa Rica), @@ -208,6 +233,9 @@ $Locale::Codes::Data{'country'}{'id2names'} = { ], q(0060) => [ q(Czech Republic), + q(The Czech Republic), + q(Czech Republic, The), + q(Czech Republic (The)), ], q(0061) => [ q(Denmark), @@ -220,6 +248,9 @@ $Locale::Codes::Data{'country'}{'id2names'} = { ], q(0064) => [ q(Dominican Republic), + q(The Dominican Republic), + q(Dominican Republic, The), + q(Dominican Republic (The)), ], q(0065) => [ q(Ecuador), @@ -243,12 +274,17 @@ $Locale::Codes::Data{'country'}{'id2names'} = { q(Ethiopia), ], q(0072) => [ + q(Falkland Islands (The) [Malvinas]), q(Falkland Islands (Malvinas)), q(Falkland Islands (Islas Malvinas)), ], q(0073) => [ q(Faroe Islands), + q(The Faroe Islands), + q(Faroe Islands, The), + q(Faroe Islands (The)), q(Faeroe Islands), + q(The Faeroe Islands), ], q(0074) => [ q(Fiji), @@ -267,6 +303,9 @@ $Locale::Codes::Data{'country'}{'id2names'} = { ], q(0079) => [ q(French Southern Territories), + q(The French Southern Territories), + q(French Southern Territories, The), + q(French Southern Territories (The)), q(French Southern and Antarctic Lands), ], q(0080) => [ @@ -274,7 +313,9 @@ $Locale::Codes::Data{'country'}{'id2names'} = { ], q(0081) => [ q(Gambia), + q(The Gambia), q(Gambia, The), + q(Gambia (The)), ], q(0082) => [ q(Georgia), @@ -322,12 +363,16 @@ $Locale::Codes::Data{'country'}{'id2names'} = { q(Haiti), ], q(0097) => [ - q(Heard Island and Mcdonald Islands), + q(Heard Island and McDonald Islands), ], q(0098) => [ + q(Holy See (The) [Vatican City State]), q(Holy See (Vatican City State)), - q(Holy See), q(Holy See (Vatican City)), + q(The Holy See), + q(Holy See), + q(Holy See (The)), + q(Holy See, The), q(Vatican City), ], q(0099) => [ @@ -352,8 +397,12 @@ $Locale::Codes::Data{'country'}{'id2names'} = { q(Indonesia), ], q(0105) => [ + q(Iran, The Islamic Republic of), + q(Iran (The Islamic Republic of)), q(Iran, Islamic Republic of), q(Iran (Islamic Republic of)), + q(The Islamic Republic of Iran), + q(Islamic Republic of Iran), q(Iran), ], q(0106) => [ @@ -394,12 +443,20 @@ $Locale::Codes::Data{'country'}{'id2names'} = { q(Kiribati), ], q(0118) => [ + q(Korea, The Democratic People's Republic of), + q(Korea (The Democratic People's Republic of)), q(Korea, Democratic People's Republic of), + q(Korea (Democratic People's Republic of)), + q(The Democratic People's Republic of Korea), q(Democratic People's Republic of Korea), q(North Korea), ], q(0119) => [ + q(Korea, The Republic of), + q(Korea (The Republic of)), q(Korea, Republic of), + q(Korea (Republic of)), + q(The Republic of Korea), q(Republic of Korea), q(South Korea), ], @@ -411,6 +468,9 @@ $Locale::Codes::Data{'country'}{'id2names'} = { ], q(0122) => [ q(Lao People's Democratic Republic), + q(The Lao People's Democratic Republic), + q(Lao People's Democratic Republic, The), + q(Lao People's Democratic Republic (The)), ], q(0123) => [ q(Latvia), @@ -439,16 +499,19 @@ $Locale::Codes::Data{'country'}{'id2names'} = { q(0131) => [ q(Macao), q(China, Macao Special Administrative Region), - q(Macau S.A.R.), + q(Macao Special Administrative Region of China), q(Macau S.A.R), + q(Macau S.A.R.), q(Macau), - q(Macao Special Administrative Region of China), ], q(0132) => [ - q(Macedonia, The Former Yugoslav Republic of), + q(Macedonia, The former Yugoslav Republic of), + q(Macedonia (The former Yugoslav Republic of)), + q(Macedonia, former Yugoslav Republic of), + q(Macedonia (former Yugoslav Republic of)), q(The former Yugoslav Republic of Macedonia), + q(former Yugoslav Republic of Macedonia), q(Macedonia), - q(Macedonia, Former Yugoslav Republic of), ], q(0133) => [ q(Madagascar), @@ -470,6 +533,9 @@ $Locale::Codes::Data{'country'}{'id2names'} = { ], q(0139) => [ q(Marshall Islands), + q(The Marshall Islands), + q(Marshall Islands, The), + q(Marshall Islands (The)), ], q(0140) => [ q(Martinique), @@ -487,12 +553,19 @@ $Locale::Codes::Data{'country'}{'id2names'} = { q(Mexico), ], q(0145) => [ + q(Micronesia, The Federated States of), + q(Micronesia (The Federated States of)), q(Micronesia, Federated States of), q(Micronesia (Federated States of)), + q(The Federated States of Micronesia), q(Federated States of Micronesia), ], q(0146) => [ + q(Moldova, The Republic of), + q(Moldova (The Republic of)), q(Moldova, Republic of), + q(Moldova (Republic of)), + q(The Republic of Moldova), q(Republic of Moldova), ], q(0147) => [ @@ -515,6 +588,8 @@ $Locale::Codes::Data{'country'}{'id2names'} = { ], q(0153) => [ q(Myanmar), + q(The Republic of the Union of Myanmar), + q(Republic of the Union of Myanmar), q(Burma), ], q(0154) => [ @@ -528,6 +603,9 @@ $Locale::Codes::Data{'country'}{'id2names'} = { ], q(0157) => [ q(Netherlands), + q(The Netherlands), + q(Netherlands, The), + q(Netherlands (The)), ], q(0158) => [ q(New Caledonia), @@ -540,6 +618,9 @@ $Locale::Codes::Data{'country'}{'id2names'} = { ], q(0161) => [ q(Niger), + q(The Niger), + q(Niger, The), + q(Niger (The)), ], q(0162) => [ q(Nigeria), @@ -552,6 +633,9 @@ $Locale::Codes::Data{'country'}{'id2names'} = { ], q(0165) => [ q(Northern Mariana Islands), + q(The Northern Mariana Islands), + q(Northern Mariana Islands, The), + q(Northern Mariana Islands (The)), ], q(0166) => [ q(Norway), @@ -567,6 +651,7 @@ $Locale::Codes::Data{'country'}{'id2names'} = { ], q(0170) => [ q(Palestine, State of), + q(Palestine (State of)), q(State of Palestine), ], q(0171) => [ @@ -583,11 +668,14 @@ $Locale::Codes::Data{'country'}{'id2names'} = { ], q(0175) => [ q(Philippines), + q(The Philippines), + q(Philippines, The), + q(Philippines (The)), ], q(0176) => [ q(Pitcairn), - q(Pitcairn Islands), q(Pitcairn Island), + q(Pitcairn Islands), ], q(0177) => [ q(Poland), @@ -609,6 +697,9 @@ $Locale::Codes::Data{'country'}{'id2names'} = { ], q(0183) => [ q(Russian Federation), + q(The Russian Federation), + q(Russian Federation, The), + q(Russian Federation (The)), ], q(0184) => [ q(Rwanda), @@ -629,8 +720,8 @@ $Locale::Codes::Data{'country'}{'id2names'} = { ], q(0189) => [ q(Saint Martin (French part)), - q(Saint-Martin (French part)), q(Saint Martin), + q(Saint-Martin (French part)), q(Saint-Martin), ], q(0190) => [ @@ -677,6 +768,9 @@ $Locale::Codes::Data{'country'}{'id2names'} = { ], q(0204) => [ q(Solomon Islands), + q(The Solomon Islands), + q(Solomon Islands, The), + q(Solomon Islands (The)), ], q(0205) => [ q(Somalia), @@ -699,6 +793,9 @@ $Locale::Codes::Data{'country'}{'id2names'} = { ], q(0211) => [ q(Sudan), + q(The Sudan), + q(Sudan, The), + q(Sudan (The)), ], q(0212) => [ q(Suriname), @@ -718,18 +815,22 @@ $Locale::Codes::Data{'country'}{'id2names'} = { ], q(0217) => [ q(Syrian Arab Republic), - q(Golan Heights (Israeli-occupied)), + q(The Syrian Arab Republic), + q(Syrian Arab Republic, The), + q(Syrian Arab Republic (The)), q(Syria), ], q(0218) => [ - q(Taiwan, Province of China), + q(Taiwan (Province of China)), q(Taiwan), + q(Taiwan, Province of China), ], q(0219) => [ q(Tajikistan), ], q(0220) => [ q(Tanzania, United Republic of), + q(Tanzania (United Republic of)), q(United Republic of Tanzania), ], q(0221) => [ @@ -738,6 +839,12 @@ $Locale::Codes::Data{'country'}{'id2names'} = { q(0222) => [ q(Timor-Leste), q(East Timor), + q(The Democratic Republic of Timor-Leste), + q(Democratic Republic of Timor-Leste), + q(Timor-Leste, The Democratic Republic of), + q(Timor-Leste, Democratic Republic of), + q(Timor-Leste (The Democratic Republic of)), + q(Timor-Leste (Democratic Republic of)), ], q(0223) => [ q(Togo), @@ -762,6 +869,9 @@ $Locale::Codes::Data{'country'}{'id2names'} = { ], q(0230) => [ q(Turks and Caicos Islands), + q(The Turks and Caicos Islands), + q(Turks and Caicos Islands, The), + q(Turks and Caicos Islands (The)), ], q(0231) => [ q(Tuvalu), @@ -774,21 +884,34 @@ $Locale::Codes::Data{'country'}{'id2names'} = { ], q(0234) => [ q(United Arab Emirates), + q(The United Arab Emirates), + q(United Arab Emirates, The), + q(United Arab Emirates (The)), ], q(0235) => [ q(United Kingdom), + q(The United Kingdom), + q(United Kingdom, The), + q(United Kingdom (The)), + q(Great Britain), q(United Kingdom of Great Britain and Northern Ireland), q(UK), - q(Great Britain), ], q(0236) => [ q(United States), - q(United States of America), + q(The United States), + q(United States, The), + q(United States (The)), q(US), q(USA), + q(United States of America), + q(The United States of America), ], q(0237) => [ q(United States Minor Outlying Islands), + q(The United States Minor Outlying Islands), + q(United States Minor Outlying Islands, The), + q(United States Minor Outlying Islands (The)), ], q(0238) => [ q(Uruguay), @@ -800,60 +923,65 @@ $Locale::Codes::Data{'country'}{'id2names'} = { q(Vanuatu), ], q(0241) => [ - q(Venezuela, Bolivarian Republic of), - q(Venezuela (Bolivarian Republic of)), - q(Venezuela), + q(Venezuela, Bolivarian Republic of ), ], q(0242) => [ q(Viet Nam), q(Vietnam), ], q(0243) => [ - q(Virgin Islands, British), + q(Virgin Islands (British)), q(British Virgin Islands), + q(Virgin Islands, British), q(Virgin Islands (UK)), ], q(0244) => [ - q(Virgin Islands, U.S.), + q(Virgin Islands (U.S.)), q(United States Virgin Islands), - q(Virgin Islands), q(Virgin Islands (US)), + q(Virgin Islands, U.S.), + q(Virgin Islands), ], q(0245) => [ q(Wallis and Futuna), q(Wallis and Futuna Islands), + q(The Territory of the Wallis and Futuna Islands), + q(Territory of the Wallis and Futuna Islands), ], q(0246) => [ q(Western Sahara), ], q(0247) => [ q(Yemen), + q(The Yemeni Republic), + q(Yemeni Republic), + q(Yemeni Republic, The), + q(Yemeni Republic (The)), ], q(0248) => [ q(Zambia), + q(The Republic of Zambia), + q(Republic of Zambia), + q(Republic of Zambia, The), + q(Republic of Zambia (The)), ], q(0249) => [ q(Zimbabwe), + q(The Republic of Zimbabwe), + q(Republic of Zimbabwe), + q(Republic of Zimbabwe, The), + q(Republic of Zimbabwe (The)), ], q(0250) => [ - q(Cabo Verde), - ], - q(0251) => [ - q(Channel Islands), - ], - q(0252) => [ - q(Sark), - ], - q(0253) => [ q(Ascension Island), ], - q(0254) => [ + q(0251) => [ q(Netherlands Antilles), ], - q(0255) => [ + q(0252) => [ q(European Union), ], - q(0256) => [ + q(0253) => [ q(USSR), ], }; @@ -912,7 +1040,7 @@ $Locale::Codes::Data{'country'}{'alias2id'} = { q(0), ], q(ascension island) => [ - q(0253), + q(0250), q(0), ], q(australia) => [ @@ -931,9 +1059,13 @@ $Locale::Codes::Data{'country'}{'alias2id'} = { q(0017), q(0), ], + q(bahamas (the)) => [ + q(0017), + q(0), + ], q(bahamas, the) => [ q(0017), - q(1), + q(0), ], q(bahrain) => [ q(0018), @@ -973,17 +1105,17 @@ $Locale::Codes::Data{'country'}{'alias2id'} = { ], q(bolivia) => [ q(0027), - q(2), + q(3), ], q(bolivia (plurinational state of)) => [ q(0027), - q(1), + q(0), ], q(bolivia, plurinational state of) => [ q(0027), q(0), ], - q(bonaire, saint eustatius and saba) => [ + q(bonaire, sint eustatius and saba) => [ q(0028), q(0), ], @@ -1007,6 +1139,14 @@ $Locale::Codes::Data{'country'}{'alias2id'} = { q(0033), q(0), ], + q(british indian ocean territory (the)) => [ + q(0033), + q(0), + ], + q(british indian ocean territory, the) => [ + q(0033), + q(0), + ], q(british virgin islands) => [ q(0243), q(1), @@ -1029,16 +1169,12 @@ $Locale::Codes::Data{'country'}{'alias2id'} = { ], q(burma) => [ q(0153), - q(1), + q(3), ], q(burundi) => [ q(0037), q(0), ], - q(cabo verde) => [ - q(0250), - q(0), - ], q(cambodia) => [ q(0038), q(0), @@ -1059,16 +1195,28 @@ $Locale::Codes::Data{'country'}{'alias2id'} = { q(0042), q(0), ], + q(cayman islands (the)) => [ + q(0042), + q(0), + ], + q(cayman islands, the) => [ + q(0042), + q(0), + ], q(central african republic) => [ q(0043), q(0), ], - q(chad) => [ - q(0044), + q(central african republic (the)) => [ + q(0043), q(0), ], - q(channel islands) => [ - q(0251), + q(central african republic, the) => [ + q(0043), + q(0), + ], + q(chad) => [ + q(0044), q(0), ], q(chile) => [ @@ -1095,9 +1243,17 @@ $Locale::Codes::Data{'country'}{'alias2id'} = { q(0048), q(0), ], + q(cocos (keeling) islands (the)) => [ + q(0048), + q(0), + ], + q(cocos (keeling) islands, the) => [ + q(0048), + q(0), + ], q(cocos islands) => [ q(0048), - q(1), + q(4), ], q(colombia) => [ q(0049), @@ -1113,24 +1269,52 @@ $Locale::Codes::Data{'country'}{'alias2id'} = { ], q(congo (brazzaville)) => [ q(0051), - q(1), + q(6), + ], + q(congo (kinshasa)) => [ + q(0052), + q(6), + ], + q(congo (the democratic republic of the)) => [ + q(0052), + q(0), ], q(congo, democratic republic of the) => [ q(0052), - q(3), + q(2), ], q(congo, republic of the) => [ q(0051), - q(2), + q(4), ], q(congo, the democratic republic of the) => [ q(0052), - q(0), + q(1), + ], + q(congo, the republic of the) => [ + q(0051), + q(3), + ], + q(congo-brazzaville) => [ + q(0051), + q(5), + ], + q(congo-kinshasa) => [ + q(0052), + q(5), ], q(cook islands) => [ q(0053), q(0), ], + q(cook islands (the)) => [ + q(0053), + q(0), + ], + q(cook islands, the) => [ + q(0053), + q(0), + ], q(costa rica) => [ q(0054), q(0), @@ -1159,13 +1343,25 @@ $Locale::Codes::Data{'country'}{'alias2id'} = { q(0060), q(0), ], + q(czech republic (the)) => [ + q(0060), + q(0), + ], + q(czech republic, the) => [ + q(0060), + q(0), + ], q(democratic people's republic of korea) => [ q(0118), - q(1), + q(0), ], q(democratic republic of the congo) => [ q(0052), - q(1), + q(4), + ], + q(democratic republic of timor-leste) => [ + q(0222), + q(3), ], q(denmark) => [ q(0061), @@ -1183,6 +1379,14 @@ $Locale::Codes::Data{'country'}{'alias2id'} = { q(0064), q(0), ], + q(dominican republic (the)) => [ + q(0064), + q(0), + ], + q(dominican republic, the) => [ + q(0064), + q(0), + ], q(east timor) => [ q(0222), q(1), @@ -1216,28 +1420,40 @@ $Locale::Codes::Data{'country'}{'alias2id'} = { q(0), ], q(european union) => [ - q(0255), + q(0252), q(0), ], q(faeroe islands) => [ q(0073), - q(1), + q(4), ], q(falkland islands (islas malvinas)) => [ q(0072), - q(1), + q(2), ], q(falkland islands (malvinas)) => [ q(0072), + q(1), + ], + q(falkland islands (the) [malvinas]) => [ + q(0072), q(0), ], q(faroe islands) => [ q(0073), q(0), ], + q(faroe islands (the)) => [ + q(0073), + q(0), + ], + q(faroe islands, the) => [ + q(0073), + q(0), + ], q(federated states of micronesia) => [ q(0145), - q(2), + q(0), ], q(fiji) => [ q(0074), @@ -1247,6 +1463,10 @@ $Locale::Codes::Data{'country'}{'alias2id'} = { q(0075), q(0), ], + q(former yugoslav republic of macedonia) => [ + q(0132), + q(0), + ], q(france) => [ q(0076), q(0), @@ -1261,12 +1481,20 @@ $Locale::Codes::Data{'country'}{'alias2id'} = { ], q(french southern and antarctic lands) => [ q(0079), - q(1), + q(4), ], q(french southern territories) => [ q(0079), q(0), ], + q(french southern territories (the)) => [ + q(0079), + q(0), + ], + q(french southern territories, the) => [ + q(0079), + q(0), + ], q(gabon) => [ q(0080), q(0), @@ -1275,9 +1503,13 @@ $Locale::Codes::Data{'country'}{'alias2id'} = { q(0081), q(0), ], + q(gambia (the)) => [ + q(0081), + q(0), + ], q(gambia, the) => [ q(0081), - q(1), + q(0), ], q(georgia) => [ q(0082), @@ -1295,13 +1527,9 @@ $Locale::Codes::Data{'country'}{'alias2id'} = { q(0085), q(0), ], - q(golan heights (israeli-occupied)) => [ - q(0217), - q(1), - ], q(great britain) => [ q(0235), - q(3), + q(4), ], q(greece) => [ q(0086), @@ -1353,16 +1581,28 @@ $Locale::Codes::Data{'country'}{'alias2id'} = { ], q(holy see) => [ q(0098), - q(1), + q(4), ], - q(holy see (vatican city state)) => [ + q(holy see (the)) => [ + q(0098), + q(5), + ], + q(holy see (the) [vatican city state]) => [ q(0098), q(0), ], + q(holy see (vatican city state)) => [ + q(0098), + q(1), + ], q(holy see (vatican city)) => [ q(0098), q(2), ], + q(holy see, the) => [ + q(0098), + q(6), + ], q(honduras) => [ q(0099), q(0), @@ -1397,16 +1637,24 @@ $Locale::Codes::Data{'country'}{'alias2id'} = { ], q(iran) => [ q(0105), - q(2), + q(6), ], q(iran (islamic republic of)) => [ q(0105), - q(1), + q(0), + ], + q(iran (the islamic republic of)) => [ + q(0105), + q(0), ], q(iran, islamic republic of) => [ q(0105), q(0), ], + q(iran, the islamic republic of) => [ + q(0105), + q(0), + ], q(iraq) => [ q(0106), q(0), @@ -1415,6 +1663,10 @@ $Locale::Codes::Data{'country'}{'alias2id'} = { q(0107), q(0), ], + q(islamic republic of iran) => [ + q(0105), + q(0), + ], q(isle of man) => [ q(0108), q(0), @@ -1453,7 +1705,7 @@ $Locale::Codes::Data{'country'}{'alias2id'} = { ], q(keeling islands) => [ q(0048), - q(2), + q(6), ], q(kenya) => [ q(0116), @@ -1463,6 +1715,22 @@ $Locale::Codes::Data{'country'}{'alias2id'} = { q(0117), q(0), ], + q(korea (democratic people's republic of)) => [ + q(0118), + q(0), + ], + q(korea (republic of)) => [ + q(0119), + q(0), + ], + q(korea (the democratic people's republic of)) => [ + q(0118), + q(0), + ], + q(korea (the republic of)) => [ + q(0119), + q(0), + ], q(korea, democratic people's republic of) => [ q(0118), q(0), @@ -1471,6 +1739,14 @@ $Locale::Codes::Data{'country'}{'alias2id'} = { q(0119), q(0), ], + q(korea, the democratic people's republic of) => [ + q(0118), + q(0), + ], + q(korea, the republic of) => [ + q(0119), + q(0), + ], q(kuwait) => [ q(0120), q(0), @@ -1483,6 +1759,14 @@ $Locale::Codes::Data{'country'}{'alias2id'} = { q(0122), q(0), ], + q(lao people's democratic republic (the)) => [ + q(0122), + q(0), + ], + q(lao people's democratic republic, the) => [ + q(0122), + q(0), + ], q(latvia) => [ q(0123), q(0), @@ -1521,11 +1805,11 @@ $Locale::Codes::Data{'country'}{'alias2id'} = { ], q(macao special administrative region of china) => [ q(0131), - q(5), + q(2), ], q(macau) => [ q(0131), - q(4), + q(5), ], q(macau s.a.r) => [ q(0131), @@ -1533,15 +1817,23 @@ $Locale::Codes::Data{'country'}{'alias2id'} = { ], q(macau s.a.r.) => [ q(0131), - q(2), + q(4), ], q(macedonia) => [ q(0132), - q(2), + q(6), + ], + q(macedonia (former yugoslav republic of)) => [ + q(0132), + q(0), + ], + q(macedonia (the former yugoslav republic of)) => [ + q(0132), + q(0), ], q(macedonia, former yugoslav republic of) => [ q(0132), - q(3), + q(0), ], q(macedonia, the former yugoslav republic of) => [ q(0132), @@ -1575,6 +1867,14 @@ $Locale::Codes::Data{'country'}{'alias2id'} = { q(0139), q(0), ], + q(marshall islands (the)) => [ + q(0139), + q(0), + ], + q(marshall islands, the) => [ + q(0139), + q(0), + ], q(martinique) => [ q(0140), q(0), @@ -1597,16 +1897,36 @@ $Locale::Codes::Data{'country'}{'alias2id'} = { ], q(micronesia (federated states of)) => [ q(0145), - q(1), + q(0), + ], + q(micronesia (the federated states of)) => [ + q(0145), + q(0), ], q(micronesia, federated states of) => [ q(0145), q(0), ], + q(micronesia, the federated states of) => [ + q(0145), + q(0), + ], + q(moldova (republic of)) => [ + q(0146), + q(0), + ], + q(moldova (the republic of)) => [ + q(0146), + q(0), + ], q(moldova, republic of) => [ q(0146), q(0), ], + q(moldova, the republic of) => [ + q(0146), + q(0), + ], q(monaco) => [ q(0147), q(0), @@ -1651,8 +1971,16 @@ $Locale::Codes::Data{'country'}{'alias2id'} = { q(0157), q(0), ], + q(netherlands (the)) => [ + q(0157), + q(0), + ], q(netherlands antilles) => [ - q(0254), + q(0251), + q(0), + ], + q(netherlands, the) => [ + q(0157), q(0), ], q(new caledonia) => [ @@ -1671,6 +1999,14 @@ $Locale::Codes::Data{'country'}{'alias2id'} = { q(0161), q(0), ], + q(niger (the)) => [ + q(0161), + q(0), + ], + q(niger, the) => [ + q(0161), + q(0), + ], q(nigeria) => [ q(0162), q(0), @@ -1685,12 +2021,20 @@ $Locale::Codes::Data{'country'}{'alias2id'} = { ], q(north korea) => [ q(0118), - q(2), + q(6), ], q(northern mariana islands) => [ q(0165), q(0), ], + q(northern mariana islands (the)) => [ + q(0165), + q(0), + ], + q(northern mariana islands, the) => [ + q(0165), + q(0), + ], q(norway) => [ q(0166), q(0), @@ -1707,6 +2051,10 @@ $Locale::Codes::Data{'country'}{'alias2id'} = { q(0169), q(0), ], + q(palestine (state of)) => [ + q(0170), + q(0), + ], q(palestine, state of) => [ q(0170), q(0), @@ -1731,17 +2079,29 @@ $Locale::Codes::Data{'country'}{'alias2id'} = { q(0175), q(0), ], + q(philippines (the)) => [ + q(0175), + q(0), + ], + q(philippines, the) => [ + q(0175), + q(0), + ], q(pitcairn) => [ q(0176), q(0), ], q(pitcairn island) => [ q(0176), - q(2), + q(1), ], q(pitcairn islands) => [ q(0176), - q(1), + q(2), + ], + q(plurinational state of bolivia) => [ + q(0027), + q(0), ], q(poland) => [ q(0177), @@ -1761,11 +2121,43 @@ $Locale::Codes::Data{'country'}{'alias2id'} = { ], q(republic of korea) => [ q(0119), - q(1), + q(0), ], q(republic of moldova) => [ q(0146), - q(1), + q(0), + ], + q(republic of the congo) => [ + q(0051), + q(2), + ], + q(republic of the union of myanmar) => [ + q(0153), + q(2), + ], + q(republic of zambia) => [ + q(0248), + q(2), + ], + q(republic of zambia (the)) => [ + q(0248), + q(4), + ], + q(republic of zambia, the) => [ + q(0248), + q(3), + ], + q(republic of zimbabwe) => [ + q(0249), + q(2), + ], + q(republic of zimbabwe (the)) => [ + q(0249), + q(4), + ], + q(republic of zimbabwe, the) => [ + q(0249), + q(3), ], q(reunion) => [ q(0181), @@ -1779,6 +2171,14 @@ $Locale::Codes::Data{'country'}{'alias2id'} = { q(0183), q(0), ], + q(russian federation (the)) => [ + q(0183), + q(0), + ], + q(russian federation, the) => [ + q(0183), + q(0), + ], q(rwanda) => [ q(0184), q(0), @@ -1805,7 +2205,7 @@ $Locale::Codes::Data{'country'}{'alias2id'} = { ], q(saint martin) => [ q(0189), - q(2), + q(1), ], q(saint martin (french part)) => [ q(0189), @@ -1829,7 +2229,7 @@ $Locale::Codes::Data{'country'}{'alias2id'} = { ], q(saint-martin (french part)) => [ q(0189), - q(1), + q(2), ], q(samoa) => [ q(0192), @@ -1843,10 +2243,6 @@ $Locale::Codes::Data{'country'}{'alias2id'} = { q(0194), q(0), ], - q(sark) => [ - q(0252), - q(0), - ], q(saudi arabia) => [ q(0195), q(0), @@ -1887,6 +2283,14 @@ $Locale::Codes::Data{'country'}{'alias2id'} = { q(0204), q(0), ], + q(solomon islands (the)) => [ + q(0204), + q(0), + ], + q(solomon islands, the) => [ + q(0204), + q(0), + ], q(somalia) => [ q(0205), q(0), @@ -1905,7 +2309,7 @@ $Locale::Codes::Data{'country'}{'alias2id'} = { ], q(south korea) => [ q(0119), - q(2), + q(6), ], q(south sudan) => [ q(0208), @@ -1921,12 +2325,20 @@ $Locale::Codes::Data{'country'}{'alias2id'} = { ], q(state of palestine) => [ q(0170), - q(1), + q(0), ], q(sudan) => [ q(0211), q(0), ], + q(sudan (the)) => [ + q(0211), + q(0), + ], + q(sudan, the) => [ + q(0211), + q(0), + ], q(suriname) => [ q(0212), q(0), @@ -1953,52 +2365,252 @@ $Locale::Codes::Data{'country'}{'alias2id'} = { ], q(syria) => [ q(0217), - q(2), + q(4), ], q(syrian arab republic) => [ q(0217), q(0), ], + q(syrian arab republic (the)) => [ + q(0217), + q(0), + ], + q(syrian arab republic, the) => [ + q(0217), + q(0), + ], q(taiwan) => [ q(0218), q(1), ], - q(taiwan, province of china) => [ + q(taiwan (province of china)) => [ q(0218), q(0), ], + q(taiwan, province of china) => [ + q(0218), + q(2), + ], q(tajikistan) => [ q(0219), q(0), ], + q(tanzania (united republic of)) => [ + q(0220), + q(0), + ], q(tanzania, united republic of) => [ q(0220), q(0), ], + q(territory of the wallis and futuna islands) => [ + q(0245), + q(3), + ], q(thailand) => [ q(0221), q(0), ], q(the bahamas) => [ q(0017), - q(2), + q(0), + ], + q(the british indian ocean territory) => [ + q(0033), + q(0), + ], + q(the cayman islands) => [ + q(0042), + q(0), + ], + q(the central african republic) => [ + q(0043), + q(0), + ], + q(the cocos (keeling) islands) => [ + q(0048), + q(0), + ], + q(the cocos islands) => [ + q(0048), + q(5), + ], + q(the cook islands) => [ + q(0053), + q(0), + ], + q(the czech republic) => [ + q(0060), + q(0), + ], + q(the democratic people's republic of korea) => [ + q(0118), + q(0), ], q(the democratic republic of the congo) => [ q(0052), + q(3), + ], + q(the democratic republic of timor-leste) => [ + q(0222), q(2), ], + q(the dominican republic) => [ + q(0064), + q(0), + ], + q(the faeroe islands) => [ + q(0073), + q(5), + ], + q(the faroe islands) => [ + q(0073), + q(0), + ], + q(the federated states of micronesia) => [ + q(0145), + q(0), + ], q(the former yugoslav republic of macedonia) => [ q(0132), + q(0), + ], + q(the french southern territories) => [ + q(0079), + q(0), + ], + q(the gambia) => [ + q(0081), + q(0), + ], + q(the holy see) => [ + q(0098), + q(3), + ], + q(the islamic republic of iran) => [ + q(0105), + q(0), + ], + q(the keeling islands) => [ + q(0048), + q(7), + ], + q(the lao people's democratic republic) => [ + q(0122), + q(0), + ], + q(the marshall islands) => [ + q(0139), + q(0), + ], + q(the netherlands) => [ + q(0157), + q(0), + ], + q(the niger) => [ + q(0161), + q(0), + ], + q(the northern mariana islands) => [ + q(0165), + q(0), + ], + q(the philippines) => [ + q(0175), + q(0), + ], + q(the republic of korea) => [ + q(0119), + q(0), + ], + q(the republic of moldova) => [ + q(0146), + q(0), + ], + q(the republic of the congo) => [ + q(0051), + q(1), + ], + q(the republic of the union of myanmar) => [ + q(0153), + q(1), + ], + q(the republic of zambia) => [ + q(0248), + q(1), + ], + q(the republic of zimbabwe) => [ + q(0249), + q(1), + ], + q(the russian federation) => [ + q(0183), + q(0), + ], + q(the solomon islands) => [ + q(0204), + q(0), + ], + q(the sudan) => [ + q(0211), + q(0), + ], + q(the syrian arab republic) => [ + q(0217), + q(0), + ], + q(the territory of the wallis and futuna islands) => [ + q(0245), + q(2), + ], + q(the turks and caicos islands) => [ + q(0230), + q(0), + ], + q(the united arab emirates) => [ + q(0234), + q(0), + ], + q(the united kingdom) => [ + q(0235), + q(0), + ], + q(the united states) => [ + q(0236), + q(0), + ], + q(the united states minor outlying islands) => [ + q(0237), + q(0), + ], + q(the united states of america) => [ + q(0236), + q(7), + ], + q(the yemeni republic) => [ + q(0247), q(1), ], - q(the republic of the congo) => [ - q(0051), - q(3), - ], q(timor-leste) => [ q(0222), q(0), ], + q(timor-leste (democratic republic of)) => [ + q(0222), + q(7), + ], + q(timor-leste (the democratic republic of)) => [ + q(0222), + q(6), + ], + q(timor-leste, democratic republic of) => [ + q(0222), + q(5), + ], + q(timor-leste, the democratic republic of) => [ + q(0222), + q(4), + ], q(togo) => [ q(0223), q(0), @@ -2031,6 +2643,14 @@ $Locale::Codes::Data{'country'}{'alias2id'} = { q(0230), q(0), ], + q(turks and caicos islands (the)) => [ + q(0230), + q(0), + ], + q(turks and caicos islands, the) => [ + q(0230), + q(0), + ], q(tuvalu) => [ q(0231), q(0), @@ -2041,7 +2661,7 @@ $Locale::Codes::Data{'country'}{'alias2id'} = { ], q(uk) => [ q(0235), - q(2), + q(6), ], q(ukraine) => [ q(0233), @@ -2051,48 +2671,80 @@ $Locale::Codes::Data{'country'}{'alias2id'} = { q(0234), q(0), ], + q(united arab emirates (the)) => [ + q(0234), + q(0), + ], + q(united arab emirates, the) => [ + q(0234), + q(0), + ], q(united kingdom) => [ q(0235), q(0), ], + q(united kingdom (the)) => [ + q(0235), + q(0), + ], q(united kingdom of great britain and northern ireland) => [ q(0235), - q(1), + q(5), + ], + q(united kingdom, the) => [ + q(0235), + q(0), ], q(united republic of tanzania) => [ q(0220), - q(1), + q(0), ], q(united states) => [ q(0236), q(0), ], + q(united states (the)) => [ + q(0236), + q(0), + ], q(united states minor outlying islands) => [ q(0237), q(0), ], + q(united states minor outlying islands (the)) => [ + q(0237), + q(0), + ], + q(united states minor outlying islands, the) => [ + q(0237), + q(0), + ], q(united states of america) => [ q(0236), - q(1), + q(6), ], q(united states virgin islands) => [ q(0244), q(1), ], + q(united states, the) => [ + q(0236), + q(0), + ], q(uruguay) => [ q(0238), q(0), ], q(us) => [ q(0236), - q(2), + q(4), ], q(usa) => [ q(0236), - q(3), + q(5), ], q(ussr) => [ - q(0256), + q(0253), q(0), ], q(uzbekistan) => [ @@ -2105,17 +2757,9 @@ $Locale::Codes::Data{'country'}{'alias2id'} = { ], q(vatican city) => [ q(0098), - q(3), + q(7), ], - q(venezuela) => [ - q(0241), - q(2), - ], - q(venezuela (bolivarian republic of)) => [ - q(0241), - q(1), - ], - q(venezuela, bolivarian republic of) => [ + q(venezuela, bolivarian republic of ) => [ q(0241), q(0), ], @@ -2129,23 +2773,31 @@ $Locale::Codes::Data{'country'}{'alias2id'} = { ], q(virgin islands) => [ q(0244), - q(2), + q(4), + ], + q(virgin islands (british)) => [ + q(0243), + q(0), + ], + q(virgin islands (u.s.)) => [ + q(0244), + q(0), ], q(virgin islands (uk)) => [ q(0243), - q(2), + q(3), ], q(virgin islands (us)) => [ q(0244), - q(3), + q(2), ], q(virgin islands, british) => [ q(0243), - q(0), + q(2), ], q(virgin islands, u.s.) => [ q(0244), - q(0), + q(3), ], q(wallis and futuna) => [ q(0245), @@ -2163,6 +2815,18 @@ $Locale::Codes::Data{'country'}{'alias2id'} = { q(0247), q(0), ], + q(yemeni republic) => [ + q(0247), + q(2), + ], + q(yemeni republic (the)) => [ + q(0247), + q(4), + ], + q(yemeni republic, the) => [ + q(0247), + q(3), + ], q(zambia) => [ q(0248), q(0), @@ -3217,6 +3881,14 @@ $Locale::Codes::Data{'country'}{'code2id'} = { q(0005), q(0), ], + q(ata) => [ + q(0009), + q(0), + ], + q(atf) => [ + q(0079), + q(0), + ], q(atg) => [ q(0010), q(0), @@ -3275,7 +3947,7 @@ $Locale::Codes::Data{'country'}{'code2id'} = { ], q(blm) => [ q(0185), - q(1), + q(0), ], q(blr) => [ q(0021), @@ -3291,7 +3963,7 @@ $Locale::Codes::Data{'country'}{'code2id'} = { ], q(bol) => [ q(0027), - q(1), + q(0), ], q(bra) => [ q(0032), @@ -3309,6 +3981,10 @@ $Locale::Codes::Data{'country'}{'code2id'} = { q(0026), q(0), ], + q(bvt) => [ + q(0031), + q(0), + ], q(bwa) => [ q(0030), q(0), @@ -3321,6 +3997,10 @@ $Locale::Codes::Data{'country'}{'code2id'} = { q(0040), q(0), ], + q(cck) => [ + q(0048), + q(0), + ], q(che) => [ q(0216), q(0), @@ -3343,7 +4023,7 @@ $Locale::Codes::Data{'country'}{'code2id'} = { ], q(cod) => [ q(0052), - q(1), + q(0), ], q(cog) => [ q(0051), @@ -3362,7 +4042,7 @@ $Locale::Codes::Data{'country'}{'code2id'} = { q(0), ], q(cpv) => [ - q(0250), + q(0041), q(0), ], q(cri) => [ @@ -3377,6 +4057,10 @@ $Locale::Codes::Data{'country'}{'code2id'} = { q(0058), q(0), ], + q(cxr) => [ + q(0047), + q(0), + ], q(cym) => [ q(0042), q(0), @@ -3459,11 +4143,11 @@ $Locale::Codes::Data{'country'}{'code2id'} = { ], q(fro) => [ q(0073), - q(1), + q(0), ], q(fsm) => [ q(0145), - q(1), + q(0), ], q(gab) => [ q(0080), @@ -3471,7 +4155,7 @@ $Locale::Codes::Data{'country'}{'code2id'} = { ], q(gbr) => [ q(0235), - q(1), + q(0), ], q(geo) => [ q(0082), @@ -3539,7 +4223,11 @@ $Locale::Codes::Data{'country'}{'code2id'} = { ], q(hkg) => [ q(0100), - q(1), + q(0), + ], + q(hmd) => [ + q(0097), + q(0), ], q(hnd) => [ q(0099), @@ -3569,13 +4257,17 @@ $Locale::Codes::Data{'country'}{'code2id'} = { q(0103), q(0), ], + q(iot) => [ + q(0033), + q(0), + ], q(irl) => [ q(0107), q(0), ], q(irn) => [ q(0105), - q(1), + q(0), ], q(irq) => [ q(0106), @@ -3635,7 +4327,7 @@ $Locale::Codes::Data{'country'}{'code2id'} = { ], q(kor) => [ q(0119), - q(1), + q(0), ], q(kwt) => [ q(0120), @@ -3687,11 +4379,11 @@ $Locale::Codes::Data{'country'}{'code2id'} = { ], q(mac) => [ q(0131), - q(1), + q(0), ], q(maf) => [ q(0189), - q(1), + q(0), ], q(mar) => [ q(0151), @@ -3703,7 +4395,7 @@ $Locale::Codes::Data{'country'}{'code2id'} = { ], q(mda) => [ q(0146), - q(1), + q(0), ], q(mdg) => [ q(0133), @@ -3723,7 +4415,7 @@ $Locale::Codes::Data{'country'}{'code2id'} = { ], q(mkd) => [ q(0132), - q(1), + q(0), ], q(mli) => [ q(0137), @@ -3871,7 +4563,7 @@ $Locale::Codes::Data{'country'}{'code2id'} = { ], q(prk) => [ q(0118), - q(1), + q(0), ], q(prt) => [ q(0178), @@ -3883,7 +4575,7 @@ $Locale::Codes::Data{'country'}{'code2id'} = { ], q(pse) => [ q(0170), - q(1), + q(0), ], q(pyf) => [ q(0078), @@ -3925,13 +4617,17 @@ $Locale::Codes::Data{'country'}{'code2id'} = { q(0200), q(0), ], + q(sgs) => [ + q(0207), + q(0), + ], q(shn) => [ q(0186), - q(1), + q(0), ], q(sjm) => [ q(0213), - q(1), + q(0), ], q(slb) => [ q(0204), @@ -4053,9 +4749,13 @@ $Locale::Codes::Data{'country'}{'code2id'} = { q(0231), q(0), ], + q(twn) => [ + q(0218), + q(0), + ], q(tza) => [ q(0220), - q(1), + q(0), ], q(uga) => [ q(0232), @@ -4065,13 +4765,17 @@ $Locale::Codes::Data{'country'}{'code2id'} = { q(0233), q(0), ], + q(umi) => [ + q(0237), + q(0), + ], q(ury) => [ q(0238), q(0), ], q(usa) => [ q(0236), - q(1), + q(0), ], q(uzb) => [ q(0239), @@ -4079,7 +4783,7 @@ $Locale::Codes::Data{'country'}{'code2id'} = { ], q(vat) => [ q(0098), - q(1), + q(0), ], q(vct) => [ q(0191), @@ -4087,15 +4791,15 @@ $Locale::Codes::Data{'country'}{'code2id'} = { ], q(ven) => [ q(0241), - q(1), + q(0), ], q(vgb) => [ q(0243), - q(1), + q(0), ], q(vir) => [ q(0244), - q(1), + q(0), ], q(vnm) => [ q(0242), @@ -4107,7 +4811,7 @@ $Locale::Codes::Data{'country'}{'code2id'} = { ], q(wlf) => [ q(0245), - q(1), + q(0), ], q(wsm) => [ q(0192), @@ -4132,7 +4836,7 @@ $Locale::Codes::Data{'country'}{'code2id'} = { }, q(dom) => { q(ac) => [ - q(0253), + q(0250), q(0), ], q(ad) => [ @@ -4164,7 +4868,7 @@ $Locale::Codes::Data{'country'}{'code2id'} = { q(0), ], q(an) => [ - q(0254), + q(0251), q(0), ], q(ao) => [ @@ -4416,7 +5120,7 @@ $Locale::Codes::Data{'country'}{'code2id'} = { q(0), ], q(eu) => [ - q(0255), + q(0252), q(0), ], q(fi) => [ @@ -4980,7 +5684,7 @@ $Locale::Codes::Data{'country'}{'code2id'} = { q(0), ], q(su) => [ - q(0256), + q(0253), q(0), ], q(sv) => [ @@ -5161,6 +5865,10 @@ $Locale::Codes::Data{'country'}{'code2id'} = { q(0003), q(0), ], + q(010) => [ + q(0009), + q(0), + ], q(012) => [ q(0004), q(0), @@ -5231,7 +5939,7 @@ $Locale::Codes::Data{'country'}{'code2id'} = { ], q(068) => [ q(0027), - q(1), + q(0), ], q(070) => [ q(0029), @@ -5241,6 +5949,10 @@ $Locale::Codes::Data{'country'}{'code2id'} = { q(0030), q(0), ], + q(074) => [ + q(0031), + q(0), + ], q(076) => [ q(0032), q(0), @@ -5249,13 +5961,17 @@ $Locale::Codes::Data{'country'}{'code2id'} = { q(0023), q(0), ], + q(086) => [ + q(0033), + q(0), + ], q(090) => [ q(0204), q(0), ], q(092) => [ q(0243), - q(1), + q(0), ], q(096) => [ q(0034), @@ -5290,7 +6006,7 @@ $Locale::Codes::Data{'country'}{'code2id'} = { q(0), ], q(132) => [ - q(0250), + q(0041), q(0), ], q(136) => [ @@ -5317,6 +6033,18 @@ $Locale::Codes::Data{'country'}{'code2id'} = { q(0046), q(0), ], + q(158) => [ + q(0218), + q(0), + ], + q(162) => [ + q(0047), + q(0), + ], + q(166) => [ + q(0048), + q(0), + ], q(170) => [ q(0049), q(0), @@ -5335,7 +6063,7 @@ $Locale::Codes::Data{'country'}{'code2id'} = { ], q(180) => [ q(0052), - q(1), + q(0), ], q(184) => [ q(0053), @@ -5403,12 +6131,16 @@ $Locale::Codes::Data{'country'}{'code2id'} = { ], q(234) => [ q(0073), - q(1), + q(0), ], q(238) => [ q(0072), q(0), ], + q(239) => [ + q(0207), + q(0), + ], q(242) => [ q(0074), q(0), @@ -5433,6 +6165,10 @@ $Locale::Codes::Data{'country'}{'code2id'} = { q(0078), q(0), ], + q(260) => [ + q(0079), + q(0), + ], q(262) => [ q(0062), q(0), @@ -5451,7 +6187,7 @@ $Locale::Codes::Data{'country'}{'code2id'} = { ], q(275) => [ q(0170), - q(1), + q(0), ], q(276) => [ q(0083), @@ -5505,9 +6241,13 @@ $Locale::Codes::Data{'country'}{'code2id'} = { q(0096), q(0), ], + q(334) => [ + q(0097), + q(0), + ], q(336) => [ q(0098), - q(1), + q(0), ], q(340) => [ q(0099), @@ -5515,7 +6255,7 @@ $Locale::Codes::Data{'country'}{'code2id'} = { ], q(344) => [ q(0100), - q(1), + q(0), ], q(348) => [ q(0101), @@ -5535,7 +6275,7 @@ $Locale::Codes::Data{'country'}{'code2id'} = { ], q(364) => [ q(0105), - q(1), + q(0), ], q(368) => [ q(0106), @@ -5579,11 +6319,11 @@ $Locale::Codes::Data{'country'}{'code2id'} = { ], q(408) => [ q(0118), - q(1), + q(0), ], q(410) => [ q(0119), - q(1), + q(0), ], q(414) => [ q(0120), @@ -5631,7 +6371,7 @@ $Locale::Codes::Data{'country'}{'code2id'} = { ], q(446) => [ q(0131), - q(1), + q(0), ], q(450) => [ q(0133), @@ -5683,7 +6423,7 @@ $Locale::Codes::Data{'country'}{'code2id'} = { ], q(498) => [ q(0146), - q(1), + q(0), ], q(499) => [ q(0149), @@ -5777,9 +6517,13 @@ $Locale::Codes::Data{'country'}{'code2id'} = { q(0165), q(0), ], + q(581) => [ + q(0237), + q(0), + ], q(583) => [ q(0145), - q(1), + q(0), ], q(584) => [ q(0139), @@ -5859,11 +6603,11 @@ $Locale::Codes::Data{'country'}{'code2id'} = { ], q(652) => [ q(0185), - q(1), + q(0), ], q(654) => [ q(0186), - q(1), + q(0), ], q(659) => [ q(0187), @@ -5879,7 +6623,7 @@ $Locale::Codes::Data{'country'}{'code2id'} = { ], q(663) => [ q(0189), - q(1), + q(0), ], q(666) => [ q(0190), @@ -5897,10 +6641,6 @@ $Locale::Codes::Data{'country'}{'code2id'} = { q(0194), q(0), ], - q(680) => [ - q(0252), - q(0), - ], q(682) => [ q(0195), q(0), @@ -5971,7 +6711,7 @@ $Locale::Codes::Data{'country'}{'code2id'} = { ], q(744) => [ q(0213), - q(1), + q(0), ], q(748) => [ q(0214), @@ -6047,7 +6787,7 @@ $Locale::Codes::Data{'country'}{'code2id'} = { ], q(807) => [ q(0132), - q(1), + q(0), ], q(818) => [ q(0066), @@ -6055,10 +6795,6 @@ $Locale::Codes::Data{'country'}{'code2id'} = { ], q(826) => [ q(0235), - q(1), - ], - q(830) => [ - q(0251), q(0), ], q(831) => [ @@ -6075,15 +6811,15 @@ $Locale::Codes::Data{'country'}{'code2id'} = { ], q(834) => [ q(0220), - q(1), + q(0), ], q(840) => [ q(0236), - q(1), + q(0), ], q(850) => [ q(0244), - q(1), + q(0), ], q(854) => [ q(0036), @@ -6099,11 +6835,11 @@ $Locale::Codes::Data{'country'}{'code2id'} = { ], q(862) => [ q(0241), - q(1), + q(0), ], q(876) => [ q(0245), - q(1), + q(0), ], q(882) => [ q(0192), @@ -6381,6 +7117,7 @@ $Locale::Codes::Data{'country'}{'id2code'} = { q(0006) => q(and), q(0007) => q(ago), q(0008) => q(aia), + q(0009) => q(ata), q(0010) => q(atg), q(0011) => q(arg), q(0012) => q(arm), @@ -6402,7 +7139,9 @@ $Locale::Codes::Data{'country'}{'id2code'} = { q(0028) => q(bes), q(0029) => q(bih), q(0030) => q(bwa), + q(0031) => q(bvt), q(0032) => q(bra), + q(0033) => q(iot), q(0034) => q(brn), q(0035) => q(bgr), q(0036) => q(bfa), @@ -6410,11 +7149,14 @@ $Locale::Codes::Data{'country'}{'id2code'} = { q(0038) => q(khm), q(0039) => q(cmr), q(0040) => q(can), + q(0041) => q(cpv), q(0042) => q(cym), q(0043) => q(caf), q(0044) => q(tcd), q(0045) => q(chl), q(0046) => q(chn), + q(0047) => q(cxr), + q(0048) => q(cck), q(0049) => q(col), q(0050) => q(com), q(0051) => q(cog), @@ -6445,6 +7187,7 @@ $Locale::Codes::Data{'country'}{'id2code'} = { q(0076) => q(fra), q(0077) => q(guf), q(0078) => q(pyf), + q(0079) => q(atf), q(0080) => q(gab), q(0081) => q(gmb), q(0082) => q(geo), @@ -6462,6 +7205,7 @@ $Locale::Codes::Data{'country'}{'id2code'} = { q(0094) => q(gnb), q(0095) => q(guy), q(0096) => q(hti), + q(0097) => q(hmd), q(0098) => q(vat), q(0099) => q(hnd), q(0100) => q(hkg), @@ -6571,6 +7315,7 @@ $Locale::Codes::Data{'country'}{'id2code'} = { q(0204) => q(slb), q(0205) => q(som), q(0206) => q(zaf), + q(0207) => q(sgs), q(0208) => q(ssd), q(0209) => q(esp), q(0210) => q(lka), @@ -6581,6 +7326,7 @@ $Locale::Codes::Data{'country'}{'id2code'} = { q(0215) => q(swe), q(0216) => q(che), q(0217) => q(syr), + q(0218) => q(twn), q(0219) => q(tjk), q(0220) => q(tza), q(0221) => q(tha), @@ -6599,6 +7345,7 @@ $Locale::Codes::Data{'country'}{'id2code'} = { q(0234) => q(are), q(0235) => q(gbr), q(0236) => q(usa), + q(0237) => q(umi), q(0238) => q(ury), q(0239) => q(uzb), q(0240) => q(vut), @@ -6611,7 +7358,6 @@ $Locale::Codes::Data{'country'}{'id2code'} = { q(0247) => q(yem), q(0248) => q(zmb), q(0249) => q(zwe), - q(0250) => q(cpv), }, q(dom) => { q(0001) => q(af), @@ -6863,10 +7609,10 @@ $Locale::Codes::Data{'country'}{'id2code'} = { q(0247) => q(ye), q(0248) => q(zm), q(0249) => q(zw), - q(0253) => q(ac), - q(0254) => q(an), - q(0255) => q(eu), - q(0256) => q(su), + q(0250) => q(ac), + q(0251) => q(an), + q(0252) => q(eu), + q(0253) => q(su), }, q(numeric) => { q(0001) => q(004), @@ -6877,6 +7623,7 @@ $Locale::Codes::Data{'country'}{'id2code'} = { q(0006) => q(020), q(0007) => q(024), q(0008) => q(660), + q(0009) => q(010), q(0010) => q(028), q(0011) => q(032), q(0012) => q(051), @@ -6898,7 +7645,9 @@ $Locale::Codes::Data{'country'}{'id2code'} = { q(0028) => q(535), q(0029) => q(070), q(0030) => q(072), + q(0031) => q(074), q(0032) => q(076), + q(0033) => q(086), q(0034) => q(096), q(0035) => q(100), q(0036) => q(854), @@ -6906,11 +7655,14 @@ $Locale::Codes::Data{'country'}{'id2code'} = { q(0038) => q(116), q(0039) => q(120), q(0040) => q(124), + q(0041) => q(132), q(0042) => q(136), q(0043) => q(140), q(0044) => q(148), q(0045) => q(152), q(0046) => q(156), + q(0047) => q(162), + q(0048) => q(166), q(0049) => q(170), q(0050) => q(174), q(0051) => q(178), @@ -6941,6 +7693,7 @@ $Locale::Codes::Data{'country'}{'id2code'} = { q(0076) => q(250), q(0077) => q(254), q(0078) => q(258), + q(0079) => q(260), q(0080) => q(266), q(0081) => q(270), q(0082) => q(268), @@ -6958,6 +7711,7 @@ $Locale::Codes::Data{'country'}{'id2code'} = { q(0094) => q(624), q(0095) => q(328), q(0096) => q(332), + q(0097) => q(334), q(0098) => q(336), q(0099) => q(340), q(0100) => q(344), @@ -7067,6 +7821,7 @@ $Locale::Codes::Data{'country'}{'id2code'} = { q(0204) => q(090), q(0205) => q(706), q(0206) => q(710), + q(0207) => q(239), q(0208) => q(728), q(0209) => q(724), q(0210) => q(144), @@ -7077,6 +7832,7 @@ $Locale::Codes::Data{'country'}{'id2code'} = { q(0215) => q(752), q(0216) => q(756), q(0217) => q(760), + q(0218) => q(158), q(0219) => q(762), q(0220) => q(834), q(0221) => q(764), @@ -7095,6 +7851,7 @@ $Locale::Codes::Data{'country'}{'id2code'} = { q(0234) => q(784), q(0235) => q(826), q(0236) => q(840), + q(0237) => q(581), q(0238) => q(858), q(0239) => q(860), q(0240) => q(548), @@ -7107,9 +7864,6 @@ $Locale::Codes::Data{'country'}{'id2code'} = { q(0247) => q(887), q(0248) => q(894), q(0249) => q(716), - q(0250) => q(132), - q(0251) => q(830), - q(0252) => q(680), }, }; diff --git a/cpan/Locale-Codes/lib/Locale/Codes/Country_Retired.pm b/cpan/Locale-Codes/lib/Locale/Codes/Country_Retired.pm index 65074c8..d31d934 100644 --- a/cpan/Locale-Codes/lib/Locale/Codes/Country_Retired.pm +++ b/cpan/Locale-Codes/lib/Locale/Codes/Country_Retired.pm @@ -3,7 +3,7 @@ Locale::Codes::Country_Retired; # This file was automatically generated. Any changes to this file will # be lost the next time 'deprecate_codes' is run. -# Generated on: Mon Nov 25 10:41:49 EST 2013 +# Generated on: Fri Jan 24 09:18:46 EST 2014 use strict; require 5.006; @@ -11,7 +11,7 @@ use warnings; use utf8; our($VERSION); -$VERSION='3.28'; +$VERSION='3.29'; $Locale::Codes::Retired{'country'}{'alpha-2'}{'code'} = { q(an) => q(Netherlands Antilles), @@ -315,21 +315,32 @@ $Locale::Codes::Retired{'country'}{'numeric'}{'code'} = { q(334) => q(Heard Island and Mcdonald Islands), q(530) => q(Netherlands Antilles), q(581) => q(United States Minor Outlying Islands), + q(680) => q(Sark), q(736) => q(Sudan), + q(830) => q(Channel Islands), q(891) => q(Serbia and Montenegro), }; $Locale::Codes::Retired{'country'}{'alpha-2'}{'name'} = { q(bolivia) => [ q(bo), q(Bolivia) ], + q(bonaire, saint eustatius and saba) => [ q(bq), q(Bonaire, Saint Eustatius and Saba) ], q(bosnia and herzegowina) => [ q(ba), q(Bosnia and Herzegowina) ], + q(congo, the democratic republic of the) => [ q(cd), q(Congo, The Democratic Republic of the) ], q(east timor) => [ q(tl), q(East Timor) ], + q(falkland islands (malvinas)) => [ q(fk), q(Falkland Islands (Malvinas)) ], q(france, metropolitan) => [ q(fx), q(France, Metropolitan) ], q(heard and mc donald islands) => [ q(hm), q(Heard and Mc Donald Islands) ], + q(holy see (vatican city state)) => [ q(va), q(Holy See (Vatican City State)) ], q(iran (islamic republic of)) => [ q(ir), q(Iran (Islamic Republic of)) ], + q(iran, islamic republic of) => [ q(ir), q(Iran, Islamic Republic of) ], q(kazakstan) => [ q(kz), q(Kazakstan) ], + q(korea, democratic people's republic of) => [ q(kp), q(Korea, Democratic People's Republic of) ], + q(korea, republic of) => [ q(kr), q(Korea, Republic of) ], q(libyan arab jamahiriya) => [ q(ly), q(Libyan Arab Jamahiriya) ], q(macau) => [ q(mo), q(Macau) ], q(micronesia (federated states of)) => [ q(fm), q(Micronesia (Federated States of)) ], + q(micronesia, federated states of) => [ q(fm), q(Micronesia, Federated States of) ], + q(moldova, republic of) => [ q(md), q(Moldova, Republic of) ], q(netherlands antilles) => [ q(an), q(Netherlands Antilles) ], q(saint helena) => [ q(sh), q(Saint Helena) ], q(saint martin) => [ q(mf), q(Saint Martin) ], @@ -337,11 +348,15 @@ $Locale::Codes::Retired{'country'}{'alpha-2'}{'name'} = { q(st. helena) => [ q(sh), q(St. Helena) ], q(st. pierre and miquelon) => [ q(pm), q(St. Pierre and Miquelon) ], q(svalbard and jan mayen islands) => [ q(sj), q(Svalbard and Jan Mayen Islands) ], + q(taiwan, province of china) => [ q(tw), q(Taiwan, Province of China) ], q(vatican city state (holy see)) => [ q(va), q(Vatican City State (Holy See)) ], q(venezuela) => [ q(ve), q(Venezuela) ], + q(venezuela, bolivarian republic of) => [ q(ve), q(Venezuela, Bolivarian Republic of) ], q(vietnam) => [ q(vn), q(Vietnam) ], q(virgin islands (british)) => [ q(vg), q(Virgin Islands (British)) ], q(virgin islands (u.s.)) => [ q(vi), q(Virgin Islands (U.S.)) ], + q(virgin islands, british) => [ q(vg), q(Virgin Islands, British) ], + q(virgin islands, u.s.) => [ q(vi), q(Virgin Islands, U.S.) ], q(wallis and futuna islands) => [ q(wf), q(Wallis and Futuna Islands) ], q(yugoslavia) => [ q(yu), q(Yugoslavia) ], q(zaire) => [ q(zr), q(Zaire) ], @@ -350,21 +365,33 @@ $Locale::Codes::Retired{'country'}{'alpha-2'}{'name'} = { $Locale::Codes::Retired{'country'}{'alpha-3'}{'name'} = { q(antarctica) => [ q(ata), q(Antarctica) ], q(bolivia) => [ q(bol), q(Bolivia) ], + q(bolivia (plurinational state of)) => [ q(bol), q(Bolivia (Plurinational State of)) ], + q(bonaire, saint eustatius and saba) => [ q(bes), q(Bonaire, Saint Eustatius and Saba) ], q(bouvet island) => [ q(bvt), q(Bouvet Island) ], q(british indian ocean territory) => [ q(iot), q(British Indian Ocean Territory) ], + q(british virgin islands) => [ q(vgb), q(British Virgin Islands) ], + q(cabo verde) => [ q(cpv), q(Cabo Verde) ], q(cape verde) => [ q(cpv), q(Cape Verde) ], + q(china, hong kong special administrative region) => [ q(hkg), q(China, Hong Kong Special Administrative Region) ], + q(china, macao special administrative region) => [ q(mac), q(China, Macao Special Administrative Region) ], q(christmas island) => [ q(cxr), q(Christmas Island) ], q(cocos (keeling) islands) => [ q(cck), q(Cocos (Keeling) Islands) ], q(congo, the democratic republic of the) => [ q(cod), q(Congo, The Democratic Republic of the) ], + q(democratic people's republic of korea) => [ q(prk), q(Democratic People's Republic of Korea) ], + q(democratic republic of the congo) => [ q(cod), q(Democratic Republic of the Congo) ], q(east timor) => [ q(tls), q(East Timor) ], + q(faeroe islands) => [ q(fro), q(Faeroe Islands) ], + q(falkland islands (malvinas)) => [ q(flk), q(Falkland Islands (Malvinas)) ], q(faroe islands) => [ q(fro), q(Faroe Islands) ], q(france, metropolitan) => [ q(fxx), q(France, Metropolitan) ], q(french southern and antarctic lands) => [ q(atf), q(French Southern and Antarctic Lands) ], q(french southern territories) => [ q(atf), q(French Southern Territories) ], q(heard island and mcdonald islands) => [ q(hmd), q(Heard Island and Mcdonald Islands) ], + q(holy see) => [ q(vat), q(Holy See) ], q(holy see (vatican city state)) => [ q(vat), q(Holy See (Vatican City State)) ], q(hong kong) => [ q(hkg), q(Hong Kong) ], q(hong kong special administrative region of china) => [ q(hkg), q(Hong Kong Special Administrative Region of China) ], + q(iran (islamic republic of)) => [ q(irn), q(Iran (Islamic Republic of)) ], q(iran, islamic republic of) => [ q(irn), q(Iran, Islamic Republic of) ], q(kazakstan) => [ q(kaz), q(Kazakstan) ], q(korea, democratic people's republic of) => [ q(prk), q(Korea, Democratic People's Republic of) ], @@ -374,34 +401,57 @@ $Locale::Codes::Retired{'country'}{'alpha-3'}{'name'} = { q(macao special administrative region of china) => [ q(mac), q(Macao Special Administrative Region of China) ], q(macau) => [ q(mac), q(Macau) ], q(macedonia, the former yugoslav republic of) => [ q(mkd), q(Macedonia, the Former Yugoslav Republic of) ], + q(micronesia (federated states of)) => [ q(fsm), q(Micronesia (Federated States of)) ], q(micronesia, federated states of) => [ q(fsm), q(Micronesia, Federated States of) ], q(moldova, republic of) => [ q(mda), q(Moldova, Republic of) ], q(netherlands antilles) => [ q(ant), q(Netherlands Antilles) ], q(palestinian territory, occupied) => [ q(pse), q(Palestinian Territory, Occupied) ], + q(republic of korea) => [ q(kor), q(Republic of Korea) ], + q(republic of moldova) => [ q(mda), q(Republic of Moldova) ], + q(saint helena) => [ q(shn), q(Saint Helena) ], + q(saint-barthelemy) => [ q(blm), q(Saint-Barthelemy) ], + q(saint-martin (french part)) => [ q(maf), q(Saint-Martin (French part)) ], q(serbia and montenegro) => [ q(scg), q(Serbia and Montenegro) ], q(south georgia and the islands) => [ q(sgs), q(South Georgia and the Islands) ], q(south georgia and the south sandwich islands) => [ q(sgs), q(South Georgia and the South Sandwich Islands) ], + q(state of palestine) => [ q(pse), q(State of Palestine) ], q(svalbard and jan mayen) => [ q(sjm), q(Svalbard and Jan Mayen) ], + q(svalbard and jan mayen islands) => [ q(sjm), q(Svalbard and Jan Mayen Islands) ], q(taiwan) => [ q(twn), q(Taiwan) ], q(taiwan, province of china) => [ q(twn), q(Taiwan, Province of China) ], q(tanzania, united republic of) => [ q(tza), q(Tanzania, United Republic of) ], + q(the former yugoslav republic of macedonia) => [ q(mkd), q(The former Yugoslav Republic of Macedonia) ], q(united kingdom) => [ q(gbr), q(United Kingdom) ], + q(united kingdom of great britain and northern ireland) => [ q(gbr), q(United Kingdom of Great Britain and Northern Ireland) ], + q(united republic of tanzania) => [ q(tza), q(United Republic of Tanzania) ], q(united states) => [ q(usa), q(United States) ], q(united states minor outlying islands) => [ q(umi), q(United States Minor Outlying Islands) ], + q(united states of america) => [ q(usa), q(United States of America) ], + q(united states virgin islands) => [ q(vir), q(United States Virgin Islands) ], q(venezuela) => [ q(ven), q(Venezuela) ], + q(venezuela (bolivarian republic of)) => [ q(ven), q(Venezuela (Bolivarian Republic of)) ], q(vietnam) => [ q(vnm), q(Vietnam) ], q(virgin islands, british) => [ q(vgb), q(Virgin Islands, British) ], q(virgin islands, u.s.) => [ q(vir), q(Virgin Islands, U.S.) ], q(wallis and futuna) => [ q(wlf), q(Wallis and Futuna) ], + q(wallis and futuna islands) => [ q(wlf), q(Wallis and Futuna Islands) ], q(yugoslavia) => [ q(yug), q(Yugoslavia) ], q(zaire) => [ q(zar), q(Zaire) ], }; $Locale::Codes::Retired{'country'}{'dom'}{'name'} = { - q(bonaire, saint eustatius and saba) => [ q(BQ), q(Bonaire, Saint Eustatius and Saba) ], + q(bonaire, saint eustatius and saba) => [ q(bq), q(Bonaire, Saint Eustatius and Saba) ], q(bonaire, sint eustatius and saba) => [ q(BQ), q(Bonaire, Sint Eustatius and Saba) ], + q(congo, the democratic republic of the) => [ q(cd), q(Congo, The Democratic Republic of the) ], + q(falkland islands (malvinas)) => [ q(fk), q(Falkland Islands (Malvinas)) ], q(france, metropolitan) => [ q(FX), q(France, Metropolitan) ], + q(holy see (vatican city state)) => [ q(va), q(Holy See (Vatican City State)) ], + q(iran, islamic republic of) => [ q(ir), q(Iran, Islamic Republic of) ], + q(korea, democratic people's republic of) => [ q(kp), q(Korea, Democratic People's Republic of) ], + q(korea, republic of) => [ q(kr), q(Korea, Republic of) ], q(libyan arab jamahiriya) => [ q(LY), q(Libyan Arab Jamahiriya) ], + q(micronesia, federated states of) => [ q(fm), q(Micronesia, Federated States of) ], + q(moldova, republic of) => [ q(md), q(Moldova, Republic of) ], q(portuguese timor) => [ q(TP), q(Portuguese Timor) ], q(portuguese timor ) => [ q(TP), q(Portuguese Timor ) ], q(saint helena, ascension and tristan da cunha) => [ q(SH), q(Saint Helena, Ascension and Tristan da Cunha) ], @@ -409,27 +459,44 @@ $Locale::Codes::Retired{'country'}{'dom'}{'name'} = { q(soviet union) => [ q(SU), q(Soviet Union) ], q(soviet union ) => [ q(SU), q(Soviet Union ) ], q(taiwan) => [ q(TW), q(Taiwan) ], + q(taiwan, province of china) => [ q(tw), q(Taiwan, Province of China) ], + q(venezuela, bolivarian republic of) => [ q(ve), q(Venezuela, Bolivarian Republic of) ], + q(virgin islands, british) => [ q(vg), q(Virgin Islands, British) ], + q(virgin islands, u.s.) => [ q(vi), q(Virgin Islands, U.S.) ], q(yugoslavia ) => [ q(YU), q(Yugoslavia ) ], }; $Locale::Codes::Retired{'country'}{'numeric'}{'name'} = { q(antarctica) => [ q(010), q(Antarctica) ], q(bolivia) => [ q(068), q(Bolivia) ], + q(bolivia (plurinational state of)) => [ q(068), q(Bolivia (Plurinational State of)) ], + q(bonaire, saint eustatius and saba) => [ q(535), q(Bonaire, Saint Eustatius and Saba) ], q(bouvet island) => [ q(074), q(Bouvet Island) ], q(british indian ocean territory) => [ q(086), q(British Indian Ocean Territory) ], + q(british virgin islands) => [ q(092), q(British Virgin Islands) ], + q(cabo verde) => [ q(132), q(Cabo Verde) ], q(cape verde) => [ q(132), q(Cape Verde) ], + q(channel islands) => [ q(830), q(Channel Islands) ], + q(china, hong kong special administrative region) => [ q(344), q(China, Hong Kong Special Administrative Region) ], + q(china, macao special administrative region) => [ q(446), q(China, Macao Special Administrative Region) ], q(christmas island) => [ q(162), q(Christmas Island) ], q(cocos (keeling) islands) => [ q(166), q(Cocos (Keeling) Islands) ], q(congo, the democratic republic of the) => [ q(180), q(Congo, The Democratic Republic of the) ], + q(democratic people's republic of korea) => [ q(408), q(Democratic People's Republic of Korea) ], + q(democratic republic of the congo) => [ q(180), q(Democratic Republic of the Congo) ], q(east timor) => [ q(626), q(East Timor) ], + q(faeroe islands) => [ q(234), q(Faeroe Islands) ], + q(falkland islands (malvinas)) => [ q(238), q(Falkland Islands (Malvinas)) ], q(faroe islands) => [ q(234), q(Faroe Islands) ], q(france, metropolitan) => [ q(249), q(France, Metropolitan) ], q(french southern and antarctic lands) => [ q(260), q(French Southern and Antarctic Lands) ], q(french southern territories) => [ q(260), q(French Southern Territories) ], q(heard island and mcdonald islands) => [ q(334), q(Heard Island and Mcdonald Islands) ], + q(holy see) => [ q(336), q(Holy See) ], q(holy see (vatican city state)) => [ q(336), q(Holy See (Vatican City State)) ], q(hong kong) => [ q(344), q(Hong Kong) ], q(hong kong special administrative region of china) => [ q(344), q(Hong Kong Special Administrative Region of China) ], + q(iran (islamic republic of)) => [ q(364), q(Iran (Islamic Republic of)) ], q(iran, islamic republic of) => [ q(364), q(Iran, Islamic Republic of) ], q(kazakstan) => [ q(398), q(Kazakstan) ], q(korea, democratic people's republic of) => [ q(408), q(Korea, Democratic People's Republic of) ], @@ -439,25 +506,41 @@ $Locale::Codes::Retired{'country'}{'numeric'}{'name'} = { q(macao special administrative region of china) => [ q(446), q(Macao Special Administrative Region of China) ], q(macau) => [ q(446), q(Macau) ], q(macedonia, the former yugoslav republic of) => [ q(807), q(Macedonia, the Former Yugoslav Republic of) ], + q(micronesia (federated states of)) => [ q(583), q(Micronesia (Federated States of)) ], q(micronesia, federated states of) => [ q(583), q(Micronesia, Federated States of) ], q(moldova, republic of) => [ q(498), q(Moldova, Republic of) ], q(netherlands antilles) => [ q(530), q(Netherlands Antilles) ], q(palestinian territory, occupied) => [ q(275), q(Palestinian Territory, Occupied) ], + q(republic of korea) => [ q(410), q(Republic of Korea) ], + q(republic of moldova) => [ q(498), q(Republic of Moldova) ], + q(saint helena) => [ q(654), q(Saint Helena) ], + q(saint-barthelemy) => [ q(652), q(Saint-Barthelemy) ], + q(saint-martin (french part)) => [ q(663), q(Saint-Martin (French part)) ], + q(sark) => [ q(680), q(Sark) ], q(serbia and montenegro) => [ q(891), q(Serbia and Montenegro) ], q(south georgia and the islands) => [ q(239), q(South Georgia and the Islands) ], q(south georgia and the south sandwich islands) => [ q(239), q(South Georgia and the South Sandwich Islands) ], + q(state of palestine) => [ q(275), q(State of Palestine) ], q(svalbard and jan mayen) => [ q(744), q(Svalbard and Jan Mayen) ], + q(svalbard and jan mayen islands) => [ q(744), q(Svalbard and Jan Mayen Islands) ], q(taiwan) => [ q(158), q(Taiwan) ], q(taiwan, province of china) => [ q(158), q(Taiwan, Province of China) ], q(tanzania, united republic of) => [ q(834), q(Tanzania, United Republic of) ], + q(the former yugoslav republic of macedonia) => [ q(807), q(The former Yugoslav Republic of Macedonia) ], q(united kingdom) => [ q(826), q(United Kingdom) ], + q(united kingdom of great britain and northern ireland) => [ q(826), q(United Kingdom of Great Britain and Northern Ireland) ], + q(united republic of tanzania) => [ q(834), q(United Republic of Tanzania) ], q(united states) => [ q(840), q(United States) ], q(united states minor outlying islands) => [ q(581), q(United States Minor Outlying Islands) ], + q(united states of america) => [ q(840), q(United States of America) ], + q(united states virgin islands) => [ q(850), q(United States Virgin Islands) ], q(venezuela) => [ q(862), q(Venezuela) ], + q(venezuela (bolivarian republic of)) => [ q(862), q(Venezuela (Bolivarian Republic of)) ], q(vietnam) => [ q(704), q(Vietnam) ], q(virgin islands, british) => [ q(092), q(Virgin Islands, British) ], q(virgin islands, u.s.) => [ q(850), q(Virgin Islands, U.S.) ], q(wallis and futuna) => [ q(876), q(Wallis and Futuna) ], + q(wallis and futuna islands) => [ q(876), q(Wallis and Futuna Islands) ], q(yugoslavia) => [ q(891), q(Yugoslavia) ], q(zaire) => [ q(180), q(Zaire) ], }; diff --git a/cpan/Locale-Codes/lib/Locale/Codes/Currency.pm b/cpan/Locale-Codes/lib/Locale/Codes/Currency.pm index f50a948..5892ab7 100644 --- a/cpan/Locale-Codes/lib/Locale/Codes/Currency.pm +++ b/cpan/Locale-Codes/lib/Locale/Codes/Currency.pm @@ -1,7 +1,7 @@ package Locale::Codes::Currency; # Copyright (C) 2001 Canon Research Centre Europe (CRE). # Copyright (C) 2002-2009 Neil Bowers -# Copyright (c) 2010-2013 Sullivan Beck +# Copyright (c) 2010-2014 Sullivan Beck # This program is free software; you can redistribute it and/or modify it # under the same terms as Perl itself. @@ -22,7 +22,7 @@ use Locale::Codes::Currency_Retired; our($VERSION,@ISA,@EXPORT,@EXPORT_OK); -$VERSION='3.28'; +$VERSION='3.29'; @ISA = qw(Exporter); @EXPORT = qw(code2currency currency2code diff --git a/cpan/Locale-Codes/lib/Locale/Codes/Currency.pod b/cpan/Locale-Codes/lib/Locale/Codes/Currency.pod index 17e86f4..52ddd63 100644 --- a/cpan/Locale-Codes/lib/Locale/Codes/Currency.pod +++ b/cpan/Locale-Codes/lib/Locale/Codes/Currency.pod @@ -119,7 +119,7 @@ Currently maintained by Sullivan Beck (sbeck@cpan.org). Copyright (c) 1997-2001 Canon Research Centre Europe (CRE). Copyright (c) 2001 Michael Hennecke Copyright (c) 2001-2010 Neil Bowers - Copyright (c) 2010-2013 Sullivan Beck + Copyright (c) 2010-2014 Sullivan Beck This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff --git a/cpan/Locale-Codes/lib/Locale/Codes/Currency_Codes.pm b/cpan/Locale-Codes/lib/Locale/Codes/Currency_Codes.pm index 76291ff..54181f3 100644 --- a/cpan/Locale-Codes/lib/Locale/Codes/Currency_Codes.pm +++ b/cpan/Locale-Codes/lib/Locale/Codes/Currency_Codes.pm @@ -3,7 +3,7 @@ Locale::Codes::Currency_Codes; # This file was automatically generated. Any changes to this file will # be lost the next time 'get_codes' is run. -# Generated on: Mon Nov 25 10:38:59 EST 2013 +# Generated on: Thu Jan 23 14:16:40 EST 2014 use strict; require 5.006; @@ -11,9 +11,9 @@ use warnings; use utf8; our($VERSION); -$VERSION='3.28'; +$VERSION='3.29'; -$Locale::Codes::Data{'currency'}{'id'} = '0179'; +$Locale::Codes::Data{'currency'}{'id'} = '0178'; $Locale::Codes::Data{'currency'}{'id2names'} = { q(0001) => [ @@ -281,280 +281,277 @@ $Locale::Codes::Data{'currency'}{'id2names'} = { q(Kip), ], q(0089) => [ - q(Latvian Lats), - ], - q(0090) => [ q(Lebanese Pound), ], - q(0091) => [ + q(0090) => [ q(Loti), ], - q(0092) => [ + q(0091) => [ q(Rand), ], - q(0093) => [ + q(0092) => [ q(Liberian Dollar), ], - q(0094) => [ + q(0093) => [ q(Libyan Dinar), ], - q(0095) => [ + q(0094) => [ q(Swiss Franc), ], - q(0096) => [ + q(0095) => [ q(Lithuanian Litas), ], - q(0097) => [ + q(0096) => [ q(Pataca), ], - q(0098) => [ + q(0097) => [ q(Denar), ], - q(0099) => [ + q(0098) => [ q(Malagasy Ariary), ], - q(0100) => [ + q(0099) => [ q(Kwacha), ], - q(0101) => [ + q(0100) => [ q(Malaysian Ringgit), ], - q(0102) => [ + q(0101) => [ q(Rufiyaa), ], - q(0103) => [ + q(0102) => [ q(Ouguiya), ], - q(0104) => [ + q(0103) => [ q(Mauritius Rupee), ], - q(0105) => [ + q(0104) => [ q(ADB Unit of Account), ], - q(0106) => [ + q(0105) => [ q(Mexican Peso), ], - q(0107) => [ + q(0106) => [ q(Mexican Unidad de Inversion (UDI)), ], - q(0108) => [ + q(0107) => [ q(Moldovan Leu), ], - q(0109) => [ + q(0108) => [ q(Tugrik), ], - q(0110) => [ + q(0109) => [ q(Moroccan Dirham), ], - q(0111) => [ + q(0110) => [ q(Mozambique Metical), ], - q(0112) => [ + q(0111) => [ q(Kyat), ], - q(0113) => [ + q(0112) => [ q(Namibia Dollar), ], - q(0114) => [ + q(0113) => [ q(Nepalese Rupee), ], - q(0115) => [ + q(0114) => [ q(Cordoba Oro), ], - q(0116) => [ + q(0115) => [ q(Naira), ], - q(0117) => [ + q(0116) => [ q(Rial Omani), ], - q(0118) => [ + q(0117) => [ q(Pakistan Rupee), ], - q(0119) => [ + q(0118) => [ q(Balboa), ], - q(0120) => [ + q(0119) => [ q(Kina), ], - q(0121) => [ + q(0120) => [ q(Guarani), ], - q(0122) => [ + q(0121) => [ q(Nuevo Sol), ], - q(0123) => [ + q(0122) => [ q(Philippine Peso), ], - q(0124) => [ + q(0123) => [ q(Zloty), ], - q(0125) => [ + q(0124) => [ q(Qatari Rial), ], - q(0126) => [ + q(0125) => [ q(New Romanian Leu), ], - q(0127) => [ + q(0126) => [ q(Russian Ruble), ], - q(0128) => [ + q(0127) => [ q(Rwanda Franc), ], - q(0129) => [ + q(0128) => [ q(Tala), ], - q(0130) => [ + q(0129) => [ q(Dobra), ], - q(0131) => [ + q(0130) => [ q(Saudi Riyal), ], - q(0132) => [ + q(0131) => [ q(Serbian Dinar), ], - q(0133) => [ + q(0132) => [ q(Seychelles Rupee), ], - q(0134) => [ + q(0133) => [ q(Leone), ], - q(0135) => [ + q(0134) => [ q(Singapore Dollar), ], - q(0136) => [ + q(0135) => [ q(Sucre), ], - q(0137) => [ + q(0136) => [ q(Solomon Islands Dollar), ], - q(0138) => [ + q(0137) => [ q(Somali Shilling), ], - q(0139) => [ + q(0138) => [ q(South Sudanese Pound), ], - q(0140) => [ + q(0139) => [ q(Sri Lanka Rupee), ], - q(0141) => [ + q(0140) => [ q(Sudanese Pound), ], - q(0142) => [ + q(0141) => [ q(Surinam Dollar), ], - q(0143) => [ + q(0142) => [ q(Lilangeni), ], - q(0144) => [ + q(0143) => [ q(Swedish Krona), ], - q(0145) => [ + q(0144) => [ q(WIR Euro), ], - q(0146) => [ + q(0145) => [ q(WIR Franc), ], - q(0147) => [ + q(0146) => [ q(Syrian Pound), ], - q(0148) => [ + q(0147) => [ q(New Taiwan Dollar), ], - q(0149) => [ + q(0148) => [ q(Somoni), ], - q(0150) => [ + q(0149) => [ q(Tanzanian Shilling), ], - q(0151) => [ + q(0150) => [ q(Baht), ], - q(0152) => [ + q(0151) => [ q(Pa'anga), ], - q(0153) => [ + q(0152) => [ q(Trinidad and Tobago Dollar), ], - q(0154) => [ + q(0153) => [ q(Tunisian Dinar), ], - q(0155) => [ + q(0154) => [ q(Turkish Lira), ], - q(0156) => [ + q(0155) => [ q(Turkmenistan New Manat), ], - q(0157) => [ + q(0156) => [ q(Uganda Shilling), ], - q(0158) => [ + q(0157) => [ q(Hryvnia), ], - q(0159) => [ + q(0158) => [ q(UAE Dirham), ], - q(0160) => [ + q(0159) => [ q(US Dollar (Next day)), ], - q(0161) => [ + q(0160) => [ q(US Dollar (Same day)), ], - q(0162) => [ + q(0161) => [ q(Uruguay Peso en Unidades Indexadas (URUIURUI)), ], - q(0163) => [ + q(0162) => [ q(Peso Uruguayo), ], - q(0164) => [ + q(0163) => [ q(Uzbekistan Sum), ], - q(0165) => [ + q(0164) => [ q(Vatu), ], - q(0166) => [ + q(0165) => [ q(Bolivar), ], - q(0167) => [ + q(0166) => [ q(Dong), ], - q(0168) => [ + q(0167) => [ q(Yemeni Rial), ], - q(0169) => [ + q(0168) => [ q(Zambian Kwacha), ], - q(0170) => [ + q(0169) => [ q(Zimbabwe Dollar), ], - q(0171) => [ + q(0170) => [ q(Bond Markets Unit European Composite Unit (EURCO)), ], - q(0172) => [ + q(0171) => [ q(Bond Markets Unit European Monetary Unit (E.M.U.-6)), ], - q(0173) => [ + q(0172) => [ q(Bond Markets Unit European Unit of Account 9 (E.U.A.-9)), ], - q(0174) => [ + q(0173) => [ q(Bond Markets Unit European Unit of Account 17 (E.U.A.-17)), ], - q(0175) => [ + q(0174) => [ q(Gold), ], - q(0176) => [ + q(0175) => [ q(Palladium), ], - q(0177) => [ + q(0176) => [ q(Platinum), ], - q(0178) => [ + q(0177) => [ q(Silver), ], }; $Locale::Codes::Data{'currency'}{'alias2id'} = { q(adb unit of account) => [ - q(0105), + q(0104), q(0), ], q(afghani) => [ @@ -594,11 +591,11 @@ $Locale::Codes::Data{'currency'}{'alias2id'} = { q(0), ], q(baht) => [ - q(0151), + q(0150), q(0), ], q(balboa) => [ - q(0119), + q(0118), q(0), ], q(barbados dollar) => [ @@ -618,7 +615,7 @@ $Locale::Codes::Data{'currency'}{'alias2id'} = { q(0), ], q(bolivar) => [ - q(0166), + q(0165), q(0), ], q(boliviano) => [ @@ -626,19 +623,19 @@ $Locale::Codes::Data{'currency'}{'alias2id'} = { q(0), ], q(bond markets unit european composite unit (eurco)) => [ - q(0171), + q(0170), q(0), ], q(bond markets unit european monetary unit (e.m.u.-6)) => [ - q(0172), + q(0171), q(0), ], q(bond markets unit european unit of account 17 (e.u.a.-17)) => [ - q(0174), + q(0173), q(0), ], q(bond markets unit european unit of account 9 (e.u.a.-9)) => [ - q(0173), + q(0172), q(0), ], q(brazilian real) => [ @@ -702,7 +699,7 @@ $Locale::Codes::Data{'currency'}{'alias2id'} = { q(0), ], q(cordoba oro) => [ - q(0115), + q(0114), q(0), ], q(costa rican colon) => [ @@ -730,7 +727,7 @@ $Locale::Codes::Data{'currency'}{'alias2id'} = { q(0), ], q(denar) => [ - q(0098), + q(0097), q(0), ], q(djibouti franc) => [ @@ -738,7 +735,7 @@ $Locale::Codes::Data{'currency'}{'alias2id'} = { q(0), ], q(dobra) => [ - q(0130), + q(0129), q(0), ], q(dominican peso) => [ @@ -746,7 +743,7 @@ $Locale::Codes::Data{'currency'}{'alias2id'} = { q(0), ], q(dong) => [ - q(0167), + q(0166), q(0), ], q(east caribbean dollar) => [ @@ -790,7 +787,7 @@ $Locale::Codes::Data{'currency'}{'alias2id'} = { q(0), ], q(gold) => [ - q(0175), + q(0174), q(0), ], q(gourde) => [ @@ -798,7 +795,7 @@ $Locale::Codes::Data{'currency'}{'alias2id'} = { q(0), ], q(guarani) => [ - q(0121), + q(0120), q(0), ], q(guinea franc) => [ @@ -814,7 +811,7 @@ $Locale::Codes::Data{'currency'}{'alias2id'} = { q(0), ], q(hryvnia) => [ - q(0158), + q(0157), q(0), ], q(iceland krona) => [ @@ -846,7 +843,7 @@ $Locale::Codes::Data{'currency'}{'alias2id'} = { q(0), ], q(kina) => [ - q(0120), + q(0119), q(0), ], q(kip) => [ @@ -858,7 +855,7 @@ $Locale::Codes::Data{'currency'}{'alias2id'} = { q(0), ], q(kwacha) => [ - q(0100), + q(0099), q(0), ], q(kwanza) => [ @@ -866,19 +863,15 @@ $Locale::Codes::Data{'currency'}{'alias2id'} = { q(0), ], q(kyat) => [ - q(0112), + q(0111), q(0), ], q(lari) => [ q(0062), q(0), ], - q(latvian lats) => [ - q(0089), - q(0), - ], q(lebanese pound) => [ - q(0090), + q(0089), q(0), ], q(lek) => [ @@ -890,59 +883,59 @@ $Locale::Codes::Data{'currency'}{'alias2id'} = { q(0), ], q(leone) => [ - q(0134), + q(0133), q(0), ], q(liberian dollar) => [ - q(0093), + q(0092), q(0), ], q(libyan dinar) => [ - q(0094), + q(0093), q(0), ], q(lilangeni) => [ - q(0143), + q(0142), q(0), ], q(lithuanian litas) => [ - q(0096), + q(0095), q(0), ], q(loti) => [ - q(0091), + q(0090), q(0), ], q(malagasy ariary) => [ - q(0099), + q(0098), q(0), ], q(malaysian ringgit) => [ - q(0101), + q(0100), q(0), ], q(mauritius rupee) => [ - q(0104), + q(0103), q(0), ], q(mexican peso) => [ - q(0106), + q(0105), q(0), ], q(mexican unidad de inversion (udi)) => [ - q(0107), + q(0106), q(0), ], q(moldovan leu) => [ - q(0108), + q(0107), q(0), ], q(moroccan dirham) => [ - q(0110), + q(0109), q(0), ], q(mozambique metical) => [ - q(0111), + q(0110), q(0), ], q(mvdol) => [ @@ -950,7 +943,7 @@ $Locale::Codes::Data{'currency'}{'alias2id'} = { q(0), ], q(naira) => [ - q(0116), + q(0115), q(0), ], q(nakfa) => [ @@ -958,11 +951,11 @@ $Locale::Codes::Data{'currency'}{'alias2id'} = { q(0), ], q(namibia dollar) => [ - q(0113), + q(0112), q(0), ], q(nepalese rupee) => [ - q(0114), + q(0113), q(0), ], q(netherlands antillean guilder) => [ @@ -974,11 +967,11 @@ $Locale::Codes::Data{'currency'}{'alias2id'} = { q(0), ], q(new romanian leu) => [ - q(0126), + q(0125), q(0), ], q(new taiwan dollar) => [ - q(0148), + q(0147), q(0), ], q(new zealand dollar) => [ @@ -998,27 +991,27 @@ $Locale::Codes::Data{'currency'}{'alias2id'} = { q(0), ], q(nuevo sol) => [ - q(0122), + q(0121), q(0), ], q(ouguiya) => [ - q(0103), + q(0102), q(0), ], q(pa'anga) => [ - q(0152), + q(0151), q(0), ], q(pakistan rupee) => [ - q(0118), + q(0117), q(0), ], q(palladium) => [ - q(0176), + q(0175), q(0), ], q(pataca) => [ - q(0097), + q(0096), q(0), ], q(peso convertible) => [ @@ -1026,15 +1019,15 @@ $Locale::Codes::Data{'currency'}{'alias2id'} = { q(0), ], q(peso uruguayo) => [ - q(0163), + q(0162), q(0), ], q(philippine peso) => [ - q(0123), + q(0122), q(0), ], q(platinum) => [ - q(0177), + q(0176), q(0), ], q(pound sterling) => [ @@ -1046,7 +1039,7 @@ $Locale::Codes::Data{'currency'}{'alias2id'} = { q(0), ], q(qatari rial) => [ - q(0125), + q(0124), q(0), ], q(quetzal) => [ @@ -1054,11 +1047,11 @@ $Locale::Codes::Data{'currency'}{'alias2id'} = { q(0), ], q(rand) => [ - q(0092), + q(0091), q(0), ], q(rial omani) => [ - q(0117), + q(0116), q(0), ], q(riel) => [ @@ -1066,7 +1059,7 @@ $Locale::Codes::Data{'currency'}{'alias2id'} = { q(0), ], q(rufiyaa) => [ - q(0102), + q(0101), q(0), ], q(rupiah) => [ @@ -1074,15 +1067,15 @@ $Locale::Codes::Data{'currency'}{'alias2id'} = { q(0), ], q(russian ruble) => [ - q(0127), + q(0126), q(0), ], q(rwanda franc) => [ - q(0128), + q(0127), q(0), ], q(saudi riyal) => [ - q(0131), + q(0130), q(0), ], q(sdr (special drawing right)) => [ @@ -1090,23 +1083,23 @@ $Locale::Codes::Data{'currency'}{'alias2id'} = { q(0), ], q(serbian dinar) => [ - q(0132), + q(0131), q(0), ], q(seychelles rupee) => [ - q(0133), + q(0132), q(0), ], q(silver) => [ - q(0178), + q(0177), q(0), ], q(singapore dollar) => [ - q(0135), + q(0134), q(0), ], q(solomon islands dollar) => [ - q(0137), + q(0136), q(0), ], q(som) => [ @@ -1114,43 +1107,43 @@ $Locale::Codes::Data{'currency'}{'alias2id'} = { q(0), ], q(somali shilling) => [ - q(0138), + q(0137), q(0), ], q(somoni) => [ - q(0149), + q(0148), q(0), ], q(south sudanese pound) => [ - q(0139), + q(0138), q(0), ], q(sri lanka rupee) => [ - q(0140), + q(0139), q(0), ], q(sucre) => [ - q(0136), + q(0135), q(0), ], q(sudanese pound) => [ - q(0141), + q(0140), q(0), ], q(surinam dollar) => [ - q(0142), + q(0141), q(0), ], q(swedish krona) => [ - q(0144), + q(0143), q(0), ], q(swiss franc) => [ - q(0095), + q(0094), q(0), ], q(syrian pound) => [ - q(0147), + q(0146), q(0), ], q(taka) => [ @@ -1158,11 +1151,11 @@ $Locale::Codes::Data{'currency'}{'alias2id'} = { q(0), ], q(tala) => [ - q(0129), + q(0128), q(0), ], q(tanzanian shilling) => [ - q(0150), + q(0149), q(0), ], q(tenge) => [ @@ -1170,31 +1163,31 @@ $Locale::Codes::Data{'currency'}{'alias2id'} = { q(0), ], q(trinidad and tobago dollar) => [ - q(0153), + q(0152), q(0), ], q(tugrik) => [ - q(0109), + q(0108), q(0), ], q(tunisian dinar) => [ - q(0154), + q(0153), q(0), ], q(turkish lira) => [ - q(0155), + q(0154), q(0), ], q(turkmenistan new manat) => [ - q(0156), + q(0155), q(0), ], q(uae dirham) => [ - q(0159), + q(0158), q(0), ], q(uganda shilling) => [ - q(0157), + q(0156), q(0), ], q(unidad de fomento) => [ @@ -1206,7 +1199,7 @@ $Locale::Codes::Data{'currency'}{'alias2id'} = { q(0), ], q(uruguay peso en unidades indexadas (uruiurui)) => [ - q(0162), + q(0161), q(0), ], q(us dollar) => [ @@ -1214,27 +1207,27 @@ $Locale::Codes::Data{'currency'}{'alias2id'} = { q(0), ], q(us dollar (next day)) => [ - q(0160), + q(0159), q(0), ], q(us dollar (same day)) => [ - q(0161), + q(0160), q(0), ], q(uzbekistan sum) => [ - q(0164), + q(0163), q(0), ], q(vatu) => [ - q(0165), + q(0164), q(0), ], q(wir euro) => [ - q(0145), + q(0144), q(0), ], q(wir franc) => [ - q(0146), + q(0145), q(0), ], q(won) => [ @@ -1242,7 +1235,7 @@ $Locale::Codes::Data{'currency'}{'alias2id'} = { q(0), ], q(yemeni rial) => [ - q(0168), + q(0167), q(0), ], q(yen) => [ @@ -1254,15 +1247,15 @@ $Locale::Codes::Data{'currency'}{'alias2id'} = { q(0), ], q(zambian kwacha) => [ - q(0169), + q(0168), q(0), ], q(zimbabwe dollar) => [ - q(0170), + q(0169), q(0), ], q(zloty) => [ - q(0124), + q(0123), q(0), ], }; @@ -1270,7 +1263,7 @@ $Locale::Codes::Data{'currency'}{'alias2id'} = { $Locale::Codes::Data{'currency'}{'code2id'} = { q(alpha) => { q(AED) => [ - q(0159), + q(0158), q(0), ], q(AFN) => [ @@ -1382,15 +1375,15 @@ $Locale::Codes::Data{'currency'}{'code2id'} = { q(0), ], q(CHE) => [ - q(0145), + q(0144), q(0), ], q(CHF) => [ - q(0095), + q(0094), q(0), ], q(CHW) => [ - q(0146), + q(0145), q(0), ], q(CLF) => [ @@ -1602,103 +1595,99 @@ $Locale::Codes::Data{'currency'}{'code2id'} = { q(0), ], q(LBP) => [ - q(0090), + q(0089), q(0), ], q(LKR) => [ - q(0140), + q(0139), q(0), ], q(LRD) => [ - q(0093), + q(0092), q(0), ], q(LSL) => [ - q(0091), + q(0090), q(0), ], q(LTL) => [ - q(0096), - q(0), - ], - q(LVL) => [ - q(0089), + q(0095), q(0), ], q(LYD) => [ - q(0094), + q(0093), q(0), ], q(MAD) => [ - q(0110), + q(0109), q(0), ], q(MDL) => [ - q(0108), + q(0107), q(0), ], q(MGA) => [ - q(0099), + q(0098), q(0), ], q(MKD) => [ - q(0098), + q(0097), q(0), ], q(MMK) => [ - q(0112), + q(0111), q(0), ], q(MNT) => [ - q(0109), + q(0108), q(0), ], q(MOP) => [ - q(0097), + q(0096), q(0), ], q(MRO) => [ - q(0103), + q(0102), q(0), ], q(MUR) => [ - q(0104), + q(0103), q(0), ], q(MVR) => [ - q(0102), + q(0101), q(0), ], q(MWK) => [ - q(0100), + q(0099), q(0), ], q(MXN) => [ - q(0106), + q(0105), q(0), ], q(MXV) => [ - q(0107), + q(0106), q(0), ], q(MYR) => [ - q(0101), + q(0100), q(0), ], q(MZN) => [ - q(0111), + q(0110), q(0), ], q(NAD) => [ - q(0113), + q(0112), q(0), ], q(NGN) => [ - q(0116), + q(0115), q(0), ], q(NIO) => [ - q(0115), + q(0114), q(0), ], q(NOK) => [ @@ -1706,7 +1695,7 @@ $Locale::Codes::Data{'currency'}{'code2id'} = { q(0), ], q(NPR) => [ - q(0114), + q(0113), q(0), ], q(NZD) => [ @@ -1714,99 +1703,99 @@ $Locale::Codes::Data{'currency'}{'code2id'} = { q(0), ], q(OMR) => [ - q(0117), + q(0116), q(0), ], q(PAB) => [ - q(0119), + q(0118), q(0), ], q(PEN) => [ - q(0122), + q(0121), q(0), ], q(PGK) => [ - q(0120), + q(0119), q(0), ], q(PHP) => [ - q(0123), + q(0122), q(0), ], q(PKR) => [ - q(0118), + q(0117), q(0), ], q(PLN) => [ - q(0124), + q(0123), q(0), ], q(PYG) => [ - q(0121), + q(0120), q(0), ], q(QAR) => [ - q(0125), + q(0124), q(0), ], q(RON) => [ - q(0126), + q(0125), q(0), ], q(RSD) => [ - q(0132), + q(0131), q(0), ], q(RUB) => [ - q(0127), + q(0126), q(0), ], q(RWF) => [ - q(0128), + q(0127), q(0), ], q(SAR) => [ - q(0131), + q(0130), q(0), ], q(SBD) => [ - q(0137), + q(0136), q(0), ], q(SCR) => [ - q(0133), + q(0132), q(0), ], q(SDG) => [ - q(0141), + q(0140), q(0), ], q(SEK) => [ - q(0144), + q(0143), q(0), ], q(SGD) => [ - q(0135), + q(0134), q(0), ], q(SLL) => [ - q(0134), + q(0133), q(0), ], q(SOS) => [ - q(0138), + q(0137), q(0), ], q(SRD) => [ - q(0142), + q(0141), q(0), ], q(SSP) => [ - q(0139), + q(0138), q(0), ], q(STD) => [ - q(0130), + q(0129), q(0), ], q(SVC) => [ @@ -1814,55 +1803,55 @@ $Locale::Codes::Data{'currency'}{'code2id'} = { q(0), ], q(SYP) => [ - q(0147), + q(0146), q(0), ], q(SZL) => [ - q(0143), + q(0142), q(0), ], q(THB) => [ - q(0151), + q(0150), q(0), ], q(TJS) => [ - q(0149), + q(0148), q(0), ], q(TMT) => [ - q(0156), + q(0155), q(0), ], q(TND) => [ - q(0154), + q(0153), q(0), ], q(TOP) => [ - q(0152), + q(0151), q(0), ], q(TRY) => [ - q(0155), + q(0154), q(0), ], q(TTD) => [ - q(0153), + q(0152), q(0), ], q(TWD) => [ - q(0148), + q(0147), q(0), ], q(TZS) => [ - q(0150), + q(0149), q(0), ], q(UAH) => [ - q(0158), + q(0157), q(0), ], q(UGX) => [ - q(0157), + q(0156), q(0), ], q(USD) => [ @@ -1870,39 +1859,39 @@ $Locale::Codes::Data{'currency'}{'code2id'} = { q(0), ], q(USN) => [ - q(0160), + q(0159), q(0), ], q(USS) => [ - q(0161), + q(0160), q(0), ], q(UYI) => [ - q(0162), + q(0161), q(0), ], q(UYU) => [ - q(0163), + q(0162), q(0), ], q(UZS) => [ - q(0164), + q(0163), q(0), ], q(VEF) => [ - q(0166), + q(0165), q(0), ], q(VND) => [ - q(0167), + q(0166), q(0), ], q(VUV) => [ - q(0165), + q(0164), q(0), ], q(WST) => [ - q(0129), + q(0128), q(0), ], q(XAF) => [ @@ -1910,27 +1899,27 @@ $Locale::Codes::Data{'currency'}{'code2id'} = { q(0), ], q(XAG) => [ - q(0178), + q(0177), q(0), ], q(XAU) => [ - q(0175), + q(0174), q(0), ], q(XBA) => [ - q(0171), + q(0170), q(0), ], q(XBB) => [ - q(0172), + q(0171), q(0), ], q(XBC) => [ - q(0173), + q(0172), q(0), ], q(XBD) => [ - q(0174), + q(0173), q(0), ], q(XCD) => [ @@ -1946,7 +1935,7 @@ $Locale::Codes::Data{'currency'}{'code2id'} = { q(0), ], q(XPD) => [ - q(0176), + q(0175), q(0), ], q(XPF) => [ @@ -1954,31 +1943,31 @@ $Locale::Codes::Data{'currency'}{'code2id'} = { q(0), ], q(XPT) => [ - q(0177), + q(0176), q(0), ], q(XSU) => [ - q(0136), + q(0135), q(0), ], q(XUA) => [ - q(0105), + q(0104), q(0), ], q(YER) => [ - q(0168), + q(0167), q(0), ], q(ZAR) => [ - q(0092), + q(0091), q(0), ], q(ZMW) => [ - q(0169), + q(0168), q(0), ], q(ZWL) => [ - q(0170), + q(0169), q(0), ], }, @@ -2040,7 +2029,7 @@ $Locale::Codes::Data{'currency'}{'code2id'} = { q(0), ], q(090) => [ - q(0137), + q(0136), q(0), ], q(096) => [ @@ -2048,7 +2037,7 @@ $Locale::Codes::Data{'currency'}{'code2id'} = { q(0), ], q(104) => [ - q(0112), + q(0111), q(0), ], q(108) => [ @@ -2072,7 +2061,7 @@ $Locale::Codes::Data{'currency'}{'code2id'} = { q(0), ], q(144) => [ - q(0140), + q(0139), q(0), ], q(152) => [ @@ -2240,79 +2229,75 @@ $Locale::Codes::Data{'currency'}{'code2id'} = { q(0), ], q(422) => [ - q(0090), + q(0089), q(0), ], q(426) => [ - q(0091), - q(0), - ], - q(428) => [ - q(0089), + q(0090), q(0), ], q(430) => [ - q(0093), + q(0092), q(0), ], q(434) => [ - q(0094), + q(0093), q(0), ], q(440) => [ - q(0096), + q(0095), q(0), ], q(446) => [ - q(0097), + q(0096), q(0), ], q(454) => [ - q(0100), + q(0099), q(0), ], q(458) => [ - q(0101), + q(0100), q(0), ], q(462) => [ - q(0102), + q(0101), q(0), ], q(478) => [ - q(0103), + q(0102), q(0), ], q(480) => [ - q(0104), + q(0103), q(0), ], q(484) => [ - q(0106), + q(0105), q(0), ], q(496) => [ - q(0109), + q(0108), q(0), ], q(498) => [ - q(0108), + q(0107), q(0), ], q(504) => [ - q(0110), + q(0109), q(0), ], q(512) => [ - q(0117), + q(0116), q(0), ], q(516) => [ - q(0113), + q(0112), q(0), ], q(524) => [ - q(0114), + q(0113), q(0), ], q(532) => [ @@ -2324,7 +2309,7 @@ $Locale::Codes::Data{'currency'}{'code2id'} = { q(0), ], q(548) => [ - q(0165), + q(0164), q(0), ], q(554) => [ @@ -2332,11 +2317,11 @@ $Locale::Codes::Data{'currency'}{'code2id'} = { q(0), ], q(558) => [ - q(0115), + q(0114), q(0), ], q(566) => [ - q(0116), + q(0115), q(0), ], q(578) => [ @@ -2344,119 +2329,119 @@ $Locale::Codes::Data{'currency'}{'code2id'} = { q(0), ], q(586) => [ - q(0118), + q(0117), q(0), ], q(590) => [ - q(0119), + q(0118), q(0), ], q(598) => [ - q(0120), + q(0119), q(0), ], q(600) => [ - q(0121), + q(0120), q(0), ], q(604) => [ - q(0122), + q(0121), q(0), ], q(608) => [ - q(0123), + q(0122), q(0), ], q(634) => [ - q(0125), + q(0124), q(0), ], q(643) => [ - q(0127), + q(0126), q(0), ], q(646) => [ - q(0128), + q(0127), q(0), ], q(678) => [ - q(0130), + q(0129), q(0), ], q(682) => [ - q(0131), + q(0130), q(0), ], q(690) => [ - q(0133), + q(0132), q(0), ], q(694) => [ - q(0134), + q(0133), q(0), ], q(702) => [ - q(0135), + q(0134), q(0), ], q(704) => [ - q(0167), + q(0166), q(0), ], q(706) => [ - q(0138), + q(0137), q(0), ], q(710) => [ - q(0092), + q(0091), q(0), ], q(728) => [ - q(0139), + q(0138), q(0), ], q(748) => [ - q(0143), + q(0142), q(0), ], q(752) => [ - q(0144), + q(0143), q(0), ], q(756) => [ - q(0095), + q(0094), q(0), ], q(760) => [ - q(0147), + q(0146), q(0), ], q(764) => [ - q(0151), + q(0150), q(0), ], q(776) => [ - q(0152), + q(0151), q(0), ], q(780) => [ - q(0153), + q(0152), q(0), ], q(784) => [ - q(0159), + q(0158), q(0), ], q(788) => [ - q(0154), + q(0153), q(0), ], q(800) => [ - q(0157), + q(0156), q(0), ], q(807) => [ - q(0098), + q(0097), q(0), ], q(818) => [ @@ -2468,7 +2453,7 @@ $Locale::Codes::Data{'currency'}{'code2id'} = { q(0), ], q(834) => [ - q(0150), + q(0149), q(0), ], q(840) => [ @@ -2476,23 +2461,23 @@ $Locale::Codes::Data{'currency'}{'code2id'} = { q(0), ], q(858) => [ - q(0163), + q(0162), q(0), ], q(860) => [ - q(0164), + q(0163), q(0), ], q(882) => [ - q(0129), + q(0128), q(0), ], q(886) => [ - q(0168), + q(0167), q(0), ], q(901) => [ - q(0148), + q(0147), q(0), ], q(931) => [ @@ -2500,11 +2485,11 @@ $Locale::Codes::Data{'currency'}{'code2id'} = { q(0), ], q(932) => [ - q(0170), + q(0169), q(0), ], q(934) => [ - q(0156), + q(0155), q(0), ], q(936) => [ @@ -2512,23 +2497,23 @@ $Locale::Codes::Data{'currency'}{'code2id'} = { q(0), ], q(937) => [ - q(0166), + q(0165), q(0), ], q(938) => [ - q(0141), + q(0140), q(0), ], q(940) => [ - q(0162), + q(0161), q(0), ], q(941) => [ - q(0132), + q(0131), q(0), ], q(943) => [ - q(0111), + q(0110), q(0), ], q(944) => [ @@ -2536,19 +2521,19 @@ $Locale::Codes::Data{'currency'}{'code2id'} = { q(0), ], q(946) => [ - q(0126), + q(0125), q(0), ], q(947) => [ - q(0145), + q(0144), q(0), ], q(948) => [ - q(0146), + q(0145), q(0), ], q(949) => [ - q(0155), + q(0154), q(0), ], q(950) => [ @@ -2568,23 +2553,23 @@ $Locale::Codes::Data{'currency'}{'code2id'} = { q(0), ], q(955) => [ - q(0171), + q(0170), q(0), ], q(956) => [ - q(0172), + q(0171), q(0), ], q(957) => [ - q(0173), + q(0172), q(0), ], q(958) => [ - q(0174), + q(0173), q(0), ], q(959) => [ - q(0175), + q(0174), q(0), ], q(960) => [ @@ -2592,31 +2577,31 @@ $Locale::Codes::Data{'currency'}{'code2id'} = { q(0), ], q(961) => [ - q(0178), + q(0177), q(0), ], q(962) => [ - q(0177), + q(0176), q(0), ], q(964) => [ - q(0176), + q(0175), q(0), ], q(965) => [ - q(0105), + q(0104), q(0), ], q(967) => [ - q(0169), + q(0168), q(0), ], q(968) => [ - q(0142), + q(0141), q(0), ], q(969) => [ - q(0099), + q(0098), q(0), ], q(970) => [ @@ -2628,7 +2613,7 @@ $Locale::Codes::Data{'currency'}{'code2id'} = { q(0), ], q(972) => [ - q(0149), + q(0148), q(0), ], q(973) => [ @@ -2656,11 +2641,11 @@ $Locale::Codes::Data{'currency'}{'code2id'} = { q(0), ], q(979) => [ - q(0107), + q(0106), q(0), ], q(980) => [ - q(0158), + q(0157), q(0), ], q(981) => [ @@ -2672,7 +2657,7 @@ $Locale::Codes::Data{'currency'}{'code2id'} = { q(0), ], q(985) => [ - q(0124), + q(0123), q(0), ], q(986) => [ @@ -2684,15 +2669,15 @@ $Locale::Codes::Data{'currency'}{'code2id'} = { q(0), ], q(994) => [ - q(0136), + q(0135), q(0), ], q(997) => [ - q(0160), + q(0159), q(0), ], q(998) => [ - q(0161), + q(0160), q(0), ], }, @@ -2788,96 +2773,95 @@ $Locale::Codes::Data{'currency'}{'id2code'} = { q(0086) => q(KWD), q(0087) => q(KGS), q(0088) => q(LAK), - q(0089) => q(LVL), - q(0090) => q(LBP), - q(0091) => q(LSL), - q(0092) => q(ZAR), - q(0093) => q(LRD), - q(0094) => q(LYD), - q(0095) => q(CHF), - q(0096) => q(LTL), - q(0097) => q(MOP), - q(0098) => q(MKD), - q(0099) => q(MGA), - q(0100) => q(MWK), - q(0101) => q(MYR), - q(0102) => q(MVR), - q(0103) => q(MRO), - q(0104) => q(MUR), - q(0105) => q(XUA), - q(0106) => q(MXN), - q(0107) => q(MXV), - q(0108) => q(MDL), - q(0109) => q(MNT), - q(0110) => q(MAD), - q(0111) => q(MZN), - q(0112) => q(MMK), - q(0113) => q(NAD), - q(0114) => q(NPR), - q(0115) => q(NIO), - q(0116) => q(NGN), - q(0117) => q(OMR), - q(0118) => q(PKR), - q(0119) => q(PAB), - q(0120) => q(PGK), - q(0121) => q(PYG), - q(0122) => q(PEN), - q(0123) => q(PHP), - q(0124) => q(PLN), - q(0125) => q(QAR), - q(0126) => q(RON), - q(0127) => q(RUB), - q(0128) => q(RWF), - q(0129) => q(WST), - q(0130) => q(STD), - q(0131) => q(SAR), - q(0132) => q(RSD), - q(0133) => q(SCR), - q(0134) => q(SLL), - q(0135) => q(SGD), - q(0136) => q(XSU), - q(0137) => q(SBD), - q(0138) => q(SOS), - q(0139) => q(SSP), - q(0140) => q(LKR), - q(0141) => q(SDG), - q(0142) => q(SRD), - q(0143) => q(SZL), - q(0144) => q(SEK), - q(0145) => q(CHE), - q(0146) => q(CHW), - q(0147) => q(SYP), - q(0148) => q(TWD), - q(0149) => q(TJS), - q(0150) => q(TZS), - q(0151) => q(THB), - q(0152) => q(TOP), - q(0153) => q(TTD), - q(0154) => q(TND), - q(0155) => q(TRY), - q(0156) => q(TMT), - q(0157) => q(UGX), - q(0158) => q(UAH), - q(0159) => q(AED), - q(0160) => q(USN), - q(0161) => q(USS), - q(0162) => q(UYI), - q(0163) => q(UYU), - q(0164) => q(UZS), - q(0165) => q(VUV), - q(0166) => q(VEF), - q(0167) => q(VND), - q(0168) => q(YER), - q(0169) => q(ZMW), - q(0170) => q(ZWL), - q(0171) => q(XBA), - q(0172) => q(XBB), - q(0173) => q(XBC), - q(0174) => q(XBD), - q(0175) => q(XAU), - q(0176) => q(XPD), - q(0177) => q(XPT), - q(0178) => q(XAG), + q(0089) => q(LBP), + q(0090) => q(LSL), + q(0091) => q(ZAR), + q(0092) => q(LRD), + q(0093) => q(LYD), + q(0094) => q(CHF), + q(0095) => q(LTL), + q(0096) => q(MOP), + q(0097) => q(MKD), + q(0098) => q(MGA), + q(0099) => q(MWK), + q(0100) => q(MYR), + q(0101) => q(MVR), + q(0102) => q(MRO), + q(0103) => q(MUR), + q(0104) => q(XUA), + q(0105) => q(MXN), + q(0106) => q(MXV), + q(0107) => q(MDL), + q(0108) => q(MNT), + q(0109) => q(MAD), + q(0110) => q(MZN), + q(0111) => q(MMK), + q(0112) => q(NAD), + q(0113) => q(NPR), + q(0114) => q(NIO), + q(0115) => q(NGN), + q(0116) => q(OMR), + q(0117) => q(PKR), + q(0118) => q(PAB), + q(0119) => q(PGK), + q(0120) => q(PYG), + q(0121) => q(PEN), + q(0122) => q(PHP), + q(0123) => q(PLN), + q(0124) => q(QAR), + q(0125) => q(RON), + q(0126) => q(RUB), + q(0127) => q(RWF), + q(0128) => q(WST), + q(0129) => q(STD), + q(0130) => q(SAR), + q(0131) => q(RSD), + q(0132) => q(SCR), + q(0133) => q(SLL), + q(0134) => q(SGD), + q(0135) => q(XSU), + q(0136) => q(SBD), + q(0137) => q(SOS), + q(0138) => q(SSP), + q(0139) => q(LKR), + q(0140) => q(SDG), + q(0141) => q(SRD), + q(0142) => q(SZL), + q(0143) => q(SEK), + q(0144) => q(CHE), + q(0145) => q(CHW), + q(0146) => q(SYP), + q(0147) => q(TWD), + q(0148) => q(TJS), + q(0149) => q(TZS), + q(0150) => q(THB), + q(0151) => q(TOP), + q(0152) => q(TTD), + q(0153) => q(TND), + q(0154) => q(TRY), + q(0155) => q(TMT), + q(0156) => q(UGX), + q(0157) => q(UAH), + q(0158) => q(AED), + q(0159) => q(USN), + q(0160) => q(USS), + q(0161) => q(UYI), + q(0162) => q(UYU), + q(0163) => q(UZS), + q(0164) => q(VUV), + q(0165) => q(VEF), + q(0166) => q(VND), + q(0167) => q(YER), + q(0168) => q(ZMW), + q(0169) => q(ZWL), + q(0170) => q(XBA), + q(0171) => q(XBB), + q(0172) => q(XBC), + q(0173) => q(XBD), + q(0174) => q(XAU), + q(0175) => q(XPD), + q(0176) => q(XPT), + q(0177) => q(XAG), }, q(num) => { q(0001) => q(971), @@ -2968,96 +2952,95 @@ $Locale::Codes::Data{'currency'}{'id2code'} = { q(0086) => q(414), q(0087) => q(417), q(0088) => q(418), - q(0089) => q(428), - q(0090) => q(422), - q(0091) => q(426), - q(0092) => q(710), - q(0093) => q(430), - q(0094) => q(434), - q(0095) => q(756), - q(0096) => q(440), - q(0097) => q(446), - q(0098) => q(807), - q(0099) => q(969), - q(0100) => q(454), - q(0101) => q(458), - q(0102) => q(462), - q(0103) => q(478), - q(0104) => q(480), - q(0105) => q(965), - q(0106) => q(484), - q(0107) => q(979), - q(0108) => q(498), - q(0109) => q(496), - q(0110) => q(504), - q(0111) => q(943), - q(0112) => q(104), - q(0113) => q(516), - q(0114) => q(524), - q(0115) => q(558), - q(0116) => q(566), - q(0117) => q(512), - q(0118) => q(586), - q(0119) => q(590), - q(0120) => q(598), - q(0121) => q(600), - q(0122) => q(604), - q(0123) => q(608), - q(0124) => q(985), - q(0125) => q(634), - q(0126) => q(946), - q(0127) => q(643), - q(0128) => q(646), - q(0129) => q(882), - q(0130) => q(678), - q(0131) => q(682), - q(0132) => q(941), - q(0133) => q(690), - q(0134) => q(694), - q(0135) => q(702), - q(0136) => q(994), - q(0137) => q(090), - q(0138) => q(706), - q(0139) => q(728), - q(0140) => q(144), - q(0141) => q(938), - q(0142) => q(968), - q(0143) => q(748), - q(0144) => q(752), - q(0145) => q(947), - q(0146) => q(948), - q(0147) => q(760), - q(0148) => q(901), - q(0149) => q(972), - q(0150) => q(834), - q(0151) => q(764), - q(0152) => q(776), - q(0153) => q(780), - q(0154) => q(788), - q(0155) => q(949), - q(0156) => q(934), - q(0157) => q(800), - q(0158) => q(980), - q(0159) => q(784), - q(0160) => q(997), - q(0161) => q(998), - q(0162) => q(940), - q(0163) => q(858), - q(0164) => q(860), - q(0165) => q(548), - q(0166) => q(937), - q(0167) => q(704), - q(0168) => q(886), - q(0169) => q(967), - q(0170) => q(932), - q(0171) => q(955), - q(0172) => q(956), - q(0173) => q(957), - q(0174) => q(958), - q(0175) => q(959), - q(0176) => q(964), - q(0177) => q(962), - q(0178) => q(961), + q(0089) => q(422), + q(0090) => q(426), + q(0091) => q(710), + q(0092) => q(430), + q(0093) => q(434), + q(0094) => q(756), + q(0095) => q(440), + q(0096) => q(446), + q(0097) => q(807), + q(0098) => q(969), + q(0099) => q(454), + q(0100) => q(458), + q(0101) => q(462), + q(0102) => q(478), + q(0103) => q(480), + q(0104) => q(965), + q(0105) => q(484), + q(0106) => q(979), + q(0107) => q(498), + q(0108) => q(496), + q(0109) => q(504), + q(0110) => q(943), + q(0111) => q(104), + q(0112) => q(516), + q(0113) => q(524), + q(0114) => q(558), + q(0115) => q(566), + q(0116) => q(512), + q(0117) => q(586), + q(0118) => q(590), + q(0119) => q(598), + q(0120) => q(600), + q(0121) => q(604), + q(0122) => q(608), + q(0123) => q(985), + q(0124) => q(634), + q(0125) => q(946), + q(0126) => q(643), + q(0127) => q(646), + q(0128) => q(882), + q(0129) => q(678), + q(0130) => q(682), + q(0131) => q(941), + q(0132) => q(690), + q(0133) => q(694), + q(0134) => q(702), + q(0135) => q(994), + q(0136) => q(090), + q(0137) => q(706), + q(0138) => q(728), + q(0139) => q(144), + q(0140) => q(938), + q(0141) => q(968), + q(0142) => q(748), + q(0143) => q(752), + q(0144) => q(947), + q(0145) => q(948), + q(0146) => q(760), + q(0147) => q(901), + q(0148) => q(972), + q(0149) => q(834), + q(0150) => q(764), + q(0151) => q(776), + q(0152) => q(780), + q(0153) => q(788), + q(0154) => q(949), + q(0155) => q(934), + q(0156) => q(800), + q(0157) => q(980), + q(0158) => q(784), + q(0159) => q(997), + q(0160) => q(998), + q(0161) => q(940), + q(0162) => q(858), + q(0163) => q(860), + q(0164) => q(548), + q(0165) => q(937), + q(0166) => q(704), + q(0167) => q(886), + q(0168) => q(967), + q(0169) => q(932), + q(0170) => q(955), + q(0171) => q(956), + q(0172) => q(957), + q(0173) => q(958), + q(0174) => q(959), + q(0175) => q(964), + q(0176) => q(962), + q(0177) => q(961), }, }; diff --git a/cpan/Locale-Codes/lib/Locale/Codes/Currency_Retired.pm b/cpan/Locale-Codes/lib/Locale/Codes/Currency_Retired.pm index 4dab056..26100c1 100644 --- a/cpan/Locale-Codes/lib/Locale/Codes/Currency_Retired.pm +++ b/cpan/Locale-Codes/lib/Locale/Codes/Currency_Retired.pm @@ -3,7 +3,7 @@ Locale::Codes::Currency_Retired; # This file was automatically generated. Any changes to this file will # be lost the next time 'deprecate_codes' is run. -# Generated on: Mon Nov 25 10:41:49 EST 2013 +# Generated on: Fri Jan 24 09:18:46 EST 2014 use strict; require 5.006; @@ -11,7 +11,7 @@ use warnings; use utf8; our($VERSION); -$VERSION='3.28'; +$VERSION='3.29'; $Locale::Codes::Retired{'currency'}{'alpha'}{'code'} = { q(ADP) => q(Andorran Peseta), @@ -37,6 +37,7 @@ $Locale::Codes::Retired{'currency'}{'alpha'}{'code'} = { q(IEP) => q(Irish Pound), q(ITL) => q(Italian Lira), q(LUF) => q(Luxembourg Franc), + q(LVL) => q(Latvian Lats), q(MGF) => q(Malagasy Franc), q(MTL) => q(Maltese Lira), q(MZM) => q(Metical), @@ -66,6 +67,7 @@ $Locale::Codes::Retired{'currency'}{'alpha'}{'code'} = { }; $Locale::Codes::Retired{'currency'}{'num'}{'code'} = { + q(428) => q(Latvian Lats), q(654) => q(Saint Helena Pound), }; @@ -103,6 +105,7 @@ $Locale::Codes::Retired{'currency'}{'alpha'}{'name'} = { q(kroon) => [ q(EEK), q(Kroon) ], q(kuna) => [ q(HRK), q(Kuna) ], q(kwanza reajustado) => [ q(AOR), q(Kwanza Reajustado) ], + q(latvian lats) => [ q(LVL), q(Latvian Lats) ], q(leu) => [ q(RON), q(Leu) ], q(lev) => [ q(BGL), q(Lev) ], q(luxembourg franc) => [ q(LUF), q(Luxembourg Franc) ], @@ -143,6 +146,7 @@ $Locale::Codes::Retired{'currency'}{'alpha'}{'name'} = { $Locale::Codes::Retired{'currency'}{'num'}{'name'} = { q(bolivar fuerte) => [ q(937), q(Bolivar Fuerte) ], q(cedi) => [ q(936), q(Cedi) ], + q(latvian lats) => [ q(428), q(Latvian Lats) ], q(leu) => [ q(946), q(Leu) ], q(metical) => [ q(943), q(Metical) ], q(new manat) => [ q(934), q(New Manat) ], diff --git a/cpan/Locale-Codes/lib/Locale/Codes/LangExt.pm b/cpan/Locale-Codes/lib/Locale/Codes/LangExt.pm index ed39291..7730f6a 100644 --- a/cpan/Locale-Codes/lib/Locale/Codes/LangExt.pm +++ b/cpan/Locale-Codes/lib/Locale/Codes/LangExt.pm @@ -1,5 +1,5 @@ package Locale::Codes::LangExt; -# Copyright (c) 2011-2013 Sullivan Beck +# Copyright (c) 2011-2014 Sullivan Beck # This program is free software; you can redistribute it and/or modify it # under the same terms as Perl itself. @@ -20,7 +20,7 @@ use Locale::Codes::LangExt_Retired; our($VERSION,@ISA,@EXPORT,@EXPORT_OK); -$VERSION='3.28'; +$VERSION='3.29'; @ISA = qw(Exporter); @EXPORT = qw(code2langext langext2code diff --git a/cpan/Locale-Codes/lib/Locale/Codes/LangExt.pod b/cpan/Locale-Codes/lib/Locale/Codes/LangExt.pod index daf0810..47cb8ab 100644 --- a/cpan/Locale-Codes/lib/Locale/Codes/LangExt.pod +++ b/cpan/Locale-Codes/lib/Locale/Codes/LangExt.pod @@ -108,7 +108,7 @@ Currently maintained by Sullivan Beck (sbeck@cpan.org). =head1 COPYRIGHT - Copyright (c) 2011-2013 Sullivan Beck + Copyright (c) 2011-2014 Sullivan Beck This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff --git a/cpan/Locale-Codes/lib/Locale/Codes/LangExt_Codes.pm b/cpan/Locale-Codes/lib/Locale/Codes/LangExt_Codes.pm index 2a1dd57..bfd751d 100644 --- a/cpan/Locale-Codes/lib/Locale/Codes/LangExt_Codes.pm +++ b/cpan/Locale-Codes/lib/Locale/Codes/LangExt_Codes.pm @@ -3,7 +3,7 @@ Locale::Codes::LangExt_Codes; # This file was automatically generated. Any changes to this file will # be lost the next time 'get_codes' is run. -# Generated on: Fri Nov 22 15:25:03 EST 2013 +# Generated on: Thu Jan 23 14:29:32 EST 2014 use strict; require 5.006; @@ -11,7 +11,7 @@ use warnings; use utf8; our($VERSION); -$VERSION='3.28'; +$VERSION='3.29'; $Locale::Codes::Data{'langext'}{'id'} = '0228'; diff --git a/cpan/Locale-Codes/lib/Locale/Codes/LangExt_Retired.pm b/cpan/Locale-Codes/lib/Locale/Codes/LangExt_Retired.pm index 4a8ea30..0c9941d 100644 --- a/cpan/Locale-Codes/lib/Locale/Codes/LangExt_Retired.pm +++ b/cpan/Locale-Codes/lib/Locale/Codes/LangExt_Retired.pm @@ -3,7 +3,7 @@ Locale::Codes::LangExt_Retired; # This file was automatically generated. Any changes to this file will # be lost the next time 'deprecate_codes' is run. -# Generated on: Mon Nov 25 10:41:49 EST 2013 +# Generated on: Fri Jan 24 09:18:46 EST 2014 use strict; require 5.006; @@ -11,7 +11,7 @@ use warnings; use utf8; our($VERSION); -$VERSION='3.28'; +$VERSION='3.29'; $Locale::Codes::Retired{'langext'}{'alpha'}{'code'} = { }; diff --git a/cpan/Locale-Codes/lib/Locale/Codes/LangFam.pm b/cpan/Locale-Codes/lib/Locale/Codes/LangFam.pm index 3061c90..11a4576 100644 --- a/cpan/Locale-Codes/lib/Locale/Codes/LangFam.pm +++ b/cpan/Locale-Codes/lib/Locale/Codes/LangFam.pm @@ -1,5 +1,5 @@ package Locale::Codes::LangFam; -# Copyright (c) 2011-2013 Sullivan Beck +# Copyright (c) 2011-2014 Sullivan Beck # This program is free software; you can redistribute it and/or modify it # under the same terms as Perl itself. @@ -20,7 +20,7 @@ use Locale::Codes::LangFam_Retired; our($VERSION,@ISA,@EXPORT,@EXPORT_OK); -$VERSION='3.28'; +$VERSION='3.29'; @ISA = qw(Exporter); @EXPORT = qw(code2langfam langfam2code diff --git a/cpan/Locale-Codes/lib/Locale/Codes/LangFam.pod b/cpan/Locale-Codes/lib/Locale/Codes/LangFam.pod index 377c221..0b597d4 100644 --- a/cpan/Locale-Codes/lib/Locale/Codes/LangFam.pod +++ b/cpan/Locale-Codes/lib/Locale/Codes/LangFam.pod @@ -108,7 +108,7 @@ Currently maintained by Sullivan Beck (sbeck@cpan.org). =head1 COPYRIGHT - Copyright (c) 2011-2013 Sullivan Beck + Copyright (c) 2011-2014 Sullivan Beck This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff --git a/cpan/Locale-Codes/lib/Locale/Codes/LangFam_Codes.pm b/cpan/Locale-Codes/lib/Locale/Codes/LangFam_Codes.pm index 75a2d9a..cbe7bec 100644 --- a/cpan/Locale-Codes/lib/Locale/Codes/LangFam_Codes.pm +++ b/cpan/Locale-Codes/lib/Locale/Codes/LangFam_Codes.pm @@ -3,7 +3,7 @@ Locale::Codes::LangFam_Codes; # This file was automatically generated. Any changes to this file will # be lost the next time 'get_codes' is run. -# Generated on: Fri Nov 22 15:26:07 EST 2013 +# Generated on: Thu Jan 23 14:31:28 EST 2014 use strict; require 5.006; @@ -11,7 +11,7 @@ use warnings; use utf8; our($VERSION); -$VERSION='3.28'; +$VERSION='3.29'; $Locale::Codes::Data{'langfam'}{'id'} = '0116'; diff --git a/cpan/Locale-Codes/lib/Locale/Codes/LangFam_Retired.pm b/cpan/Locale-Codes/lib/Locale/Codes/LangFam_Retired.pm index 88056c3..aae772d 100644 --- a/cpan/Locale-Codes/lib/Locale/Codes/LangFam_Retired.pm +++ b/cpan/Locale-Codes/lib/Locale/Codes/LangFam_Retired.pm @@ -26,7 +26,7 @@ Currently maintained by Sullivan Beck (sbeck@cpan.org). Copyright (c) 1997-2001 Canon Research Centre Europe (CRE). Copyright (c) 2001-2010 Neil Bowers - Copyright (c) 2010-2013 Sullivan Beck + Copyright (c) 2010-2014 Sullivan Beck This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. @@ -38,7 +38,7 @@ use warnings; require 5.002; our($VERSION); -$VERSION='3.28'; +$VERSION='3.29'; $Locale::Codes::Retired{'langfam'}{'alpha'}{'code'} = { }; diff --git a/cpan/Locale-Codes/lib/Locale/Codes/LangVar.pm b/cpan/Locale-Codes/lib/Locale/Codes/LangVar.pm index a9cd44f..ebf89bb 100644 --- a/cpan/Locale-Codes/lib/Locale/Codes/LangVar.pm +++ b/cpan/Locale-Codes/lib/Locale/Codes/LangVar.pm @@ -1,5 +1,5 @@ package Locale::Codes::LangVar; -# Copyright (c) 2011-2013 Sullivan Beck +# Copyright (c) 2011-2014 Sullivan Beck # This program is free software; you can redistribute it and/or modify it # under the same terms as Perl itself. @@ -20,7 +20,7 @@ use Locale::Codes::LangVar_Retired; our($VERSION,@ISA,@EXPORT,@EXPORT_OK); -$VERSION='3.28'; +$VERSION='3.29'; @ISA = qw(Exporter); @EXPORT = qw(code2langvar langvar2code diff --git a/cpan/Locale-Codes/lib/Locale/Codes/LangVar.pod b/cpan/Locale-Codes/lib/Locale/Codes/LangVar.pod index f087249..e0a3c06 100644 --- a/cpan/Locale-Codes/lib/Locale/Codes/LangVar.pod +++ b/cpan/Locale-Codes/lib/Locale/Codes/LangVar.pod @@ -110,7 +110,7 @@ Currently maintained by Sullivan Beck (sbeck@cpan.org). =head1 COPYRIGHT - Copyright (c) 2011-2013 Sullivan Beck + Copyright (c) 2011-2014 Sullivan Beck This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff --git a/cpan/Locale-Codes/lib/Locale/Codes/LangVar_Codes.pm b/cpan/Locale-Codes/lib/Locale/Codes/LangVar_Codes.pm index a6e5706..446da35 100644 --- a/cpan/Locale-Codes/lib/Locale/Codes/LangVar_Codes.pm +++ b/cpan/Locale-Codes/lib/Locale/Codes/LangVar_Codes.pm @@ -3,7 +3,7 @@ Locale::Codes::LangVar_Codes; # This file was automatically generated. Any changes to this file will # be lost the next time 'get_codes' is run. -# Generated on: Fri Nov 22 15:26:01 EST 2013 +# Generated on: Thu Jan 23 14:30:16 EST 2014 use strict; require 5.006; @@ -11,9 +11,9 @@ use warnings; use utf8; our($VERSION); -$VERSION='3.28'; +$VERSION='3.29'; -$Locale::Codes::Data{'langvar'}{'id'} = '0062'; +$Locale::Codes::Data{'langvar'}{'id'} = '0066'; $Locale::Codes::Data{'langvar'}{'id2names'} = { q(0001) => [ @@ -52,87 +52,96 @@ $Locale::Codes::Data{'langvar'}{'id2names'} = { q(Unified Turkic Latin Alphabet (Historical)), ], q(0012) => [ - q(Buddhist Hybrid Sanskrit), + q(The Barlavento dialect group of Kabuverdianu), ], q(0013) => [ - q(Biscayan dialect of Basque), + q(Buddhist Hybrid Sanskrit), ], q(0014) => [ + q(Biscayan dialect of Basque), + ], + q(0015) => [ q(The San Giorgio dialect of Resian), q(The Bila dialect of Resian), ], - q(0015) => [ + q(0016) => [ q(Slovene in Bohoric alphabet), ], - q(0016) => [ + q(0017) => [ q(Boontling), ], - q(0017) => [ + q(0018) => [ q(Slovene in Dajnko alphabet), ], - q(0018) => [ + q(0019) => [ + q(Serbian with Ekavian pronunciation), + ], + q(0020) => [ q(Early Modern English (1500-1700)), ], - q(0019) => [ + q(0021) => [ q(International Phonetic Alphabet), ], - q(0020) => [ + q(0022) => [ q(Uralic Phonetic Alphabet), ], - q(0021) => [ + q(0023) => [ q(X-SAMPA transcription), ], - q(0022) => [ + q(0024) => [ q(Hepburn romanization), ], - q(0023) => [ + q(0025) => [ q(Norwegian in Hognorsk (High Norwegian) orthography), ], - q(0024) => [ + q(0026) => [ + q(Serbian with Ijekavian pronunciation), + ], + q(0027) => [ q(Epic Sanskrit), ], - q(0025) => [ + q(0028) => [ q(Jauer dialect of Romansh), ], - q(0026) => [ + q(0029) => [ q(Jyutping Cantonese Romanization), ], - q(0027) => [ + q(0030) => [ q(Common Cornish orthography of Revived Cornish), ], - q(0028) => [ + q(0031) => [ q(Standard Cornish orthography of Revived Cornish), q(Kernowek Standard), ], - q(0029) => [ + q(0032) => [ q(Classical Sanskrit), ], - q(0030) => [ + q(0033) => [ q(The Lipovaz dialect of Resian), q(The Lipovec dialect of Resian), ], - q(0031) => [ + q(0034) => [ q(Post-1917 Russian orthography), ], - q(0032) => [ + q(0035) => [ q(Slovene in Metelko alphabet), ], - q(0033) => [ + q(0036) => [ q(Monotonic Greek), ], - q(0034) => [ + q(0037) => [ q(Ndyuka dialect), q(Aukan dialect), ], - q(0035) => [ + q(0038) => [ q(Natisone dialect), q(Nadiza dialect), ], - q(0036) => [ + q(0039) => [ q(The Gniva dialect of Resian), q(The Njiva dialect of Resian), ], - q(0037) => [ + q(0040) => [ q(Volapuk nulik), q(Volapuk perevidol), q(Volapuk nuladik), @@ -141,83 +150,86 @@ $Locale::Codes::Data{'langvar'}{'id2names'} = { q(Revised Volapuk), q(Modern Volapuk), ], - q(0038) => [ + q(0041) => [ q(The Oseacco dialect of Resian), q(The Osojane dialect of Resian), ], - q(0039) => [ + q(0042) => [ q(Pamaka dialect), ], - q(0040) => [ + q(0043) => [ q(Petrine orthography), ], - q(0041) => [ + q(0044) => [ q(Pinyin romanization), ], - q(0042) => [ + q(0045) => [ q(Polytonic Greek), ], - q(0043) => [ + q(0046) => [ q(Puter idiom of Romansh), ], - q(0044) => [ + q(0047) => [ q(Volapuk rigik), q(Schleyer's Volapuk), q(Original Volapuk), q(Classic Volapuk), ], - q(0045) => [ + q(0048) => [ q(Resian), q(Resianic), q(Rezijan), ], - q(0046) => [ + q(0049) => [ q(Rumantsch Grischun), ], - q(0047) => [ + q(0050) => [ q(Scottish Standard English), ], - q(0048) => [ + q(0051) => [ q(Scouse), ], - q(0049) => [ + q(0052) => [ q(The Stolvizza dialect of Resian), q(The Solbica dialect of Resian), ], - q(0050) => [ + q(0053) => [ + q(The Sotavento dialect group of Kabuverdianu), + ], + q(0054) => [ q(Surmiran idiom of Romansh), ], - q(0051) => [ + q(0055) => [ q(Sursilvan idiom of Romansh), ], - q(0052) => [ + q(0056) => [ q(Sutsilvan idiom of Romansh), ], - q(0053) => [ + q(0057) => [ q(Belarusian in Taraskievica orthography), ], - q(0054) => [ + q(0058) => [ q(Unified Cornish orthography of Revived Cornish), ], - q(0055) => [ + q(0059) => [ q(Unified Cornish Revised orthography of Revived Cornish), ], - q(0056) => [ + q(0060) => [ q(Ulster dialect of Scots), ], - q(0057) => [ + q(0061) => [ q(Unifon phonetic alphabet), ], - q(0058) => [ + q(0062) => [ q(Vedic Sanskrit), ], - q(0059) => [ + q(0063) => [ q(Valencian), ], - q(0060) => [ + q(0064) => [ q(Vallader idiom of Romansh), ], - q(0061) => [ + q(0065) => [ q(Wade-Giles romanization), ], }; @@ -236,15 +248,15 @@ $Locale::Codes::Data{'langvar'}{'alias2id'} = { q(0), ], q(aukan dialect) => [ - q(0034), + q(0037), q(0), ], q(belarusian in taraskievica orthography) => [ - q(0053), + q(0057), q(0), ], q(biscayan dialect of basque) => [ - q(0013), + q(0014), q(0), ], q(boni dialect) => [ @@ -252,31 +264,31 @@ $Locale::Codes::Data{'langvar'}{'alias2id'} = { q(0), ], q(boontling) => [ - q(0016), + q(0017), q(0), ], q(buddhist hybrid sanskrit) => [ - q(0012), + q(0013), q(0), ], q(classic volapuk) => [ - q(0044), + q(0047), q(0), ], q(classical sanskrit) => [ - q(0029), + q(0032), q(0), ], q(common cornish orthography of revived cornish) => [ - q(0027), + q(0030), q(0), ], q(de jong's volapuk) => [ - q(0037), + q(0040), q(0), ], q(early modern english (1500-1700)) => [ - q(0018), + q(0020), q(0), ], q(early modern french) => [ @@ -288,7 +300,7 @@ $Locale::Codes::Data{'langvar'}{'alias2id'} = { q(0), ], q(epic sanskrit) => [ - q(0024), + q(0027), q(0), ], q(german orthography of 1996) => [ @@ -296,23 +308,23 @@ $Locale::Codes::Data{'langvar'}{'alias2id'} = { q(0), ], q(hepburn romanization) => [ - q(0022), + q(0024), q(0), ], q(international phonetic alphabet) => [ - q(0019), + q(0021), q(0), ], q(jauer dialect of romansh) => [ - q(0025), + q(0028), q(0), ], q(jyutping cantonese romanization) => [ - q(0026), + q(0029), q(0), ], q(kernowek standard) => [ - q(0028), + q(0031), q(0), ], q(late middle french (to 1606)) => [ @@ -320,107 +332,115 @@ $Locale::Codes::Data{'langvar'}{'alias2id'} = { q(0), ], q(modern volapuk) => [ - q(0037), + q(0040), q(0), ], q(monotonic greek) => [ - q(0033), + q(0036), q(0), ], q(nadiza dialect) => [ - q(0035), + q(0038), q(0), ], q(natisone dialect) => [ - q(0035), + q(0038), q(0), ], q(ndyuka dialect) => [ - q(0034), + q(0037), q(0), ], q(new volapuk) => [ - q(0037), + q(0040), q(0), ], q(norwegian in hognorsk (high norwegian) orthography) => [ - q(0023), + q(0025), q(0), ], q(original volapuk) => [ - q(0044), + q(0047), q(0), ], q(pamaka dialect) => [ - q(0039), + q(0042), q(0), ], q(petrine orthography) => [ - q(0040), + q(0043), q(0), ], q(pinyin romanization) => [ - q(0041), + q(0044), q(0), ], q(polytonic greek) => [ - q(0042), + q(0045), q(0), ], q(post-1917 russian orthography) => [ - q(0031), + q(0034), q(0), ], q(puter idiom of romansh) => [ - q(0043), + q(0046), q(0), ], q(resian) => [ - q(0045), + q(0048), q(0), ], q(resianic) => [ - q(0045), + q(0048), q(0), ], q(revised volapuk) => [ - q(0037), + q(0040), q(0), ], q(rezijan) => [ - q(0045), + q(0048), q(0), ], q(rumantsch grischun) => [ - q(0046), + q(0049), q(0), ], q(schleyer's volapuk) => [ - q(0044), + q(0047), q(0), ], q(scottish standard english) => [ - q(0047), + q(0050), q(0), ], q(scouse) => [ - q(0048), + q(0051), + q(0), + ], + q(serbian with ekavian pronunciation) => [ + q(0019), + q(0), + ], + q(serbian with ijekavian pronunciation) => [ + q(0026), q(0), ], q(slovene in bohoric alphabet) => [ - q(0015), + q(0016), q(0), ], q(slovene in dajnko alphabet) => [ - q(0017), + q(0018), q(0), ], q(slovene in metelko alphabet) => [ - q(0032), + q(0035), q(0), ], q(standard cornish orthography of revived cornish) => [ - q(0028), + q(0031), q(0), ], q(standardized resian orthography) => [ @@ -428,55 +448,63 @@ $Locale::Codes::Data{'langvar'}{'alias2id'} = { q(0), ], q(surmiran idiom of romansh) => [ - q(0050), + q(0054), q(0), ], q(sursilvan idiom of romansh) => [ - q(0051), + q(0055), q(0), ], q(sutsilvan idiom of romansh) => [ - q(0052), + q(0056), + q(0), + ], + q(the barlavento dialect group of kabuverdianu) => [ + q(0012), q(0), ], q(the bila dialect of resian) => [ - q(0014), + q(0015), q(0), ], q(the gniva dialect of resian) => [ - q(0036), + q(0039), q(0), ], q(the lipovaz dialect of resian) => [ - q(0030), + q(0033), q(0), ], q(the lipovec dialect of resian) => [ - q(0030), + q(0033), q(0), ], q(the njiva dialect of resian) => [ - q(0036), + q(0039), q(0), ], q(the oseacco dialect of resian) => [ - q(0038), + q(0041), q(0), ], q(the osojane dialect of resian) => [ - q(0038), + q(0041), q(0), ], q(the san giorgio dialect of resian) => [ - q(0014), + q(0015), q(0), ], q(the solbica dialect of resian) => [ - q(0049), + q(0052), + q(0), + ], + q(the sotavento dialect group of kabuverdianu) => [ + q(0053), q(0), ], q(the stolvizza dialect of resian) => [ - q(0049), + q(0052), q(0), ], q(traditional german orthography) => [ @@ -484,15 +512,15 @@ $Locale::Codes::Data{'langvar'}{'alias2id'} = { q(0), ], q(ulster dialect of scots) => [ - q(0056), + q(0060), q(0), ], q(unified cornish orthography of revived cornish) => [ - q(0054), + q(0058), q(0), ], q(unified cornish revised orthography of revived cornish) => [ - q(0055), + q(0059), q(0), ], q(unified turkic latin alphabet (historical)) => [ @@ -500,43 +528,43 @@ $Locale::Codes::Data{'langvar'}{'alias2id'} = { q(0), ], q(unifon phonetic alphabet) => [ - q(0057), + q(0061), q(0), ], q(uralic phonetic alphabet) => [ - q(0020), + q(0022), q(0), ], q(valencian) => [ - q(0059), + q(0063), q(0), ], q(vallader idiom of romansh) => [ - q(0060), + q(0064), q(0), ], q(vedic sanskrit) => [ - q(0058), + q(0062), q(0), ], q(volapuk nuladik) => [ - q(0037), + q(0040), q(0), ], q(volapuk nulik) => [ - q(0037), + q(0040), q(0), ], q(volapuk perevidol) => [ - q(0037), + q(0040), q(0), ], q(volapuk rigik) => [ - q(0044), + q(0047), q(0), ], q(wade-giles romanization) => [ - q(0061), + q(0065), q(0), ], q(western armenian) => [ @@ -544,7 +572,7 @@ $Locale::Codes::Data{'langvar'}{'alias2id'} = { q(0), ], q(x-sampa transcription) => [ - q(0021), + q(0023), q(0), ], }; @@ -595,206 +623,222 @@ $Locale::Codes::Data{'langvar'}{'code2id'} = { q(0011), q(0), ], - q(bauddha) => [ + q(barla) => [ q(0012), q(0), ], - q(biscayan) => [ + q(bauddha) => [ q(0013), q(0), ], - q(biske) => [ + q(biscayan) => [ q(0014), q(0), ], - q(bohoric) => [ + q(biske) => [ q(0015), q(0), ], - q(boont) => [ + q(bohoric) => [ q(0016), q(0), ], - q(dajnko) => [ + q(boont) => [ q(0017), q(0), ], - q(emodeng) => [ + q(dajnko) => [ q(0018), q(0), ], - q(fonipa) => [ + q(ekavsk) => [ q(0019), q(0), ], - q(fonupa) => [ + q(emodeng) => [ q(0020), q(0), ], - q(fonxsamp) => [ + q(fonipa) => [ q(0021), q(0), ], - q(hepburn) => [ + q(fonupa) => [ q(0022), q(0), ], - q(hognorsk) => [ + q(fonxsamp) => [ q(0023), q(0), ], - q(itihasa) => [ + q(hepburn) => [ q(0024), q(0), ], - q(jauer) => [ + q(hognorsk) => [ q(0025), q(0), ], - q(jyutping) => [ + q(ijekavsk) => [ q(0026), q(0), ], - q(kkcor) => [ + q(itihasa) => [ q(0027), q(0), ], - q(kscor) => [ + q(jauer) => [ q(0028), q(0), ], - q(laukika) => [ + q(jyutping) => [ q(0029), q(0), ], - q(lipaw) => [ + q(kkcor) => [ q(0030), q(0), ], - q(luna1918) => [ + q(kscor) => [ q(0031), q(0), ], - q(metelko) => [ + q(laukika) => [ q(0032), q(0), ], - q(monoton) => [ + q(lipaw) => [ q(0033), q(0), ], - q(ndyuka) => [ + q(luna1918) => [ q(0034), q(0), ], - q(nedis) => [ + q(metelko) => [ q(0035), q(0), ], - q(njiva) => [ + q(monoton) => [ q(0036), q(0), ], - q(nulik) => [ + q(ndyuka) => [ q(0037), q(0), ], - q(osojs) => [ + q(nedis) => [ q(0038), q(0), ], - q(pamaka) => [ + q(njiva) => [ q(0039), q(0), ], - q(petr1708) => [ + q(nulik) => [ q(0040), q(0), ], - q(pinyin) => [ + q(osojs) => [ q(0041), q(0), ], - q(polyton) => [ + q(pamaka) => [ q(0042), q(0), ], - q(puter) => [ + q(petr1708) => [ q(0043), q(0), ], - q(rigik) => [ + q(pinyin) => [ q(0044), q(0), ], - q(rozaj) => [ + q(polyton) => [ q(0045), q(0), ], - q(rumgr) => [ + q(puter) => [ q(0046), q(0), ], - q(scotland) => [ + q(rigik) => [ q(0047), q(0), ], - q(scouse) => [ + q(rozaj) => [ q(0048), q(0), ], - q(solba) => [ + q(rumgr) => [ q(0049), q(0), ], - q(surmiran) => [ + q(scotland) => [ q(0050), q(0), ], - q(sursilv) => [ + q(scouse) => [ q(0051), q(0), ], - q(sutsilv) => [ + q(solba) => [ q(0052), q(0), ], - q(tarask) => [ + q(sotav) => [ q(0053), q(0), ], - q(uccor) => [ + q(surmiran) => [ q(0054), q(0), ], - q(ucrcor) => [ + q(sursilv) => [ q(0055), q(0), ], - q(ulster) => [ + q(sutsilv) => [ q(0056), q(0), ], - q(unifon) => [ + q(tarask) => [ q(0057), q(0), ], - q(vaidika) => [ + q(uccor) => [ q(0058), q(0), ], - q(valencia) => [ + q(ucrcor) => [ q(0059), q(0), ], - q(vallader) => [ + q(ulster) => [ q(0060), q(0), ], - q(wadegile) => [ + q(unifon) => [ q(0061), q(0), ], + q(vaidika) => [ + q(0062), + q(0), + ], + q(valencia) => [ + q(0063), + q(0), + ], + q(vallader) => [ + q(0064), + q(0), + ], + q(wadegile) => [ + q(0065), + q(0), + ], }, }; @@ -811,56 +855,60 @@ $Locale::Codes::Data{'langvar'}{'id2code'} = { q(0009) => q(arevela), q(0010) => q(arevmda), q(0011) => q(baku1926), - q(0012) => q(bauddha), - q(0013) => q(biscayan), - q(0014) => q(biske), - q(0015) => q(bohoric), - q(0016) => q(boont), - q(0017) => q(dajnko), - q(0018) => q(emodeng), - q(0019) => q(fonipa), - q(0020) => q(fonupa), - q(0021) => q(fonxsamp), - q(0022) => q(hepburn), - q(0023) => q(hognorsk), - q(0024) => q(itihasa), - q(0025) => q(jauer), - q(0026) => q(jyutping), - q(0027) => q(kkcor), - q(0028) => q(kscor), - q(0029) => q(laukika), - q(0030) => q(lipaw), - q(0031) => q(luna1918), - q(0032) => q(metelko), - q(0033) => q(monoton), - q(0034) => q(ndyuka), - q(0035) => q(nedis), - q(0036) => q(njiva), - q(0037) => q(nulik), - q(0038) => q(osojs), - q(0039) => q(pamaka), - q(0040) => q(petr1708), - q(0041) => q(pinyin), - q(0042) => q(polyton), - q(0043) => q(puter), - q(0044) => q(rigik), - q(0045) => q(rozaj), - q(0046) => q(rumgr), - q(0047) => q(scotland), - q(0048) => q(scouse), - q(0049) => q(solba), - q(0050) => q(surmiran), - q(0051) => q(sursilv), - q(0052) => q(sutsilv), - q(0053) => q(tarask), - q(0054) => q(uccor), - q(0055) => q(ucrcor), - q(0056) => q(ulster), - q(0057) => q(unifon), - q(0058) => q(vaidika), - q(0059) => q(valencia), - q(0060) => q(vallader), - q(0061) => q(wadegile), + q(0012) => q(barla), + q(0013) => q(bauddha), + q(0014) => q(biscayan), + q(0015) => q(biske), + q(0016) => q(bohoric), + q(0017) => q(boont), + q(0018) => q(dajnko), + q(0019) => q(ekavsk), + q(0020) => q(emodeng), + q(0021) => q(fonipa), + q(0022) => q(fonupa), + q(0023) => q(fonxsamp), + q(0024) => q(hepburn), + q(0025) => q(hognorsk), + q(0026) => q(ijekavsk), + q(0027) => q(itihasa), + q(0028) => q(jauer), + q(0029) => q(jyutping), + q(0030) => q(kkcor), + q(0031) => q(kscor), + q(0032) => q(laukika), + q(0033) => q(lipaw), + q(0034) => q(luna1918), + q(0035) => q(metelko), + q(0036) => q(monoton), + q(0037) => q(ndyuka), + q(0038) => q(nedis), + q(0039) => q(njiva), + q(0040) => q(nulik), + q(0041) => q(osojs), + q(0042) => q(pamaka), + q(0043) => q(petr1708), + q(0044) => q(pinyin), + q(0045) => q(polyton), + q(0046) => q(puter), + q(0047) => q(rigik), + q(0048) => q(rozaj), + q(0049) => q(rumgr), + q(0050) => q(scotland), + q(0051) => q(scouse), + q(0052) => q(solba), + q(0053) => q(sotav), + q(0054) => q(surmiran), + q(0055) => q(sursilv), + q(0056) => q(sutsilv), + q(0057) => q(tarask), + q(0058) => q(uccor), + q(0059) => q(ucrcor), + q(0060) => q(ulster), + q(0061) => q(unifon), + q(0062) => q(vaidika), + q(0063) => q(valencia), + q(0064) => q(vallader), + q(0065) => q(wadegile), }, }; diff --git a/cpan/Locale-Codes/lib/Locale/Codes/LangVar_Retired.pm b/cpan/Locale-Codes/lib/Locale/Codes/LangVar_Retired.pm index d93e561..8114f51 100644 --- a/cpan/Locale-Codes/lib/Locale/Codes/LangVar_Retired.pm +++ b/cpan/Locale-Codes/lib/Locale/Codes/LangVar_Retired.pm @@ -3,7 +3,7 @@ Locale::Codes::LangVar_Retired; # This file was automatically generated. Any changes to this file will # be lost the next time 'deprecate_codes' is run. -# Generated on: Mon Nov 25 10:41:49 EST 2013 +# Generated on: Fri Jan 24 09:18:46 EST 2014 use strict; require 5.006; @@ -11,13 +11,13 @@ use warnings; use utf8; our($VERSION); -$VERSION='3.28'; +$VERSION='3.29'; $Locale::Codes::Retired{'langvar'}{'alpha'}{'code'} = { }; $Locale::Codes::Retired{'langvar'}{'alpha'}{'name'} = { - q(slovene in bohorič alphabet) => [ q(bohoric), q(Slovene in Bohorič alphabet) ], + q(slovene in bohoric alphabet) => [ q(bohoric), q(Slovene in Bohoric alphabet) ], }; diff --git a/cpan/Locale-Codes/lib/Locale/Codes/Language.pm b/cpan/Locale-Codes/lib/Locale/Codes/Language.pm index 6f2da68..159f00b 100644 --- a/cpan/Locale-Codes/lib/Locale/Codes/Language.pm +++ b/cpan/Locale-Codes/lib/Locale/Codes/Language.pm @@ -1,7 +1,7 @@ package Locale::Codes::Language; # Copyright (C) 2001 Canon Research Centre Europe (CRE). # Copyright (C) 2002-2009 Neil Bowers -# Copyright (c) 2010-2013 Sullivan Beck +# Copyright (c) 2010-2014 Sullivan Beck # This program is free software; you can redistribute it and/or modify it # under the same terms as Perl itself. @@ -22,7 +22,7 @@ use Locale::Codes::Language_Retired; our($VERSION,@ISA,@EXPORT,@EXPORT_OK); -$VERSION='3.28'; +$VERSION='3.29'; @ISA = qw(Exporter); @EXPORT = qw(code2language language2code diff --git a/cpan/Locale-Codes/lib/Locale/Codes/Language.pod b/cpan/Locale-Codes/lib/Locale/Codes/Language.pod index 7ae02dc..648da38 100644 --- a/cpan/Locale-Codes/lib/Locale/Codes/Language.pod +++ b/cpan/Locale-Codes/lib/Locale/Codes/Language.pod @@ -129,7 +129,7 @@ Currently maintained by Sullivan Beck (sbeck@cpan.org). Copyright (c) 1997-2001 Canon Research Centre Europe (CRE). Copyright (c) 2001-2010 Neil Bowers - Copyright (c) 2010-2013 Sullivan Beck + Copyright (c) 2010-2014 Sullivan Beck This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff --git a/cpan/Locale-Codes/lib/Locale/Codes/Language_Codes.pm b/cpan/Locale-Codes/lib/Locale/Codes/Language_Codes.pm index d037764..2d7aed8 100644 --- a/cpan/Locale-Codes/lib/Locale/Codes/Language_Codes.pm +++ b/cpan/Locale-Codes/lib/Locale/Codes/Language_Codes.pm @@ -3,7 +3,7 @@ Locale::Codes::Language_Codes; # This file was automatically generated. Any changes to this file will # be lost the next time 'get_codes' is run. -# Generated on: Fri Nov 22 15:03:35 EST 2013 +# Generated on: Thu Jan 23 13:07:29 EST 2014 use strict; require 5.006; @@ -11,7 +11,7 @@ use warnings; use utf8; our($VERSION); -$VERSION='3.28'; +$VERSION='3.29'; $Locale::Codes::Data{'language'}{'id'} = '7985'; @@ -551,8 +551,8 @@ $Locale::Codes::Data{'language'}{'id2names'} = { ], q(0164) => [ q(Greek, Modern (1453-)), - q(Modern Greek (1453-)), q(Greek), + q(Modern Greek (1453-)), ], q(0165) => [ q(Guarani), @@ -33541,7 +33541,7 @@ $Locale::Codes::Data{'language'}{'alias2id'} = { ], q(greek) => [ q(0164), - q(2), + q(1), ], q(greek languages) => [ q(0508), @@ -43117,7 +43117,7 @@ $Locale::Codes::Data{'language'}{'alias2id'} = { ], q(modern greek (1453-)) => [ q(0164), - q(1), + q(2), ], q(modole) => [ q(4502), @@ -57597,7 +57597,7 @@ $Locale::Codes::Data{'language'}{'code2id'} = { ], q(el) => [ q(0164), - q(1), + q(2), ], q(en) => [ q(0123), diff --git a/cpan/Locale-Codes/lib/Locale/Codes/Language_Retired.pm b/cpan/Locale-Codes/lib/Locale/Codes/Language_Retired.pm index d3885a4..02bdc00 100644 --- a/cpan/Locale-Codes/lib/Locale/Codes/Language_Retired.pm +++ b/cpan/Locale-Codes/lib/Locale/Codes/Language_Retired.pm @@ -3,7 +3,7 @@ Locale::Codes::Language_Retired; # This file was automatically generated. Any changes to this file will # be lost the next time 'deprecate_codes' is run. -# Generated on: Mon Nov 25 10:41:49 EST 2013 +# Generated on: Fri Jan 24 09:18:46 EST 2014 use strict; require 5.006; @@ -11,7 +11,7 @@ use warnings; use utf8; our($VERSION); -$VERSION='3.28'; +$VERSION='3.29'; $Locale::Codes::Retired{'language'}{'alpha-2'}{'code'} = { q(in) => q(Indonesian), diff --git a/cpan/Locale-Codes/lib/Locale/Codes/Script.pm b/cpan/Locale-Codes/lib/Locale/Codes/Script.pm index 8552219..cb0d1c5 100644 --- a/cpan/Locale-Codes/lib/Locale/Codes/Script.pm +++ b/cpan/Locale-Codes/lib/Locale/Codes/Script.pm @@ -1,7 +1,7 @@ package Locale::Codes::Script; # Copyright (C) 2001 Canon Research Centre Europe (CRE). # Copyright (C) 2002-2009 Neil Bowers -# Copyright (c) 2010-2013 Sullivan Beck +# Copyright (c) 2010-2014 Sullivan Beck # This program is free software; you can redistribute it and/or modify it # under the same terms as Perl itself. @@ -22,7 +22,7 @@ use Locale::Codes::Script_Retired; our($VERSION,@ISA,@EXPORT,@EXPORT_OK); -$VERSION='3.28'; +$VERSION='3.29'; @ISA = qw(Exporter); @EXPORT = qw(code2script script2code diff --git a/cpan/Locale-Codes/lib/Locale/Codes/Script.pod b/cpan/Locale-Codes/lib/Locale/Codes/Script.pod index 86f6dd5..771b46e 100644 --- a/cpan/Locale-Codes/lib/Locale/Codes/Script.pod +++ b/cpan/Locale-Codes/lib/Locale/Codes/Script.pod @@ -123,7 +123,7 @@ Currently maintained by Sullivan Beck (sbeck@cpan.org). Copyright (c) 1997-2001 Canon Research Centre Europe (CRE). Copyright (c) 2001-2010 Neil Bowers - Copyright (c) 2010-2013 Sullivan Beck + Copyright (c) 2010-2014 Sullivan Beck This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff --git a/cpan/Locale-Codes/lib/Locale/Codes/Script_Codes.pm b/cpan/Locale-Codes/lib/Locale/Codes/Script_Codes.pm index ae4fe57..4a275aa 100644 --- a/cpan/Locale-Codes/lib/Locale/Codes/Script_Codes.pm +++ b/cpan/Locale-Codes/lib/Locale/Codes/Script_Codes.pm @@ -3,7 +3,7 @@ Locale::Codes::Script_Codes; # This file was automatically generated. Any changes to this file will # be lost the next time 'get_codes' is run. -# Generated on: Fri Nov 22 15:24:35 EST 2013 +# Generated on: Thu Jan 23 14:27:55 EST 2014 use strict; require 5.006; @@ -11,7 +11,7 @@ use warnings; use utf8; our($VERSION); -$VERSION='3.28'; +$VERSION='3.29'; $Locale::Codes::Data{'script'}{'id'} = '0166'; @@ -24,6 +24,8 @@ $Locale::Codes::Data{'script'}{'id2names'} = { ], q(0003) => [ q(Ahom, Tai Ahom), + q(Ahom), + q(Tai Ahom), ], q(0004) => [ q(Arabic), @@ -309,7 +311,6 @@ $Locale::Codes::Data{'script'}{'id2names'} = { ], q(0088) => [ q(Mende Kikakui), - q(Mende), ], q(0089) => [ q(Meroitic Cursive), @@ -323,6 +324,8 @@ $Locale::Codes::Data{'script'}{'id2names'} = { q(0092) => [ q(Modi, Modi), q( Multani), + q(Modi), + q(Multani), ], q(0093) => [ q(Moon (Moon code, Moon script, Moon type)), @@ -468,6 +471,8 @@ $Locale::Codes::Data{'script'}{'id2names'} = { ], q(0130) => [ q(Siddham, Siddham, Siddhamatrka), + q(Siddham), + q(Siddhamatrka), ], q(0131) => [ q(Khudawadi, Sindhi), @@ -601,6 +606,10 @@ $Locale::Codes::Data{'script'}{'alias2id'} = { q(0001), q(0), ], + q(ahom) => [ + q(0003), + q(1), + ], q(ahom, tai ahom) => [ q(0003), q(0), @@ -1101,10 +1110,6 @@ $Locale::Codes::Data{'script'}{'alias2id'} = { q(0096), q(2), ], - q(mende) => [ - q(0088), - q(1), - ], q(mende kikakui) => [ q(0088), q(0), @@ -1125,6 +1130,10 @@ $Locale::Codes::Data{'script'}{'alias2id'} = { q(0116), q(0), ], + q(modi) => [ + q(0092), + q(2), + ], q(modi, modi) => [ q(0092), q(0), @@ -1169,6 +1178,10 @@ $Locale::Codes::Data{'script'}{'alias2id'} = { q(0095), q(2), ], + q(multani) => [ + q(0092), + q(3), + ], q(myanmar) => [ q(0097), q(1), @@ -1381,10 +1394,18 @@ $Locale::Codes::Data{'script'}{'alias2id'} = { q(0128), q(2), ], + q(siddham) => [ + q(0130), + q(1), + ], q(siddham, siddham, siddhamatrka) => [ q(0130), q(0), ], + q(siddhamatrka) => [ + q(0130), + q(2), + ], q(signwriting) => [ q(0127), q(0), @@ -1445,6 +1466,10 @@ $Locale::Codes::Data{'script'}{'alias2id'} = { q(0140), q(0), ], + q(tai ahom) => [ + q(0003), + q(2), + ], q(tai le) => [ q(0142), q(0), @@ -1563,7 +1588,7 @@ $Locale::Codes::Data{'script'}{'code2id'} = { ], q(Ahom) => [ q(0003), - q(0), + q(1), ], q(Arab) => [ q(0004), @@ -1903,7 +1928,7 @@ $Locale::Codes::Data{'script'}{'code2id'} = { ], q(Mend) => [ q(0088), - q(1), + q(0), ], q(Merc) => [ q(0089), @@ -1919,7 +1944,7 @@ $Locale::Codes::Data{'script'}{'code2id'} = { ], q(Modi) => [ q(0092), - q(0), + q(2), ], q(Mong) => [ q(0094), @@ -1939,7 +1964,7 @@ $Locale::Codes::Data{'script'}{'code2id'} = { ], q(Mult) => [ q(0092), - q(1), + q(3), ], q(Mymr) => [ q(0097), @@ -2075,7 +2100,7 @@ $Locale::Codes::Data{'script'}{'code2id'} = { ], q(Sidd) => [ q(0130), - q(0), + q(1), ], q(Sind) => [ q(0131), diff --git a/cpan/Locale-Codes/lib/Locale/Codes/Script_Retired.pm b/cpan/Locale-Codes/lib/Locale/Codes/Script_Retired.pm index c90a004..a99d91d 100644 --- a/cpan/Locale-Codes/lib/Locale/Codes/Script_Retired.pm +++ b/cpan/Locale-Codes/lib/Locale/Codes/Script_Retired.pm @@ -3,7 +3,7 @@ Locale::Codes::Script_Retired; # This file was automatically generated. Any changes to this file will # be lost the next time 'deprecate_codes' is run. -# Generated on: Mon Nov 25 10:41:49 EST 2013 +# Generated on: Fri Jan 24 09:18:46 EST 2014 use strict; require 5.006; @@ -11,7 +11,7 @@ use warnings; use utf8; our($VERSION); -$VERSION='3.28'; +$VERSION='3.29'; $Locale::Codes::Retired{'script'}{'alpha'}{'code'} = { }; @@ -20,7 +20,9 @@ $Locale::Codes::Retired{'script'}{'num'}{'code'} = { }; $Locale::Codes::Retired{'script'}{'alpha'}{'name'} = { + q( multani) => [ q(Mult), q( Multani) ], q((alias for hiragana + katakana)) => [ q(Hrkt), q((alias for Hiragana + Katakana)) ], + q(ahom, tai ahom) => [ q(Ahom), q(Ahom, Tai Ahom) ], q(cuneiform, sumero-akkadian) => [ q(Xsux), q(Cuneiform, Sumero-Akkadian) ], q(deseret (mormon)) => [ q(Dsrt), q(Deseret (Mormon)) ], q(devanagari (nagari)) => [ q(Deva), q(Devanagari (Nagari)) ], @@ -35,7 +37,9 @@ $Locale::Codes::Retired{'script'}{'alpha'}{'name'} = { q(lisu (fraser)) => [ q(Lisu), q(Lisu (Fraser)) ], q(mandaic, mandaean) => [ q(Mand), q(Mandaic, Mandaean) ], q(meitei mayek (meithei, meetei)) => [ q(Mtei), q(Meitei Mayek (Meithei, Meetei)) ], + q(mende) => [ q(Mend), q(Mende) ], q(miao (pollard)) => [ q(Plrd), q(Miao (Pollard)) ], + q(modi, modi) => [ q(Mult), q(Modi, Modi) ], q(moon (moon code, moon script, moon type)) => [ q(Moon), q(Moon (Moon code, Moon script, Moon type)) ], q(mro, mru) => [ q(Mroo), q(Mro, Mru) ], q(myanmar (burmese)) => [ q(Mymr), q(Myanmar (Burmese)) ], @@ -46,6 +50,7 @@ $Locale::Codes::Retired{'script'}{'alpha'}{'name'} = { q(rejang (redjang, kaganga)) => [ q(Rjng), q(Rejang (Redjang, Kaganga)) ], q(sharada, sarada) => [ q(Shrd), q(Sharada, Sarada) ], q(shavian (shaw)) => [ q(Shaw), q(Shavian (Shaw)) ], + q(siddham, siddham, siddhamatrka) => [ q(Sidd), q(Siddham, Siddham, Siddhamatrka) ], q(sindhi) => [ q(Sind), q(Sindhi) ], q(tagalog (baybayin, alibata)) => [ q(Tglg), q(Tagalog (Baybayin, Alibata)) ], q(tai tham (lanna)) => [ q(Lana), q(Tai Tham (Lanna)) ], diff --git a/cpan/Locale-Codes/lib/Locale/Country.pm b/cpan/Locale-Codes/lib/Locale/Country.pm index 236ea16..76cc045 100644 --- a/cpan/Locale-Codes/lib/Locale/Country.pm +++ b/cpan/Locale-Codes/lib/Locale/Country.pm @@ -1,7 +1,7 @@ package Locale::Country; # Copyright (C) 2001 Canon Research Centre Europe (CRE). # Copyright (C) 2002-2009 Neil Bowers -# Copyright (c) 2010-2013 Sullivan Beck +# Copyright (c) 2010-2014 Sullivan Beck # This program is free software; you can redistribute it and/or modify it # under the same terms as Perl itself. @@ -10,7 +10,7 @@ use warnings; use Exporter; our $VERSION; -$VERSION='3.28'; +$VERSION='3.29'; our (@ISA,@EXPORT); diff --git a/cpan/Locale-Codes/lib/Locale/Country.pod b/cpan/Locale-Codes/lib/Locale/Country.pod index 41181bb..c20ac9b 100644 --- a/cpan/Locale-Codes/lib/Locale/Country.pod +++ b/cpan/Locale-Codes/lib/Locale/Country.pod @@ -152,20 +152,19 @@ etc), as defined in ISO 3166-2. This module is not part of the Locale-Codes distribution, but is available from CPAN in CPAN/modules/by-module/Locale/ -=item B +=item B Official home page for the ISO 3166 maintenance agency. -Unfortunately, they do not make the actual ISO available for free, -so I cannot check the alpha-3 and numerical codes here. - -=item B - =item B The source of ISO 3166-1 two-letter codes used by this module. +=item B + +Official source of the top-level domain names. + =item B The source of the official ISO 3166-1 three-letter codes and @@ -173,11 +172,7 @@ three-digit codes. For some reason, this table is incomplete! Several countries are missing from it, and I cannot find them anywhere on the UN site. I -get as much of the data from here as I can. - -=item B - -Official source of the top-level domain names. +no longer use this as a source of data. =item B @@ -203,7 +198,7 @@ Currently maintained by Sullivan Beck (sbeck@cpan.org). Copyright (c) 1997-2001 Canon Research Centre Europe (CRE). Copyright (c) 2001-2010 Neil Bowers - Copyright (c) 2010-2013 Sullivan Beck + Copyright (c) 2010-2014 Sullivan Beck This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff --git a/cpan/Locale-Codes/lib/Locale/Currency.pm b/cpan/Locale-Codes/lib/Locale/Currency.pm index e784798..546d4b7 100644 --- a/cpan/Locale-Codes/lib/Locale/Currency.pm +++ b/cpan/Locale-Codes/lib/Locale/Currency.pm @@ -1,7 +1,7 @@ package Locale::Currency; # Copyright (C) 2001 Canon Research Centre Europe (CRE). # Copyright (C) 2002-2009 Neil Bowers -# Copyright (c) 2010-2013 Sullivan Beck +# Copyright (c) 2010-2014 Sullivan Beck # This program is free software; you can redistribute it and/or modify it # under the same terms as Perl itself. @@ -10,7 +10,7 @@ use warnings; use Exporter; our $VERSION; -$VERSION='3.28'; +$VERSION='3.29'; our (@ISA,@EXPORT); diff --git a/cpan/Locale-Codes/lib/Locale/Currency.pod b/cpan/Locale-Codes/lib/Locale/Currency.pod index 7ae5417..1638390 100644 --- a/cpan/Locale-Codes/lib/Locale/Currency.pod +++ b/cpan/Locale-Codes/lib/Locale/Currency.pod @@ -119,7 +119,7 @@ Currently maintained by Sullivan Beck (sbeck@cpan.org). Copyright (c) 1997-2001 Canon Research Centre Europe (CRE). Copyright (c) 2001 Michael Hennecke Copyright (c) 2001-2010 Neil Bowers - Copyright (c) 2010-2013 Sullivan Beck + Copyright (c) 2010-2014 Sullivan Beck This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff --git a/cpan/Locale-Codes/lib/Locale/Language.pm b/cpan/Locale-Codes/lib/Locale/Language.pm index 593a83f..8f7ffe88 100644 --- a/cpan/Locale-Codes/lib/Locale/Language.pm +++ b/cpan/Locale-Codes/lib/Locale/Language.pm @@ -1,7 +1,7 @@ package Locale::Language; # Copyright (C) 2001 Canon Research Centre Europe (CRE). # Copyright (C) 2002-2009 Neil Bowers -# Copyright (c) 2010-2013 Sullivan Beck +# Copyright (c) 2010-2014 Sullivan Beck # This program is free software; you can redistribute it and/or modify it # under the same terms as Perl itself. @@ -10,7 +10,7 @@ use warnings; use Exporter; our $VERSION; -$VERSION='3.28'; +$VERSION='3.29'; our (@ISA,@EXPORT); diff --git a/cpan/Locale-Codes/lib/Locale/Language.pod b/cpan/Locale-Codes/lib/Locale/Language.pod index d3e85b5..9504853 100644 --- a/cpan/Locale-Codes/lib/Locale/Language.pod +++ b/cpan/Locale-Codes/lib/Locale/Language.pod @@ -129,7 +129,7 @@ Currently maintained by Sullivan Beck (sbeck@cpan.org). Copyright (c) 1997-2001 Canon Research Centre Europe (CRE). Copyright (c) 2001-2010 Neil Bowers - Copyright (c) 2010-2013 Sullivan Beck + Copyright (c) 2010-2014 Sullivan Beck This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff --git a/cpan/Locale-Codes/lib/Locale/Script.pm b/cpan/Locale-Codes/lib/Locale/Script.pm index c2d172e..880aed5 100644 --- a/cpan/Locale-Codes/lib/Locale/Script.pm +++ b/cpan/Locale-Codes/lib/Locale/Script.pm @@ -1,7 +1,7 @@ package Locale::Script; # Copyright (C) 2001 Canon Research Centre Europe (CRE). # Copyright (C) 2002-2009 Neil Bowers -# Copyright (c) 2010-2013 Sullivan Beck +# Copyright (c) 2010-2014 Sullivan Beck # This program is free software; you can redistribute it and/or modify it # under the same terms as Perl itself. @@ -10,7 +10,7 @@ use warnings; use Exporter; our $VERSION; -$VERSION='3.28'; +$VERSION='3.29'; our (@ISA,@EXPORT); diff --git a/cpan/Locale-Codes/lib/Locale/Script.pod b/cpan/Locale-Codes/lib/Locale/Script.pod index bcbf850..f466c30 100644 --- a/cpan/Locale-Codes/lib/Locale/Script.pod +++ b/cpan/Locale-Codes/lib/Locale/Script.pod @@ -123,7 +123,7 @@ Currently maintained by Sullivan Beck (sbeck@cpan.org). Copyright (c) 1997-2001 Canon Research Centre Europe (CRE). Copyright (c) 2001-2010 Neil Bowers - Copyright (c) 2010-2013 Sullivan Beck + Copyright (c) 2010-2014 Sullivan Beck This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff --git a/cpan/Locale-Codes/t/code2country.t b/cpan/Locale-Codes/t/code2country.t index 7728aa7..0cf978e 100644 --- a/cpan/Locale-Codes/t/code2country.t +++ b/cpan/Locale-Codes/t/code2country.t @@ -59,7 +59,7 @@ LOCALE_CODE_ALPHA_2 bol LOCALE_CODE_ALPHA_3 ~ - Bolivia (Plurinational State of) + Bolivia, Plurinational State of pk ~ Pakistan diff --git a/cpan/Locale-Codes/t/code2country_old.t b/cpan/Locale-Codes/t/code2country_old.t index 34d6fd2..68a3df7 100644 --- a/cpan/Locale-Codes/t/code2country_old.t +++ b/cpan/Locale-Codes/t/code2country_old.t @@ -59,7 +59,7 @@ LOCALE_CODE_ALPHA_2 bol LOCALE_CODE_ALPHA_3 ~ - Bolivia (Plurinational State of) + Bolivia, Plurinational State of pk ~ Pakistan diff --git a/cpan/Locale-Codes/t/testfunc.pl b/cpan/Locale-Codes/t/testfunc.pl index f851635..431a40a 100644 --- a/cpan/Locale-Codes/t/testfunc.pl +++ b/cpan/Locale-Codes/t/testfunc.pl @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# Copyright (c) 1996-2013 Sullivan Beck. All rights reserved. +# Copyright (c) 1996-2014 Sullivan Beck. All rights reserved. # This program is free software; you can redistribute it and/or modify it # under the same terms as Perl itself. -- 2.7.4