docs.roxen.comView this page in a printer friendly mode
DocsRoxenWebServer 6.1Web Developer ManualText Tags
Copyright © 2019, Roxen Internet Software
Suggestions, comments & compliments
manuals@roxen.com
 DEMO  DOCS  PIKE
 COMMUNITY  DOWNLOAD
www.roxen.com

   

<ai>
<autoformat>
<basename>
<case>
<charset>
<comment>
<?comment ?>
<default>
<dirname>
<doc>
<foldlist>
<format-number>
<obox>
<random>
<recode>
<replace>
<sed>
<smallcaps>
<sort>
<spell>
<strlen>
<substring>
<tablify>
<trim>
<trimlines>
<wash-html>

<charset/> or <charset></charset>

Provided by module: Tags: RXML tags

Set output character set. The tag can be used to decide upon the final encoding of the resulting page. All character sets listed in RFC 1345 are supported.


Attributes

in="Character set"

Converts the contents of the charset tag from the character set indicated by this attribute to the internal text representation.

Note!

This attribute is deprecated, use <recode from="">...</recode> instead.


out="Character set"

Sets the output conversion character set of the current request. The page will be sent encoded with the indicated character set.