fixed doc (closes #744)
authorFabien Potencier <fabien.potencier@gmail.com>
Thu, 14 Jun 2012 13:07:01 +0000 (15:07 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Thu, 14 Jun 2012 13:07:01 +0000 (15:07 +0200)
doc/filters/convert_encoding.rst

index be40b0d..2febab2 100644 (file)
@@ -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