Roxen Interactive RXML Help
<roxen-automatic-charset-variable/>
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 "åäö芟". 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;.

