From 0519419bfd4ff62ce1844fe3a1b7643972cd2ff8 Mon Sep 17 00:00:00 2001 From: Raul Fraile Date: Tue, 13 Mar 2012 17:33:49 +0100 Subject: [PATCH] Updated 'convert_encoding' filter documentation --- doc/filters/convert_encoding.rst | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/filters/convert_encoding.rst b/doc/filters/convert_encoding.rst index 569b6bf..be40b0d 100644 --- a/doc/filters/convert_encoding.rst +++ b/doc/filters/convert_encoding.rst @@ -14,8 +14,9 @@ is the input charset: .. note:: - This filter relies on the `iconv`_ or `mbstring`_ extension. So one of - them must be installed. + This filter relies on the `iconv`_ or `mbstring`_ extension, so one of + them must be installed. In case both are installed, `iconv`_ is used + by default. .. _`iconv`: http://php.net/iconv .. _`mbstring`: http://php.net/mbstring -- 1.7.2.5