projects
/
web/konrad/twig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
084ca20
)
Update convert_encoding.rst
author
binarious
<bieder.martin@googlemail.com>
Mon, 22 Sep 2014 09:29:45 +0000 (11:29 +0200)
committer
binarious
<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
patch
|
blob
|
history
diff --git
a/doc/filters/convert_encoding.rst
b/doc/filters/convert_encoding.rst
index
c417e12
..
f4ebe58
100644
(file)
--- 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