From bd2862aa70105733c7d54fd807cd3ef16e92d4b2 Mon Sep 17 00:00:00 2001 From: Sahil Rajput Date: Tue, 25 Mar 2025 04:42:07 +0530 Subject: [PATCH 1/2] Fix character issue in windows. countries_data = json.load(f) ^^^^^^^^ --- data/countries_data.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/countries_data.json b/data/countries_data.json index 9cfc51b22..eb60c15a6 100644 --- a/data/countries_data.json +++ b/data/countries_data.json @@ -2035,7 +2035,7 @@ ], "population": 194899, "flag": "https://restcountries.eu/data/wsm.svg", - "currency": "Samoan tālā" + "currency": "Samoan tala" }, { "name": "San Marino", @@ -2617,4 +2617,4 @@ "flag": "https://restcountries.eu/data/zwe.svg", "currency": "Botswana pula" } -] \ No newline at end of file +] From 9776991bc9198b33530aa84e93f3630546d57aff Mon Sep 17 00:00:00 2001 From: Sahil Rajput Date: Tue, 25 Mar 2025 05:00:36 +0530 Subject: [PATCH 2/2] Update countries_data.json --- data/countries_data.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/countries_data.json b/data/countries_data.json index eb60c15a6..788f90000 100644 --- a/data/countries_data.json +++ b/data/countries_data.json @@ -1113,7 +1113,7 @@ "currency": "Indonesian rupiah" }, { - "name": "Côte d'Ivoire", + "name": "Cote d'Ivoire", "capital": "Yamoussoukro", "languages": [ "French" @@ -1669,7 +1669,7 @@ "capital": "Wellington", "languages": [ "English", - "Māori" + "Maori" ], "population": 4697854, "flag": "https://restcountries.eu/data/nzl.svg",