1 #
2 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
3 #
4 # This code is free software; you can redistribute it and/or modify it
5 # under the terms of the GNU General Public License version 2 only, as
6 # published by the Free Software Foundation. Oracle designates this
7 # particular file as subject to the "Classpath" exception as provided
8 # by Oracle in the LICENSE file that accompanied this code.
9 #
10 # This code is distributed in the hope that it will be useful, but WITHOUT
11 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
13 # version 2 for more details (a copy is included in the LICENSE file that
14 # accompanied this code).
15 #
16 # You should have received a copy of the GNU General Public License version
17 # 2 along with this work; if not, write to the Free Software Foundation,
18 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
19 #
20 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
21 # or visit www.oracle.com if you need additional information or have any
22 # questions.
23 #
24 # ISO 3166 alpha-2 country codes
25 #
26 # This file is in the public domain, so clarified as of
27 # 2009-05-17 by Arthur David Olson.
28 #
29 # From Paul Eggert (2015-05-02):
30 # This file contains a table of two-letter country codes. Columns are
31 # separated by a single tab. Lines beginning with '#' are comments.
32 # All text uses UTF-8 encoding. The columns of the table are as follows:
33 #
34 # 1. ISO 3166-1 alpha-2 country code, current as of
35 # ISO 3166-1 N905 (2016-11-15). See: Updates on ISO 3166-1
36 # http://isotc.iso.org/livelink/livelink/Open/16944257
37 # 2. The usual English name for the coded region,
38 # chosen so that alphabetic sorting of subsets produces helpful lists.
39 # This is not the same as the English name in the ISO 3166 tables.
40 #
41 # The table is sorted by country code.
42 #
43 # This table is intended as an aid for users, to help them select time
|
1 # ISO 3166 alpha-2 country codes
2 #
3 # This file is in the public domain, so clarified as of
4 # 2009-05-17 by Arthur David Olson.
5 #
6 # From Paul Eggert (2015-05-02):
7 # This file contains a table of two-letter country codes. Columns are
8 # separated by a single tab. Lines beginning with '#' are comments.
9 # All text uses UTF-8 encoding. The columns of the table are as follows:
10 #
11 # 1. ISO 3166-1 alpha-2 country code, current as of
12 # ISO 3166-1 N905 (2016-11-15). See: Updates on ISO 3166-1
13 # http://isotc.iso.org/livelink/livelink/Open/16944257
14 # 2. The usual English name for the coded region,
15 # chosen so that alphabetic sorting of subsets produces helpful lists.
16 # This is not the same as the English name in the ISO 3166 tables.
17 #
18 # The table is sorted by country code.
19 #
20 # This table is intended as an aid for users, to help them select time
|