8000 [FrameworkBundle] Mention that setting router.utf8 is now mandatory by javiereguiluz · Pull Request #12948 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

[FrameworkBundle] Mention that setting router.utf8 is now mandatory #12948

8000 New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 17, 2020
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
5 changes: 5 additions & 0 deletions reference/configuration/framework.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1172,6 +1172,11 @@ utf8

**type**: ``boolean`` **default**: ``false``

.. deprecated:: 5.1

Not setting this option is deprecated since Symfony 5.1. Moreover, the
default value of this option will change to ``true`` in Symfony 6.0.

When this option is set to ``true``, the regular expressions used in the
:ref:`requirements of route parameters <routing-requirements>` will be run
using the `utf-8 modifier`_. This will for example match any UTF-8 character
Expand Down
0