Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions components/routing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -520,10 +520,10 @@ You can also include UTF-8 strings as routing requirements:

.. note::

In Symfony 3.2 there is no need to set the ``utf8`` option explicitly. As
soon as Symfony finds a UTF-8 character in the route path or requirements,
it will turn the UTF-8 support automatically. However, this behaviour is
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.

Learn more
----------
Expand Down