added description of 'charset' parameter

This commit is contained in:
messju
2005-12-13 21:32:42 +00:00
parent 6a55c8d916
commit 9dc9ad8b39

View File

@@ -32,10 +32,19 @@
<entry>1</entry> <entry>1</entry>
<entry>string</entry> <entry>string</entry>
<entry>No</entry> <entry>No</entry>
<entry>html,htmlall,url,quotes,hex,hexentity,javascript</entry> <entry><literal>html</literal>,<literal>htmlall</literal>,<literal>url</literal>,<literal>urlpathinfo</literal>,<literal>quotes</literal>,<literal>hex</literal>,<literal>hexentity</literal>,<literal>javascript</literal></entry>
<entry>html</entry> <entry><literal>html</literal></entry>
<entry>This is the escape format to use.</entry> <entry>This is the escape format to use.</entry>
</row> </row>
<row>
<entry>2</entry>
<entry>string</entry>
<entry>No</entry>
<entry><literal>ISO-8859-1</literal>, <literal>UTF-8</literal>, ... any character set supportet by <ulink url="&url.php-manual;sprintf">htmlentities()</ulink>
</entry>
<entry><literal>ISO-8859-1</literal></entry>
<entry>The character set encoding passed to htmlentities() et. al.</entry>
</row>
</tbody> </tbody>
</tgroup> </tgroup>
</informaltable> </informaltable>