From dfcaf9f057004189de475f07fe2152def1b379d7 Mon Sep 17 00:00:00 2001 From: 13dagger <13dagger@gmail.com> Date: Wed, 7 Mar 2018 19:53:03 +0300 Subject: [PATCH] convert_encoding doc updated --- doc/filters/convert_encoding.rst | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/doc/filters/convert_encoding.rst b/doc/filters/convert_encoding.rst index 82ea3a722..a1f33768d 100644 --- a/doc/filters/convert_encoding.rst +++ b/doc/filters/convert_encoding.rst @@ -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