minor #2655 convert_encoding doc updated (13DaGGeR)

This PR was merged into the 2.x branch.

Discussion
----------

convert_encoding doc updated

Commits
-------

dfcaf9f0 convert_encoding doc updated
This commit is contained in:
Fabien Potencier
2018-03-14 08:30:56 -07:00
+1 -4
View File
@@ -11,9 +11,7 @@ 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, `mbstring`_ is used by
default.
This filter relies on the `iconv`_ extension.
Arguments
---------
@@ -22,4 +20,3 @@ Arguments
* ``from``: The input charset
.. _`iconv`: http://php.net/iconv
.. _`mbstring`: http://php.net/mbstring