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 0199c26 commit 6884e4dCopy full SHA for 6884e4d
reference/configuration/framework.rst
@@ -1152,7 +1152,10 @@ utf8
1152
1153
**type**: ``boolean`` **default**: ``false``
1154
1155
-When this option is set to ``true``, route patterns can include UTF-8 characters.
+When this option is set to ``true``, the regular expressions used in the
1156
+:ref:`requirements of route parameters <routing-requirements>` will match any
1157
+UTF-8 character when using ``.``, instead of matching only a single byte.
1158
+
1159
If the charset of your application is UTF-8 (as defined in the
1160
:ref:`getCharset() method <configuration-kernel-charset>` of your kernel) it's
1161
recommended to set it to ``true``. This will make non-UTF8 URLs to generate 404
0 commit comments