nicobn          Sun Aug 19 05:22:25 2007 UTC

  Modified files:              
    /phpdoc/en/reference/unicode/functions      unicode-encode.xml 
  Log:
  Small corrections
  
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/unicode/functions/unicode-encode.xml?r1=1.3&r2=1.4&diff_format=u
Index: phpdoc/en/reference/unicode/functions/unicode-encode.xml
diff -u phpdoc/en/reference/unicode/functions/unicode-encode.xml:1.3 
phpdoc/en/reference/unicode/functions/unicode-encode.xml:1.4
--- phpdoc/en/reference/unicode/functions/unicode-encode.xml:1.3        Wed Jun 
20 22:25:33 2007
+++ phpdoc/en/reference/unicode/functions/unicode-encode.xml    Sun Aug 19 
05:22:25 2007
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <refentry xml:id="function.unicode-encode" 
xmlns="http://docbook.org/ns/docbook";>
  <refnamediv>
   <refname>unicode_encode</refname>
-  <refpurpose>Set encoding of a unicode string</refpurpose>
+  <refpurpose>Convert a unicode string in any encoding</refpurpose>
  </refnamediv>
  <refsect1 role="description">
   &reftitle.description;
@@ -13,7 +13,6 @@
    
<methodparam><type>string</type><parameter>encoding</parameter></methodparam>
    <methodparam><type>int</type><parameter>flags</parameter></methodparam>
   </methodsynopsis>
-  &warn.undocumented.func;
   <para>
    Takes a <type>unicode</type> string and converts it to a string in 
    the specified <parameter>encoding</parameter>.
@@ -28,7 +27,7 @@
      <term><parameter>input</parameter></term>
      <listitem>
       <para>
-       The <type>unicode</type> string that will be encoded.
+       The <type>unicode</type> string that is converted.
       </para>
      </listitem>
     </varlistentry>
@@ -44,7 +43,7 @@
      <term><parameter>flags</parameter></term>
      <listitem>
       <para>
-       Flags
+       Conversion flags.
       </para>
      </listitem>
     </varlistentry>
@@ -104,7 +103,7 @@
   &reftitle.seealso;
   <para>
    <simplelist>
-    <member><function>unicode_symantics</function></member>
+    <member><function>unicode_semantics</function></member>
    </simplelist>
   </para>
  </refsect1>

Reply via email to