File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -1153,8 +1153,9 @@ utf8
11531153**type **: ``boolean `` **default **: ``false ``
11541154
11551155When 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.
1156+ :ref: `requirements of route parameters <routing-requirements >` will be run
1157+ using the `utf-8 modifier `_. This will for example match any UTF-8 character
1158+ when using ``. ``, instead of matching only a single byte.
11581159
11591160If the charset of your application is UTF-8 (as defined in the
11601161:ref: `getCharset() method <configuration-kernel-charset >` of your kernel) it's
@@ -3041,3 +3042,4 @@ to know their differences.
30413042.. _`PEM formatted` : https://en.wikipedia.org/wiki/Privacy-Enhanced_Mail
30423043.. _`haveibeenpwned.com` : https://haveibeenpwned.com/
30433044.. _`session.cache-limiter` : https://www.php.net/manual/en/session.configuration.php#ini.session.cache-limiter
3045+ .. _`utf-8 modifier` : https://www.php.net/reference.pcre.pattern.modifiers
You can’t perform that action at this time.
0 commit comments