fix encoding options for tidy

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@153528 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Nuno Lopes 2004-03-12 16:48:12 +00:00
parent 4f3123a439
commit 95ca7e275f
2 changed files with 4 additions and 4 deletions

View file

@ -297,4 +297,4 @@ or as a string. If you pass it as a string, it means the name of the configurati
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>'>

View file

@ -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>