betz Tue Dec 16 08:39:17 2003 EDT
Modified files:
/phpdoc/en/reference/tidy/functions tidy-set-encoding.xml
Log:
some docs for this func
Index: phpdoc/en/reference/tidy/functions/tidy-set-encoding.xml
diff -u phpdoc/en/reference/tidy/functions/tidy-set-encoding.xml:1.2
phpdoc/en/reference/tidy/functions/tidy-set-encoding.xml:1.3
--- phpdoc/en/reference/tidy/functions/tidy-set-encoding.xml:1.2 Thu Nov 6
05:15:43 2003
+++ phpdoc/en/reference/tidy/functions/tidy-set-encoding.xml Tue Dec 16 08:39:17
2003
@@ -1,13 +1,11 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. -->
<refentry id="function.tidy-set-encoding">
<refnamediv>
<refname>tidy_set_encoding</refname>
<refpurpose>
Set the input/output character encoding for parsing markup.
- Values include: ascii, latin1, raw, utf8, iso2022, mac, win1252, utf16le,
- utf16be, utf16, big5 and shiftjis.
</refpurpose>
</refnamediv>
<refsect1>
@@ -16,9 +14,12 @@
<type>bool</type><methodname>tidy_set_encoding</methodname>
<methodparam><type>string</type><parameter>encoding</parameter></methodparam>
</methodsynopsis>
-
- &warn.undocumented.func;
-
+ <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.
+ </para>
</refsect1>
</refentry>