Hi, At Wed, 08 Feb 2006 06:25:46 -0000, Uwe Steinmann wrote: > > steinm Wed Feb 8 06:25:46 2006 UTC > > Modified files: > /phpdoc/en/reference/paradox/functions px-set-targetencoding.xml > Log: > - added more info on how this function can be replaced (Closes: #35880) > > > http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/paradox/functions/px-set-targetencoding.xml?r1=1.2&r2=1.3&diff_format=u > Index: phpdoc/en/reference/paradox/functions/px-set-targetencoding.xml > diff -u phpdoc/en/reference/paradox/functions/px-set-targetencoding.xml:1.2 > phpdoc/en/reference/paradox/functions/px-set-targetencoding.xml:1.3 > --- phpdoc/en/reference/paradox/functions/px-set-targetencoding.xml:1.2 > Sun Jun 19 20:46:15 2005 > +++ phpdoc/en/reference/paradox/functions/px-set-targetencoding.xml Wed Feb > 8 06:25:43 2006 > @@ -1,5 +1,5 @@ > <?xml version="1.0" encoding="iso-8859-1"?> > -<!-- $Revision: 1.2 $ --> > +<!-- $Revision: 1.3 $ --> > <!-- splitted from ./en/functions/paradox.xml, last change in rev --> > <refentry id="function.px-set-targetencoding"> > <refnamediv> > @@ -18,12 +18,17 @@ > Set the encoding for data retrieved from a character field. All character > fields will be recoded to the encoding set by this function. If the > encoding is not set, the character data will be returned in the DOS code > - page encoding as specified in the database. > - </para> > - <para> > - See also <function>px_get_info</function> to determine the DOS code > page. > - </para> > - </refsect1> > + page encoding as specified in the database file. The > + <parameter>encoding</parameter> can be any string identifier known to > + iconv or recode. > + </para> > + <para>This function is deprecated and should be replaced by calling > + <function>px_set_parameter</function>. > + <para> > + See also <function>px_get_info</function> to determine the DOS code page > + as stored in the database file. > + </para> > + </refsect1> > > <refsect1 role="returnvalues"> > &reftitle.returnvalues;
"make test" fails due to this commit. Please fix it. diff -u -r1.3 px-set-targetencoding.xml --- en/reference/paradox/functions/px-set-targetencoding.xml 8 Feb 2006 06:25:43 -0000 1.3 +++ en/reference/paradox/functions/px-set-targetencoding.xml 8 Feb 2006 08:48:28 -0000 @@ -24,6 +24,7 @@ </para> <para>This function is deprecated and should be replaced by calling <function>px_set_parameter</function>. + </para> <para> See also <function>px_get_info</function> to determine the DOS code page as stored in the database file. -- TAKAGI Masahiro mailto:[EMAIL PROTECTED]