mirror of
https://frontier.innolan.net/rainlance/amiga-tz.git
synced 2025-11-20 14:02:49 +00:00
Spell Åland etc. with accents in iso3166.tab
* Makefile (check_character_set): Don't require iso3166.tab to be ASCII. * NEWS: Document this. * iso3166.tab (AX, CI, RE): Use UTF-8 rather than ASCII approximations.
This commit is contained in:
2
Makefile
2
Makefile
@ -479,7 +479,7 @@ check_character_set: $(ENCHILADA)
|
||||
! grep -Env $(SAFE_LINE) Makefile $(MANS) date.1 $(MANTXTS) \
|
||||
$(MISC) $(SOURCES) $(WEB_PAGES) && \
|
||||
! grep -Env $(SAFE_SHARP_LINE) $(TDATA) backzone \
|
||||
iso3166.tab leapseconds yearistype.sh zone.tab && \
|
||||
leapseconds yearistype.sh zone.tab && \
|
||||
! grep -Env $(OK_LINE) $(ENCHILADA)
|
||||
|
||||
check_white_space: $(ENCHILADA)
|
||||
|
||||
8
NEWS
8
NEWS
@ -1,5 +1,13 @@
|
||||
News for the tz database
|
||||
|
||||
Unreleased, experimental changes
|
||||
|
||||
Changes affecting data format
|
||||
|
||||
The file 'iso3166.tab' now uses UTF-8, so that its entries can better
|
||||
spell the names of Åland Islands, Côte d'Ivoire, and Réunion.
|
||||
|
||||
|
||||
Release 2015d - 2015-04-24 08:09:46 -0700
|
||||
|
||||
Changes affecting future time stamps
|
||||
|
||||
11
iso3166.tab
11
iso3166.tab
@ -3,11 +3,10 @@
|
||||
# This file is in the public domain, so clarified as of
|
||||
# 2009-05-17 by Arthur David Olson.
|
||||
#
|
||||
# From Paul Eggert (2014-07-18):
|
||||
# From Paul Eggert (2015-05-02):
|
||||
# This file contains a table of two-letter country codes. Columns are
|
||||
# separated by a single tab. Lines beginning with '#' are comments.
|
||||
# Although all text currently uses ASCII encoding, this is planned to
|
||||
# change to UTF-8 soon. The columns of the table are as follows:
|
||||
# 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 Newsletter VI-16 (2013-07-11). See: Updates on ISO 3166
|
||||
@ -38,7 +37,7 @@ AS Samoa (American)
|
||||
AT Austria
|
||||
AU Australia
|
||||
AW Aruba
|
||||
AX Aaland Islands
|
||||
AX Åland Islands
|
||||
AZ Azerbaijan
|
||||
BA Bosnia & Herzegovina
|
||||
BB Barbados
|
||||
@ -67,7 +66,7 @@ CD Congo (Dem. Rep.)
|
||||
CF Central African Rep.
|
||||
CG Congo (Rep.)
|
||||
CH Switzerland
|
||||
CI Cote d'Ivoire
|
||||
CI Côte d'Ivoire
|
||||
CK Cook Islands
|
||||
CL Chile
|
||||
CM Cameroon
|
||||
@ -211,7 +210,7 @@ PT Portugal
|
||||
PW Palau
|
||||
PY Paraguay
|
||||
QA Qatar
|
||||
RE Reunion
|
||||
RE Réunion
|
||||
RO Romania
|
||||
RS Serbia
|
||||
RU Russia
|
||||
|
||||
Reference in New Issue
Block a user