We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
SYMFONY_INTL_WITH_USER_ASSIGNED
1 parent 31bb687 commit 6e5127bCopy full SHA for 6e5127b
components/intl.rst
@@ -202,6 +202,16 @@ numeric country codes::
202
$exists = Countries::numericCodeExists('250');
203
// => true
204
205
+.. note::
206
+
207
+ When the ``SYMFONY_INTL_WITH_USER_ASSIGNED`` environment variable is set,
208
+ the Symfony Intl component will also recognize user-assigned codes: ``XK``, ``XKK``, and ``983``.
209
+ This allows applications to handle these codes, which is useful for supporting regions that need to use them.
210
211
+.. versionadded:: 7.4
212
213
+ Support for ``SYMFONY_INTL_WITH_USER_ASSIGNED`` was introduced in Symfony 7.4.
214
215
Locales
216
~~~~~~~
217
0 commit comments