mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-11 18:06:46 +00:00
Updated 'convert_encoding' filter documentation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user