Convert character encoding
XML
<convert var="var" from="UTF-8" to="UTF-8">
string
</convert>
<convert /> converts the character encoding of a value from a source character set to a target character set.
Attributes
| Name | Type | Description | Defined By |
|---|---|---|---|
| var | var | Result variable name | convert |
| from | type | Source character set | convert |
| to | type | Target character set | convert |
Results
| Binding | Type | Predicate |
|---|---|---|
| var | string | N/A |