CharacterEncoder
From Fmepedia
CharacterEncoder is a Workbench Transformer. Sets the result attribute to the character whose numeric code was contained in the source code attribute (or the integer entered in).
This can be used to when the numeric ASCII code of any character is available, but the actual ASCII character is desired. For example, if the source attribute had the value 1, a control-A character would be placed in the resulting string.
To take a character and get its numeric code equivalent, use the CharacterCodeExtractor transformer.
