diff --git a/1.html b/1.html index 389d86b621..42548c8785 100644 --- a/1.html +++ b/1.html @@ -8,8 +8,8 @@ - - + + - + - - - + + + - + - - - + + + - + diff --git a/121.html b/121.html index f4eddeb643..1efd4e99d1 100644 --- a/121.html +++ b/121.html @@ -8,8 +8,8 @@ - - + + - + diff --git a/122.html b/122.html index 3b225c0733..6389bc7ccf 100644 --- a/122.html +++ b/122.html @@ -8,8 +8,8 @@ - - + + - + diff --git a/123.html b/123.html index 48ce01322c..5fb2b57a66 100644 --- a/123.html +++ b/123.html @@ -8,8 +8,8 @@ - - + + - + diff --git a/124.html b/124.html index 0f60178716..b8798da874 100644 --- a/124.html +++ b/124.html @@ -8,8 +8,8 @@ - - + + - + diff --git a/126.html b/126.html index 6db6829b77..98ffece0d3 100644 --- a/126.html +++ b/126.html @@ -8,8 +8,8 @@ - - + + - + diff --git a/127.html b/127.html index d2ce24d961..76866ab4be 100644 --- a/127.html +++ b/127.html @@ -8,8 +8,8 @@ - - + + - + diff --git a/128.html b/128.html index 26c3c4f72a..91539fac38 100644 --- a/128.html +++ b/128.html @@ -8,8 +8,8 @@ - - + + - + diff --git a/129.html b/129.html index 87d3692c92..84540fa55d 100644 --- a/129.html +++ b/129.html @@ -8,8 +8,8 @@ - - + + - + diff --git a/130.html b/130.html index 0bb0f22291..01e7f93d77 100644 --- a/130.html +++ b/130.html @@ -8,8 +8,8 @@ - - + + - + diff --git a/131.html b/131.html index 2e61e19208..9eced1ca93 100644 --- a/131.html +++ b/131.html @@ -8,8 +8,8 @@ - - + + - + diff --git a/132.html b/132.html index 62141e6fd9..12c2f08458 100644 --- a/132.html +++ b/132.html @@ -8,8 +8,8 @@ - - + + - + diff --git a/133.html b/133.html index cc1b7edb32..2961efefb2 100644 --- a/133.html +++ b/133.html @@ -8,8 +8,8 @@ - - + + - + diff --git a/134.html b/134.html index 8c5dd21408..2d6f1f8694 100644 --- a/134.html +++ b/134.html @@ -8,8 +8,8 @@ - - + + - + diff --git a/135.html b/135.html index 18ea9e76b6..797bcb4e63 100644 --- a/135.html +++ b/135.html @@ -8,8 +8,8 @@ - - + + - + diff --git a/136.html b/136.html index 870131f166..ce5dca8e91 100644 --- a/136.html +++ b/136.html @@ -8,8 +8,8 @@ - - + + - + diff --git a/140.html b/140.html index d94cb82730..7b524d1d4e 100644 --- a/140.html +++ b/140.html @@ -8,8 +8,8 @@ - - + + - + diff --git a/141.html b/141.html index 113a0ef042..d063de8edf 100644 --- a/141.html +++ b/141.html @@ -8,8 +8,8 @@ - - + + - + diff --git a/142.html b/142.html index 2fb3c3acba..a244d02c86 100644 --- a/142.html +++ b/142.html @@ -8,8 +8,8 @@ - - + + - + diff --git a/143.html b/143.html index 46ccd34d0d..098287ad17 100644 --- a/143.html +++ b/143.html @@ -8,8 +8,8 @@ - - + + - + @@ -639,6 +639,10 @@
  • Time zones
  • +
  • Rationale +
  • Changelog
  • @@ -728,9 +732,8 @@

    Countries and regions

    Fields representing individual countries or nations must use the Unicode CLDR region codes (list), such as US or CH, and the field must be called region_code.

    -

    Important: We use region_code and not country_code to include regions -distinct from any country, and avoid political disputes over whether or not -some regions are countries.

    +

    Important: Please read the rationale for this +requirement.

    Currency

    Fields representing currency must use ISO-4217 currency codes, such as USD or CHF, and the field must be called currency_code.

    @@ -746,8 +749,19 @@

    Time zones

    Fields also may represent a UTC offset rather than a time zone (note that these are subtly different). In this case, the field must use the ISO-8601 format to represent this, and the field must be named utc_offset.

    +

    Rationale

    +

    Country/region field naming

    +

    The use of region_code instead of country_code is critical to being able to +convey regions that are distinct from any country and to avoid any political +disputes associated with said region regarding their soverignty or affiliation. +Google and many other companies are supporters of Unicode CLDR and standardize +their product internationalization efforts on Unicode CLDR, and APIs are no +different here. Furthermore, many of the values supported by Unicode CLDR are +not countries on their own, so using a more generic name is actually more +compatible with the specification.

    Changelog