mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-16 20:36:33 +00:00
convert_encoding doc updated
This commit is contained in:
@@ -11,9 +11,7 @@ is the input charset:
|
|||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
This filter relies on the `iconv`_ or `mbstring`_ extension, so one of
|
This filter relies on the `iconv`_ extension.
|
||||||
them must be installed. In case both are installed, `mbstring`_ is used by
|
|
||||||
default.
|
|
||||||
|
|
||||||
Arguments
|
Arguments
|
||||||
---------
|
---------
|
||||||
@@ -22,4 +20,3 @@ Arguments
|
|||||||
* ``from``: The input charset
|
* ``from``: The input charset
|
||||||
|
|
||||||
.. _`iconv`: http://php.net/iconv
|
.. _`iconv`: http://php.net/iconv
|
||||||
.. _`mbstring`: http://php.net/mbstring
|
|
||||||
|
|||||||
Reference in New Issue
Block a user