From 51cf7f069697c574e3338ed108edf8173fb868cb Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Thu, 16 Jan 2020 17:30:09 +0100 Subject: [PATCH] [FrameworkBundle] Mention that setting router.utf8 is now mandatory --- reference/configuration/framework.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/reference/configuration/framework.rst b/reference/configuration/framework.rst index 65b8afd3970..71913bba1b8 100644 --- a/reference/configuration/framework.rst +++ b/reference/configuration/framework.rst @@ -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 ` will be run using the `utf-8 modifier`_. This will for example match any UTF-8 character