Updated 'convert_encoding' filter documentation

This commit is contained in:
Raul Fraile
2012-03-13 17:33:49 +01:00
parent c5ef990807
commit 0519419bfd
+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