X4 Produktdokumentation

Transliteration Adapter

This adapter transliterates text from one format to another, e.g. from UTF-8 to LATIN1 characters (ä → ae etc.). However, it doesn't translate texts into other languages, nor changes the charset.

Properties

Operation

Defines the operation executed by the adapter

Possible values:

Parameters

Adapter

Main adapter class (do not change!)

Possible valuesde.softproject.integration.adapter. transliteration.TransliterationAdapter: Main class (default)

id

Id of the used transliterator

Possible values: A value delivered by the GetAvailableIDs operation

rule

Rule used to transliterate

Possible values: One of the rules specified under http://userguide.icu-project.org/transforms/general/rules

Status values

1

The adapter was executed successfully

-1

An error occurred during the adapter's execution

Input

The adapter expects a text or XML document as input.

Output

The adapter outputs the transliterated text or XML document.