merged branch raulfraile/patch-1 (PR #665)

Commits
-------

0519419 Updated 'convert_encoding' filter documentation

Discussion
----------

Updated 'convert_encoding' filter documentation

Updated 'convert_encoding' filter documentation to clarify which extension will be used in case both `iconv` and `mbstring` are installed.
This commit is contained in:
Fabien Potencier
2012-03-13 17:44:20 +01:00
+3 -2
View File
@@ -14,8 +14,9 @@ is the input charset:
.. note::
This filter relies on the `iconv`_ or `mbstring`_ extension. So one of
them must be installed.
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.
.. _`iconv`: http://php.net/iconv
.. _`mbstring`: http://php.net/mbstring