From 793660510f6424adc738ccd76be8e76ba827cee0 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Thu, 14 Jun 2012 15:07:01 +0200 Subject: [PATCH] fixed doc (closes #744) --- doc/filters/convert_encoding.rst | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/filters/convert_encoding.rst b/doc/filters/convert_encoding.rst index be40b0d..2febab2 100644 --- a/doc/filters/convert_encoding.rst +++ b/doc/filters/convert_encoding.rst @@ -15,8 +15,8 @@ is the input charset: .. note:: This filter relies on the `iconv`_ or `mbstring`_ extension, so one of - them must be installed. In case both are installed, `iconv`_ is used - by default. + them must be installed. In case both are installed, `mbstring`_ is used by + default (Twig before 1.8.1 uses `iconv`_ by default). .. _`iconv`: http://php.net/iconv .. _`mbstring`: http://php.net/mbstring -- 1.7.2.5