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

   

<append>
<copy-scope>
<dec>
<define>
<elements>
<inc>
<insert>
<insert cached-href>
<insert file>
<insert href>
<insert realfile>
<insert scopes>
<insert variable>
<insert variables>
<json-format>
<json-parse>
<range>
<roxen-automatic-charset-variable>
<scope>
<set>
<sprintf>
<sscanf>
<undefine>
<unset>
<use>
<value>
<vform>

<roxen-automatic-charset-variable/>

Provided by module: Tags: RXML tags

If put inside a form, the right character encoding of the submitted form can be guessed by Roxen WebServer. The tag will insert another tag that forces the client to submit the string "هنِ&#x829f;". Since the WebServer knows the name and the content of the form variable it can select the proper character decoder for the requests variables.

<form> <roxen-automatic-charset-variable/> Name: <input name='name'/><br /> Mail: <input name='mail'/><br /> <input type='submit'/> </form>

See also &roxen.auto-charset-variable; and &roxen.auto-charset-value;.