File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -182,8 +182,16 @@ You may convert codes between two-letter alpha2 and three-letter alpha3 codes::
182182Numeric 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
You can’t perform that action at this time.
0 commit comments