vrana           Wed Aug  4 03:25:32 2004 EDT

  Modified files:              
    /phpdoc/en/reference/iconv/functions        iconv-mime-decode-headers.xml 
                                                iconv-mime-encode.xml 
  Log:
  Nuke tabs
  
http://cvs.php.net/diff.php/phpdoc/en/reference/iconv/functions/iconv-mime-decode-headers.xml?r1=1.8&r2=1.9&ty=u
Index: phpdoc/en/reference/iconv/functions/iconv-mime-decode-headers.xml
diff -u phpdoc/en/reference/iconv/functions/iconv-mime-decode-headers.xml:1.8 
phpdoc/en/reference/iconv/functions/iconv-mime-decode-headers.xml:1.9
--- phpdoc/en/reference/iconv/functions/iconv-mime-decode-headers.xml:1.8       Wed 
Feb 25 07:18:06 2004
+++ phpdoc/en/reference/iconv/functions/iconv-mime-decode-headers.xml   Wed Aug  4 
03:25:31 2004
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
   <refentry id="function.iconv-mime-decode-headers">
    <refnamediv>
     <refname>iconv_mime_decode_headers</refname>
@@ -89,9 +89,9 @@
 Date: Thu, 1 Jan 1970 00:00:00 +0000
 Message-Id: &lt;[EMAIL PROTECTED]&gt;
 Received: from localhost (localhost [127.0.0.1]) by localhost
-       with SMTP id example for &lt;[EMAIL PROTECTED]&gt;
-       Thu, 1 Jan 1970 00:00:00 +0000 (UTC)
-       (envelope-from [EMAIL PROTECTED])
+    with SMTP id example for &lt;[EMAIL PROTECTED]&gt;
+    Thu, 1 Jan 1970 00:00:00 +0000 (UTC)
+    (envelope-from [EMAIL PROTECTED])
 Received: (qmail 0 invoked by uid 65534); 1 Thu 2003 00:00:00 +0000
 
 EOF;
http://cvs.php.net/diff.php/phpdoc/en/reference/iconv/functions/iconv-mime-encode.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/iconv/functions/iconv-mime-encode.xml
diff -u phpdoc/en/reference/iconv/functions/iconv-mime-encode.xml:1.7 
phpdoc/en/reference/iconv/functions/iconv-mime-encode.xml:1.8
--- phpdoc/en/reference/iconv/functions/iconv-mime-encode.xml:1.7       Tue Dec 23 
20:32:11 2003
+++ phpdoc/en/reference/iconv/functions/iconv-mime-encode.xml   Wed Aug  4 03:25:31 
2004
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
 <!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. -->
   <refentry id="function.iconv-mime-encode">
    <refnamediv>
@@ -126,10 +126,10 @@
       <programlisting role="php">
 &lt;?php
 $preferences = array(
-       "input-charset" => "ISO-8859-1",
-       "output-charset" => "UTF-8",
-       "line-length" => 76,
-       "line-break-chars" => "\n"
+    "input-charset" => "ISO-8859-1",
+    "output-charset" => "UTF-8",
+    "line-length" => 76,
+    "line-break-chars" => "\n"
 );
 $preferences["scheme"] = "Q";
 // This yields "Subject: =?UTF-8?Q?Pr=C3=BCfung_Pr=C3=BCfung?="

Reply via email to