From 1d1aa38f9750bd31207a9ed9e183e06c698dca38 Mon Sep 17 00:00:00 2001
From: Paul Eggert <eggert@cs.ucla.edu>
Date: Fri, 18 Nov 2022 11:01:34 -0800
Subject: [PROPOSED] Change TF spelling in iso3166.tab
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

* iso3166.tab: Change TF spelling from “French Southern & Antarctic
Lands” to “French Southern Territories" to reflect current ISO 3166.
I guess the ISO 3166 spelling changed some time between 1996 and now,
(perhaps to reflect the idea that TF no longer extends into
Antarctica?) and we never noticed.
---
 iso3166.tab | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/iso3166.tab b/iso3166.tab
index a4ff61a..911af5e 100644
--- a/iso3166.tab
+++ b/iso3166.tab
@@ -3,13 +3,13 @@
 # This file is in the public domain, so clarified as of
 # 2009-05-17 by Arthur David Olson.
 #
-# From Paul Eggert (2015-05-02):
+# From Paul Eggert (2022-11-18):
 # This file contains a table of two-letter country codes.  Columns are
 # separated by a single tab.  Lines beginning with '#' are comments.
 # All text uses UTF-8 encoding.  The columns of the table are as follows:
 #
 # 1.  ISO 3166-1 alpha-2 country code, current as of
-#     ISO 3166-1 N976 (2018-11-06).  See: Updates on ISO 3166-1
+#     ISO 3166-1 N1087 (2022-09-02).  See: Updates on ISO 3166-1
 #     https://isotc.iso.org/livelink/livelink/Open/16944257
 # 2.  The usual English name for the coded region,
 #     chosen so that alphabetic sorting of subsets produces helpful lists.
@@ -238,7 +238,7 @@ SY	Syria
 SZ	Eswatini (Swaziland)
 TC	Turks & Caicos Is
 TD	Chad
-TF	French Southern & Antarctic Lands
+TF	French Southern Territories
 TG	Togo
 TH	Thailand
 TJ	Tajikistan
-- 
2.38.1

