From 10116b2c2d28d8b4a909fce5818fa338dbc48618 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Thu, 30 Nov 2017 13:09:17 +0100 Subject: [PATCH] Remove references to "standard edition" or "distributions" --- reference/configuration/twig.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/reference/configuration/twig.rst b/reference/configuration/twig.rst index 5e9fd5ab7d4..92d0c2b9825 100644 --- a/reference/configuration/twig.rst +++ b/reference/configuration/twig.rst @@ -228,8 +228,9 @@ charset **type**: ``string`` **default**: ``'%kernel.charset%'`` -The charset used by the template files. In the Symfony Standard edition this -defaults to the ``UTF-8`` charset. +The charset used by the template files. By default it's the same as the value of +the ``kernel.charset`` container parameter, which is ``UTF-8`` by default in +Symfony applications. date ~~~~