From 4e1d9a75223358bea95c56e8fd20d08689fbce44 Mon Sep 17 00:00:00 2001 From: binarious Date: Mon, 22 Sep 2014 11:29:45 +0200 Subject: [PATCH] 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. --- doc/filters/convert_encoding.rst | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/doc/filters/convert_encoding.rst b/doc/filters/convert_encoding.rst index c417e12..f4ebe58 100644 --- a/doc/filters/convert_encoding.rst +++ b/doc/filters/convert_encoding.rst @@ -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 -- 1.7.2.5