From 91b0a90e3eb4a37e307b272adf0d08f2efdf10cb Mon Sep 17 00:00:00 2001 From: freask Date: Tue, 28 Mar 2023 15:07:36 +0800 Subject: [PATCH 1/2] =?UTF-8?q?Change=20max=20number=20length=20for=20C?= =?UTF-8?q?=C3=B4te=20d'Ivoire?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Autorité de Régulation des Télécommunications/TIC de Côte d’Ivoire (ARTCI), Abidjan, hereby announces the modification of the national numbering plan of Côte d’Ivoire, from eight (8) to ten (10) digits, effective 31 January 2021 in Côte d’Ivoire (country code: 225). More information here https://www.itu.int/dms_pub/itu-t/oth/02/02/T02020000310006PDFE.pdf --- src/rawCountries.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rawCountries.js b/src/rawCountries.js index f04511f8..cd7c5ef8 100644 --- a/src/rawCountries.js +++ b/src/rawCountries.js @@ -303,7 +303,7 @@ const rawCountries = [ ['africa'], 'ci', '225', - '.. .. .. ..' + '.. .. .. .. ..' ], [ 'Croatia', From 03745464e6cfefd0a958335c4bd9f169164d2fb1 Mon Sep 17 00:00:00 2001 From: freask Date: Tue, 28 Mar 2023 15:11:47 +0800 Subject: [PATCH 2/2] Update rawCountries.js --- src/rawCountries.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rawCountries.js b/src/rawCountries.js index cd7c5ef8..c5063a17 100644 --- a/src/rawCountries.js +++ b/src/rawCountries.js @@ -303,7 +303,7 @@ const rawCountries = [ ['africa'], 'ci', '225', - '.. .. .. .. ..' + '.. .. .. ....' ], [ 'Croatia',