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.
1 parent bfba8a6 commit 51cf7f0Copy full SHA for 51cf7f0
reference/configuration/framework.rst
@@ -1172,6 +1172,11 @@ utf8
1172
1173
**type**: ``boolean`` **default**: ``false``
1174
1175
+.. deprecated:: 5.1
1176
+
1177
+ Not setting this option is deprecated since Symfony 5.1. Moreover, the
1178
+ default value of this option will change to ``true`` in Symfony 6.0.
1179
1180
When this option is set to ``true``, the regular expressions used in the
1181
:ref:`requirements of route parameters <routing-requirements>` will be run
1182
using the `utf-8 modifier`_. This will for example match any UTF-8 character
0 commit comments