Character of UTF-8 code
XML
<char var="var">
int
</char>
<char /> returns the specific character of an UTF-8 code.
Attributes
| Name | Type | Description | Defined By |
|---|---|---|---|
| var | var | Result variable name | char |
Results
| Binding | Type | Predicate |
|---|---|---|
| var | N/A |
Examples
XML
<output>
<char>65</char>
</output>
<!-- A -->