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 d2907db commit 6b40fb5Copy full SHA for 6b40fb5
reference/configuration/framework.rst
@@ -122,6 +122,7 @@ Configuration
122
* `resource`_
123
* `strict_requirements`_
124
* `type`_
125
+ * `utf8`_
126
127
* `secret`_
128
* `serializer`_
@@ -742,6 +743,14 @@ The value can be one of:
742
743
``true`` is recommended in the development environment, while ``false``
744
or ``null`` might be preferred in production.
745
746
+utf8
747
+....
748
+
749
+**type**: ``boolean`` **default**: ``false``
750
751
+Sets the default UTF-8 encoding configuration for routes. If your app's charset
752
+is UTF-8 it is recommended to set the value of this option to ``true``.
753
754
.. _config-framework-session:
755
756
session
0 commit comments