nlopess         Fri Mar 12 11:48:12 2004 EDT

  Modified files:              
    /phpdoc/en  language-snippets.ent 
    /phpdoc/en/reference/tidy/functions tidy-set-encoding.xml 
  Log:
  fix encoding options for tidy
  
http://cvs.php.net/diff.php/phpdoc/en/language-snippets.ent?r1=1.78&r2=1.79&ty=u
Index: phpdoc/en/language-snippets.ent
diff -u phpdoc/en/language-snippets.ent:1.78 phpdoc/en/language-snippets.ent:1.79
--- phpdoc/en/language-snippets.ent:1.78        Wed Feb 25 06:07:42 2004
+++ phpdoc/en/language-snippets.ent     Fri Mar 12 11:48:12 2004
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.78 $ -->
+<!-- $Revision: 1.79 $ -->
 
 <!ENTITY warn.experimental '<warning><simpara>This extension is
 <emphasis>EXPERIMENTAL</emphasis>. The behaviour of this extension --
@@ -297,4 +297,4 @@
 it is interpreted as the options themselves. Check <ulink 
url="&url.tidy.conf;">&url.tidy.conf;</ulink>
 for an explanation about each option.</para><para>The <parameter>encoding</parameter> 
parameter sets the
 encoding for input/output documents. The possible values for 
<parameter>encoding</parameter> are:
-ascii, latin0, latin1, raw, utf8, iso202, utf16le, utf16be, utf16, mac, win1252, 
ibm858, big5 and shiftjis.</para>'>
+ascii, latin1, raw, utf8, iso2022, mac, win1252, utf16le, utf16be, utf16, big5 and 
shiftjis.</para>'>
http://cvs.php.net/diff.php/phpdoc/en/reference/tidy/functions/tidy-set-encoding.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/tidy/functions/tidy-set-encoding.xml
diff -u phpdoc/en/reference/tidy/functions/tidy-set-encoding.xml:1.6 
phpdoc/en/reference/tidy/functions/tidy-set-encoding.xml:1.7
--- phpdoc/en/reference/tidy/functions/tidy-set-encoding.xml:1.6        Sun Jan 18 
10:11:07 2004
+++ phpdoc/en/reference/tidy/functions/tidy-set-encoding.xml    Fri Mar 12 11:48:12 
2004
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
   <refentry id="function.tidy-set-encoding">
    <refnamediv>
     <refname>tidy_set_encoding</refname>
@@ -16,8 +16,8 @@
     <para>
      Sets the encoding for input/output documents. &return.success;
      Possible values for <parameter>encoding</parameter> are
-     ascii, latin1, raw, utf8, iso2022, mac, win1252, utf16le,
-     utf16be, utf16, big5, and shiftjis.
+     ascii, latin1, raw, utf8, iso2022, mac, win1252, utf16le, utf16be,
+     utf16, big5 and shiftjis.
     </para>
      &note.tidy.1only;
    </refsect1>

Reply via email to