Skip to content

Commit 518e596

Browse files
committed
Added some context information
1 parent 2653ef4 commit 518e596

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

components/intl.rst

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,16 @@ You may convert codes between two-letter alpha2 and three-letter alpha3 codes::
182182
Numeric Country Codes
183183
~~~~~~~~~~~~~~~~~~~~~
184184

185-
The :class:`Symfony\\Component\\Intl\\Countries` class also provides access to the
186-
numeric country codes according to the `ISO 3166-1 numeric`_ list::
185+
The `ISO 3166-1 numeric`_ standard defines three-digit country codes to represent
186+
countries, dependent territories, and special areas of geographical interest.
187+
188+
The main advantage over the ISO 3166-1 alphabetic codes (alpha-2 and alpha-3) is
189+
that these numeric codes are independent from the writing system. The alphabetic
190+
codes use the 26-letter English alphabet, which might be unavailable or difficult
191+
to use for people and systems using non-Latin scripts (e.g. Arabic or Japanese).
192+
193+
The :class:`Symfony\\Component\\Intl\\Countries` class provides access to these
194+
numeric country codes::
187195

188196
use Symfony\Component\Intl\Countries;
189197

0 commit comments

Comments
 (0)