moriyoshi               Tue Dec 23 20:32:11 2003 EDT

  Modified files:              
    /phpdoc/en/reference/iconv  configure.xml 
    /phpdoc/en/reference/iconv/functions        iconv-mime-decode.xml 
                                                iconv-mime-encode.xml 
  Log:
  Correct yet other funny typos: &lt; <=> %gt;  :)
  
  
Index: phpdoc/en/reference/iconv/configure.xml
diff -u phpdoc/en/reference/iconv/configure.xml:1.3 
phpdoc/en/reference/iconv/configure.xml:1.4
--- phpdoc/en/reference/iconv/configure.xml:1.3 Sun Dec 21 23:38:15 2003
+++ phpdoc/en/reference/iconv/configure.xml     Tue Dec 23 20:32:10 2003
@@ -1,21 +1,22 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <section id="iconv.installation">
  &reftitle.install;
  <para>
-  To be able to use the functions defined in this module you must compile
-  your PHP interpreter using the configure line
+  To use functions provided by this module, the
+  <application>PHP</application> binary must be built with
+  the following configure line:
   <option role="configure">--with-iconv[=DIR]</option>.
  </para>
  <note>
-  <title>Note to Win32 Users</title>
+  <title>Note to Windows&reg; Users</title>
   <simpara>
-   In order to enable this module on a Windows environment, you need to put
+   In order to enable this module on a Windows&reg; environment, you need to put
    a DLL file named <emphasis>iconv.dll</emphasis> or
    <emphasis>iconv-1.3.dll</emphasis> (prior to 4.2.1)
    which is bundled with the PHP/Win32 binary package into a directory
-   that is specified by the PATH environment variable
-   or one of the system directories of your windows installation.
+   specified by the <literal>PATH</literal> environment variable
+   or one of the system directories of your Windows&reg; installation.
   </simpara>
  </note>
 </section>
Index: phpdoc/en/reference/iconv/functions/iconv-mime-decode.xml
diff -u phpdoc/en/reference/iconv/functions/iconv-mime-decode.xml:1.5 
phpdoc/en/reference/iconv/functions/iconv-mime-decode.xml:1.6
--- phpdoc/en/reference/iconv/functions/iconv-mime-decode.xml:1.5       Tue Dec 23 
07:21:27 2003
+++ phpdoc/en/reference/iconv/functions/iconv-mime-decode.xml   Tue Dec 23 20:32:11 
2003
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. -->
   <refentry id="function.iconv-mime-decode">
    <refnamediv>
@@ -72,11 +72,11 @@
     <example>
      <title><function>iconv_mime_decode</function> example</title>
      <programlisting role="php">
-&gt;?php
+&lt;?php
 // This yields "Subject: Pr&uuml;fung Pr&uuml;fung"
 echo iconv_mime_decode("Subject: =?UTF-8?B?UHLDvGZ1bmcgUHLDvGZ1bmc=?=",
                        0, "ISO-8859-1");
-?&lt;
+?&gt;
      </programlisting>
     </example>
     <para>
Index: phpdoc/en/reference/iconv/functions/iconv-mime-encode.xml
diff -u phpdoc/en/reference/iconv/functions/iconv-mime-encode.xml:1.6 
phpdoc/en/reference/iconv/functions/iconv-mime-encode.xml:1.7
--- phpdoc/en/reference/iconv/functions/iconv-mime-encode.xml:1.6       Tue Dec 23 
08:46:55 2003
+++ phpdoc/en/reference/iconv/functions/iconv-mime-encode.xml   Tue Dec 23 20:32:11 
2003
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. -->
   <refentry id="function.iconv-mime-encode">
    <refnamediv>
@@ -124,7 +124,7 @@
     <example>
       <title><function>iconv_mime_encode</function> example:</title>
       <programlisting role="php">
-&gt;?php
+&lt;?php
 $preferences = array(
        "input-charset" => "ISO-8859-1",
        "output-charset" => "UTF-8",
@@ -138,7 +138,7 @@
 $preferences["scheme"] = "B";
 // This yields "Subject: =?UTF-8?B?UHLDvGZ1bmcgUHLDvGZ1bmc=?="
 echo iconv_mime_encode("Subject", "Pr&uuml;fung Pr&uuml;fung", $preferences);
-?&lt;
+?&gt;
      </programlisting>
     </example>
 

Reply via email to