X4 Produktdokumentation

Charset Changer

This adapter changes the character encoding of a document.


The characters of the input document are not converted into the target character encoding! Use the Adapter Encoding Converter for this, see Encoding Converter.

Properties

Operation

Determines which operation the adapter executes

Possible values: Execute: Change character set of file

Parameters

Adapter

Main class of the adapter (do not change!)

Possible values: en.softproject.integration.adapter.CharsetChanger: Main class (default)

InCharset

Character set of the input document

Possible values:

  • Any character encoding known in Java (e.g. Windows-1252)

  • UTF-8: Unicode character encoding UTF-8 (standard)

OutCharset

Character set of the output document

Possible values:

  • Any character encoding known in Java (e.g. ISO-8859-1)

  • UTF-8: Unicode character encoding UTF-8

Status values


-1

The operation was executed successfully.

1

The operation failed due to a technical error.