The advanced converter workflow component, Change payload encoding can be used for converting the payload of the workflow into another encoding.
This can e.g. be used, if an input XML is sent to InterFormNG2 with a header, that claims that the XML file is in a different encoding, than it really is.
So, with this component you can convert the payload to another encoding to fit the claimed encoding.
The workflow component has these parameters:

- Input encoding
The encoding of the input payload. - Output encoding
The encoding, that the payload is to be converted into.
The valid values for both Input and Output encoding are found in column 2 here:
https://docs.oracle.com/javase/8/docs/technotes/guides/intl/encoding.doc.html
Related Articles
Cut textual payload
In rare situations an input file might be invalid because of extra header data (prior to the actual payload) or extra invalid data at the end of the input file. This can prevent InterFormNG2 from processing e.g. an otherwise valid XML file. So, as an ...
Change spooled file attributes
As a part of the processing of an input spooled file in the workflow, you might want to change one or more spooled file attributes e.g. to inform the end users, that the input spooled file has been processed successfully in InterFormNG2. To change ...
Change user password
A user password can be changed in 5 ways: 1.A system administrator can change the password for any user on the system. 2.A tenant administrator change the password for the tenant users. 3.The user can change the password while logged on. 4.The user ...
Change spooled file mappings
After you have mapped spooled file contents in either the designer or the workflow, then you might later want to change the mapping and e.g. select some other positions in the spooled file. This section describes a tip of how you can see the ...
Payload to workflow variable
The advanced, utilities workflow component, Payload to variable copies the current payload into a variable. This can e.g. be used, if you want to insert the payload into an output file via a variable in a transformation. The payload to workflow ...