Encoder component
The Encoder component allows you to transform the encoding of your message body.
Configuration
The Encoder component has the following configuration options:
Origin charset
Specify the charset of the incoming message. By default this is UTF-8
.
Target charset
Specify the charset to which the incoming message should be transformed. By default this is UTF-16
.
interchangeability
Not all charsets are interchangeable for transformations; using incompatible charsets may result in corrupted characters or messages.
Available charsets
The following charsets are supported:
ASCII
UTF-8
UTF-16
UTF-32
UTF-32BE
UTF-32LE
UTF-32BE-BOM
UTF-32LE-BOM
CP437
CP737
CP775
CP850
CP852
CP855
CP857
CP858
CP862
CP866
CP874
CP1250
CP1251
CP1252
CP1253
CP1254
CP1257
ISO8859_1
ISO8859_2
ISO8859_4
ISO8859_5
ISO8859_7
ISO8859_9
ISO8859_13
ISO8859_15
KOI8_R
KOI8_U
CESU8
UnicodeBig
UnicodeLittle
UnicodeBigUnmarked
UnicodeLittleUnmarked
Last update on Feb 19, 2025