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:
binarious
2014-09-22 11:29:45 +02:00
parent 084ca201a7
commit 4e1d9a7522
+1 -1
View File
@@ -21,8 +21,8 @@ is the input charset:
Arguments
---------
* ``from``: The input charset
* ``to``: The output charset
* ``from``: The input charset
.. _`iconv`: http://php.net/iconv
.. _`mbstring`: http://php.net/mbstring