From 95ca7e275fadcccc1d69545457481964639ead80 Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Fri, 12 Mar 2004 16:48:12 +0000 Subject: [PATCH] fix encoding options for tidy git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@153528 c90b9560-bf6c-de11-be94-00142212c4b1 --- language-snippets.ent | 2 +- reference/tidy/functions/tidy-set-encoding.xml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/language-snippets.ent b/language-snippets.ent index 97e30a34eb..d30c552a62 100644 --- a/language-snippets.ent +++ b/language-snippets.ent @@ -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 &url.tidy.conf; for an explanation about each option.The encoding parameter sets the encoding for input/output documents. The possible values for encoding are: -ascii, latin0, latin1, raw, utf8, iso202, utf16le, utf16be, utf16, mac, win1252, ibm858, big5 and shiftjis.'> +ascii, latin1, raw, utf8, iso2022, mac, win1252, utf16le, utf16be, utf16, big5 and shiftjis.'> diff --git a/reference/tidy/functions/tidy-set-encoding.xml b/reference/tidy/functions/tidy-set-encoding.xml index 012866c615..2dd1c0c40d 100644 --- a/reference/tidy/functions/tidy-set-encoding.xml +++ b/reference/tidy/functions/tidy-set-encoding.xml @@ -1,5 +1,5 @@ - + tidy_set_encoding @@ -16,8 +16,8 @@ Sets the encoding for input/output documents. &return.success; Possible values for encoding 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. ¬e.tidy.1only;