Update convert_encoding.rst
authorbinarious <bieder.martin@googlemail.com>
Mon, 22 Sep 2014 09:29:45 +0000 (11:29 +0200)
committerbinarious <bieder.martin@googlemail.com>
Mon, 22 Sep 2014 09:29:45 +0000 (11:29 +0200)
The arguments were in incorrect order. The first should be `to` and the second should be `from` - just like the text describes it.

doc/filters/convert_encoding.rst

index c417e12..f4ebe58 100644 (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