On Wed, 17 Dec 2003, Jakub Vrana wrote:

> vrana         Wed Dec 17 11:35:45 2003 EDT
>
>   Modified files:
>     /phpdoc/en/reference/recode       reference.xml
>   Log:
>   Version 3.6, warning with reference to bugs 17154 and 19776

>From what I know is that 3.5 works just fine, bug 3.6 is buggy (trailing
garbage for example). So please add *that* to the manual instead of this
bogus requirement.

Derick

>
> Index: phpdoc/en/reference/recode/reference.xml
> diff -u phpdoc/en/reference/recode/reference.xml:1.7 
> phpdoc/en/reference/recode/reference.xml:1.8
> --- phpdoc/en/reference/recode/reference.xml:1.7      Wed May  7 17:31:30 2003
> +++ phpdoc/en/reference/recode/reference.xml  Wed Dec 17 11:35:45 2003
> @@ -1,5 +1,5 @@
>  <?xml version="1.0" encoding="iso-8859-1"?>
> -<!-- $Revision: 1.7 $ -->
> +<!-- $Revision: 1.8 $ -->
>   <reference id="ref.recode">
>    <title>GNU Recode functions</title>
>    <titleabbrev>Recode</titleabbrev>
> @@ -9,7 +9,7 @@
>      &reftitle.intro;
>      <para>
>       This module contains an interface to the GNU Recode library,
> -     version 3.5. The GNU Recode library converts files between various coded
> +     version 3.6. The GNU Recode library converts files between various coded
>       character sets and surface encodings. When this cannot be
>       achieved exactly, it may get rid of the offending characters or
>       fall back on approximations. The library recognises or produces
> @@ -19,12 +19,20 @@
>       are supported.
>      </para>
>      &note.no-windows.extension;
> +    <warning>
> +     <para>
> +      Recode library adds weird characters behind converted strings under
> +      certain circumstances. Thus it's safer to use
> +      <link linkend="ref.iconv">iconv</link> or
> +      <link linkend="ref.mbstring">mbstring</link> extension.
> +     </para>
> +    </warning>
>     </section>
>
>     <section id="recode.requirements">
>      &reftitle.required;
>      <para>
> -     You must have GNU Recode 3.5 or higher installed on your system.
> +     You must have GNU Recode 3.6 or higher installed on your system.
>       You can download the package from <ulink url="&url.recode;">here</ulink>.
>      </para>
>     </section>
>

Reply via email to