mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
update tidy charsets
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@161000 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
37d32b5f11
commit
80c6ca6279
2 changed files with 5 additions and 5 deletions
|
@ -330,8 +330,8 @@ the options themselves. Check <ulink url="&url.tidy.conf;">&url.tidy.conf;</ulin
|
|||
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, latin1, raw, utf8, iso2022, mac, win1252, utf16le, utf16be,
|
||||
utf16, big5 and shiftjis.</para>'>
|
||||
ascii, latin0, latin1, raw, utf8, iso2022, mac, win1252, ibm858, utf16,
|
||||
utf16le, utf16be, big5 and shiftjis</para>'>
|
||||
|
||||
<!-- Snippets for the installation section -->
|
||||
<!ENTITY warn.apache2.compat '<warning><para>Do not use Apache 2.0.x
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<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, latin0, latin1, raw, utf8, iso2022, mac, win1252, ibm858, utf16,
|
||||
utf16le, utf16be, big5 and shiftjis
|
||||
</para>
|
||||
¬e.tidy.1only;
|
||||
</refsect1>
|
||||
|
|
Loading…
Reference in a new issue