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 2b027a9 commit 9348ccfCopy full SHA for 9348ccf
components/routing.rst
@@ -520,10 +520,10 @@ You can also include UTF-8 strings as routing requirements:
520
521
.. note::
522
523
- In Symfony 3.2 there is no need to set the ``utf8`` option explicitly. As
524
- soon as Symfony finds a UTF-8 character in the route path or requirements,
525
- it will turn the UTF-8 support automatically. However, this behaviour is
526
- deprecated and setting the option will be required in Symfony 4.0.
+ In Symfony 3.2, there is no need to explicitly set the ``utf8`` option.
+ As soon as Symfony finds a UTF-8 character in the route path or requirements,
+ it will automatically turn on the UTF-8 support. However, this behavior
+ is deprecated and setting the option will be required in Symfony 4.0.
527
528
Learn more
529
----------
0 commit comments