 TWiki Web > TWikiVariables > VarENCODE
 TWiki Web > TWikiVariables > VarENCODE"\n") and linefeed ("\r")
"<", ">", "&", single quote (') and double quote (")
"%", "[", "]", "@", "_", "*", "=" and "|"
%ENCODE{"string"}%
| Parameter: | Description: | Default:   | 
|---|---|---|
| type="entity" | Encode special characters into HTML entities, like a double quote into " | URL encoding | 
| "string" | String to encode | required (can be empty) | 
| type="url" | Encode special characters for URL parameter use, like a double quote into %22 | (this is the default) | 
%ENCODE{"spaced name"}% expands to spaced%20name
 Note: Values of HTML input fields must be entity encoded, for example:
 Note: Values of HTML input fields must be entity encoded, for example:<input type="text" name="address" value="%ENCODE{ "any text" type="entity" }%" />
 Copyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Copyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.