mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-15 20:06:31 +00:00
Update convert_encoding.rst
The arguments were in incorrect order. The first should be `to` and the second should be `from` - just like the text describes it.
This commit is contained in:
@@ -21,8 +21,8 @@ is the input charset:
|
|||||||
Arguments
|
Arguments
|
||||||
---------
|
---------
|
||||||
|
|
||||||
* ``from``: The input charset
|
|
||||||
* ``to``: The output charset
|
* ``to``: The output charset
|
||||||
|
* ``from``: The input charset
|
||||||
|
|
||||||
.. _`iconv`: http://php.net/iconv
|
.. _`iconv`: http://php.net/iconv
|
||||||
.. _`mbstring`: http://php.net/mbstring
|
.. _`mbstring`: http://php.net/mbstring
|
||||||
|
|||||||
Reference in New Issue
Block a user