converter__Character - Bibliome/alvisnlp GitHub Wiki
#Character
Converts into a single character value.
The character value is the first character of the given string, the following characters are ignored. The empty string is an error.
<param value="CHAR"/>```
or
```xml
<param char="CHAR"/>```
or
```xml
<param>CHAR</param>```
*CHAR* is converted into a character as specified by the string conversion.