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;
@@ -33,6 +38,13 @@
    warning will be issued.
   </para>
  </refsect1>
+
+ <refsect1 role="seealso">
+  &reftitle.seealso;
+  <para>
+    <function>px_set_parameter</function>
+  </para>
+ </refsect1>
 </refentry>
 
 <!-- Keep this comment at the end of the file

Reply via email to